2024/11/20-20:09:34.383489 140008081421888 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00: fork to child time = 0.008253 sec 2024/11/20-20:09:34.383992 140008081421888 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00 2024/11/20-20:09:34.390628 140008081421888 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00 2024/11/20-20:09:34.392259 140008081421888 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:09:34.392462 140008081421888 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:09:34.439770 140008081421888 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09518/att-00/MANIFEST-049091 2024/11/20-20:09:34.493930 140008081421888 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09518/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 64681, last_sequence is 1057724581, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 64536 2024/11/20-20:09:34.493937 140008081421888 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:09:34.494015 140008081421888 [version_set.cc:5724] Creating manifest 64681 2024/11/20-20:09:34.525082 140008081421888 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:09:34.544484 140008081421888 [compaction_job.cc:2437] [default] [JOB 9518] Compacting 1@2 + 9@3 files to L3, score 0.84, subcompactions 1 : 1 2024/11/20-20:09:34.544496 140008081421888 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8306 Base level 2, inputs: [64678(31MB)], [64626(40MB) 64627(39MB) 64628(39MB) 64629(39MB) 64630(39MB) 64631(39MB) 64632(9987KB) 64609(40MB) 64610(40MB)] 2024/11/20-20:09:34.551230 140008081421888 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:09:34.551254 140008081421888 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:09:34.551275 140008081421888 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:09:34.551282 140008081421888 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-20:09:34.551290 140008081421888 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-20:09:35.180657 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064682.sst) /dev/shm/ToplingTemp/Topling-919320-p7jo0T 2024/11/20-20:09:35.352895 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064682.sst): first pass time = 0.17's, 779.434'MB/sec 2024/11/20-20:09:35.936911 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064682.sst): old prealloc_size = 147639500, real_size = 40889584 2024/11/20-20:09:35.937032 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064682.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.01 avg-zval = 313.95 2024/11/20-20:09:35.937205 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064682.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:36.104644 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064682.sst): second pass time = 0.58's, 225.654'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 254.130'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1966.059'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.265'MB/sec write SST data time = 0.05's, 937.099'MB/sec dict compress time = 7238462436.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43279.499'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 225.654'MB/sec zip pipeline throughput = 225.654'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.01 avg-zval = 313.95 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1022.94 avg-zval = 313.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 109745 bytes = 370400 } seq expand size = 768215 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.9535 value = 3.2394 dict = 1.00 all = 3.1486 } Zip/UnZip{ index = 0.1438 value = 0.3087 dict = 1.00 all = 0.3176 } ---------------------------- total value len = 563.198130 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144004 Billion total entry num = 1.700646026 Billion write speed all = 80.425567954 MB/sec (with seq num) write speed all = 78.624454968 MB/sec (without seq num) 2024/11/20-20:09:36.156214 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64682: 129428 keys, 42627400 bytes, temperature: kWarm 2024/11/20-20:09:36.156299 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104576156259, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64682, "file_size": 42627400, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057656490, "table_properties": {"data_size": 40633696, "index_size": 223360, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629367, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104575, "oldest_key_time": 0, "file_creation_time": 1732104575, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64682, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:36.194700 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064683.sst) /dev/shm/ToplingTemp/Topling-919320-61amcR 2024/11/20-20:09:36.679922 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064683.sst): first pass time = 0.49's, 276.629'MB/sec 2024/11/20-20:09:37.214304 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064683.sst): old prealloc_size = 147639500, real_size = 40407168 2024/11/20-20:09:37.214458 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064683.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.74 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 310.20 2024/11/20-20:09:37.214550 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064683.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:37.476661 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064683.sst): second pass time = 0.53's, 246.733'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.26's, 159.404'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1648.931'MB/sec (index lex order gen) rebuild zvType time = 0.19's, 0.172'MB/sec write SST data time = 0.07's, 568.682'MB/sec dict compress time = 7238462436.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42294.343'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.733'MB/sec zip pipeline throughput = 246.733'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.99 avg-zval = 310.20 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.59 avg-zval = 310.20 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11174 bytes = 37728 } seq expand size = 78218 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.8964 value = 3.2785 dict = 1.00 all = 3.2100 } Zip/UnZip{ index = 0.1450 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.329838 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273435 Billion total entry num = 1.700775457 Billion write speed all = 80.428738706 MB/sec (with seq num) write speed all = 78.627815740 MB/sec (without seq num) 2024/11/20-20:09:37.529350 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64683: 129431 keys, 41812615 bytes, temperature: kWarm 2024/11/20-20:09:37.529436 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104577529387, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64683, "file_size": 41812615, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057655208, "table_properties": {"data_size": 40149424, "index_size": 225216, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629947, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104576, "oldest_key_time": 0, "file_creation_time": 1732104576, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64683, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:37.583173 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064684.sst) /dev/shm/ToplingTemp/Topling-919320-x0GtOS 2024/11/20-20:09:38.080623 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064684.sst): first pass time = 0.50's, 269.839'MB/sec 2024/11/20-20:09:38.698137 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064684.sst): old prealloc_size = 147639500, real_size = 40423232 2024/11/20-20:09:38.698281 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064684.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.98 avg-zval = 310.29 2024/11/20-20:09:38.698354 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064684.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:38.867900 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064684.sst): second pass time = 0.62's, 213.472'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 246.482'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2073.937'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.05's, 833.252'MB/sec dict compress time = 7238462436.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40633.935'MB/sec zip my value time = 0.62's, unzip length = 0.132'GB zip my value throughput = 213.472'MB/sec zip pipeline throughput = 213.472'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.98 avg-zval = 310.29 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1017.85 avg-zval = 310.29 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 16042 bytes = 54160 } seq expand size = 112294 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.7808 value = 3.2775 dict = 1.00 all = 3.2075 } Zip/UnZip{ index = 0.1475 value = 0.3051 dict = 1.00 all = 0.3118 } ---------------------------- total value len = 563.461580 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402866 Billion total entry num = 1.700904888 Billion write speed all = 80.431707140 MB/sec (with seq num) write speed all = 78.630978727 MB/sec (without seq num) 2024/11/20-20:09:38.920881 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64684: 129431 keys, 41845049 bytes, temperature: kWarm 2024/11/20-20:09:38.920941 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104578920911, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64684, "file_size": 41845049, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057657791, "table_properties": {"data_size": 40161648, "index_size": 229056, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629214, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104577, "oldest_key_time": 0, "file_creation_time": 1732104577, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64684, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:38.969882 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064685.sst) /dev/shm/ToplingTemp/Topling-919320-J6L3oQ 2024/11/20-20:09:39.469319 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064685.sst): first pass time = 0.50's, 268.765'MB/sec 2024/11/20-20:09:40.202309 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064685.sst): old prealloc_size = 147639500, real_size = 40406672 2024/11/20-20:09:40.202449 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064685.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129434 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.97 avg-zval = 310.18 2024/11/20-20:09:40.202534 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064685.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:40.366949 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064685.sst): second pass time = 0.73's, 179.767'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 254.024'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1922.419'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.266'MB/sec write SST data time = 0.04's, 976.211'MB/sec dict compress time = 7238462436.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44000.958'MB/sec zip my value time = 0.73's, unzip length = 0.132'GB zip my value throughput = 179.767'MB/sec zip pipeline throughput = 179.767'MB/sec entries = 129434 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.97 avg-zval = 310.18 usrkeys = 129434 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1017.65 avg-zval = 310.18 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 12649 bytes = 42704 } seq expand size = 88543 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.8459 value = 3.2787 dict = 1.00 all = 3.2097 } Zip/UnZip{ index = 0.1461 value = 0.3050 dict = 1.00 all = 0.3116 } ---------------------------- total value len = 563.593298 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532300 Billion total entry num = 1.701034322 Billion write speed all = 80.433524657 MB/sec (with seq num) write speed all = 78.633016393 MB/sec (without seq num) 2024/11/20-20:09:40.417611 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64685: 129434 keys, 41817149 bytes, temperature: kWarm 2024/11/20-20:09:40.417685 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104580417652, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64685, "file_size": 41817149, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057654540, "table_properties": {"data_size": 40147264, "index_size": 226880, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588680, "raw_average_key_size": 20, "raw_value_size": 131630089, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129434, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104578, "oldest_key_time": 0, "file_creation_time": 1732104578, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64685, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:40.454631 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064686.sst) /dev/shm/ToplingTemp/Topling-919320-cCl81R 2024/11/20-20:09:41.002642 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064686.sst): first pass time = 0.55's, 244.943'MB/sec 2024/11/20-20:09:41.679252 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064686.sst): old prealloc_size = 147639500, real_size = 40372064 2024/11/20-20:09:41.679377 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064686.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 309.97 2024/11/20-20:09:41.679433 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064686.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:41.839117 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064686.sst): second pass time = 0.68's, 194.776'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 261.190'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2208.067'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 982.906'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40193.928'MB/sec zip my value time = 0.68's, unzip length = 0.132'GB zip my value throughput = 194.776'MB/sec zip pipeline throughput = 253.788'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 309.97 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.21 avg-zval = 309.97 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 3522 bytes = 11904 } seq expand size = 24654 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0361 value = 3.2810 dict = 1.00 all = 3.2147 } Zip/UnZip{ index = 0.1421 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 563.724953 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661727 Billion total entry num = 1.701163749 Billion write speed all = 80.435618825 MB/sec (with seq num) write speed all = 78.635324234 MB/sec (without seq num) 2024/11/20-20:09:41.889684 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64686: 129427 keys, 41751921 bytes, temperature: kWarm 2024/11/20-20:09:41.889750 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104581889720, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64686, "file_size": 41751921, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057638966, "table_properties": {"data_size": 40118800, "index_size": 220736, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131630189, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104580, "oldest_key_time": 0, "file_creation_time": 1732104580, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64686, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:41.926870 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064687.sst) /dev/shm/ToplingTemp/Topling-919320-rMzolQ 2024/11/20-20:09:42.466519 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064687.sst): first pass time = 0.54's, 248.732'MB/sec 2024/11/20-20:09:43.208261 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064687.sst): old prealloc_size = 147639500, real_size = 40384224 2024/11/20-20:09:43.208392 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064687.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 310.06 2024/11/20-20:09:43.208452 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064687.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:43.370445 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064687.sst): second pass time = 0.74's, 177.652'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.581'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2006.000'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.04's, 939.164'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26370.075'MB/sec zip my value time = 0.74's, unzip length = 0.132'GB zip my value throughput = 177.652'MB/sec zip pipeline throughput = 275.221'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 310.06 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.31 avg-zval = 310.06 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5395 bytes = 18224 } seq expand size = 37765 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0178 value = 3.2801 dict = 1.00 all = 3.2133 } Zip/UnZip{ index = 0.1425 value = 0.3049 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.856621 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.803461 GB avg = 0.014 KB total ukey num = 2.321791154 Billion total entry num = 1.701293176 Billion write speed all = 80.437084743 MB/sec (with seq num) write speed all = 78.637017821 MB/sec (without seq num) 2024/11/20-20:09:43.421330 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64687: 129427 keys, 41770148 bytes, temperature: kWarm 2024/11/20-20:09:43.421387 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104583421357, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64687, "file_size": 41770148, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057658857, "table_properties": {"data_size": 40130384, "index_size": 221312, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131630134, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104581, "oldest_key_time": 0, "file_creation_time": 1732104581, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64687, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:43.457546 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064688.sst) /dev/shm/ToplingTemp/Topling-919320-1HjwqS 2024/11/20-20:09:44.054580 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064688.sst): first pass time = 0.60's, 224.824'MB/sec 2024/11/20-20:09:44.816727 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064688.sst): old prealloc_size = 147639500, real_size = 40869424 2024/11/20-20:09:44.816846 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064688.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1016.99 avg-zval = 313.80 2024/11/20-20:09:44.816976 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064688.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:44.980991 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064688.sst): second pass time = 0.76's, 172.875'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.289'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2280.414'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.04's, 983.339'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 17602.277'MB/sec zip my value time = 0.76's, unzip length = 0.132'GB zip my value throughput = 172.875'MB/sec zip pipeline throughput = 256.066'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 313.80 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1022.63 avg-zval = 313.80 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 104331 bytes = 352128 } seq expand size = 730317 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.9877 value = 3.2409 dict = 1.00 all = 3.1515 } Zip/UnZip{ index = 0.1431 value = 0.3086 dict = 1.00 all = 0.3173 } ---------------------------- total value len = 563.988980 GB avg = 0.331 KB (by entry num) total key len = 44.332527 GB avg = 0.026 KB total ukey len = 32.805014 GB avg = 0.014 KB total ukey num = 2.321920584 Billion total entry num = 1.701422606 Billion write speed all = 80.437798750 MB/sec (with seq num) write speed all = 78.637978260 MB/sec (without seq num) 2024/11/20-20:09:45.031369 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64688: 129430 keys, 42589046 bytes, temperature: kWarm 2024/11/20-20:09:45.031427 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104585031395, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64688, "file_size": 42589046, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057659418, "table_properties": {"data_size": 40614624, "index_size": 222272, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629304, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104583, "oldest_key_time": 0, "file_creation_time": 1732104583, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64688, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:45.065220 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064689.sst) /dev/shm/ToplingTemp/Topling-919320-i2W2dR 2024/11/20-20:09:45.549661 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064689.sst): first pass time = 0.48's, 277.075'MB/sec 2024/11/20-20:09:46.043501 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064689.sst): old prealloc_size = 147639500, real_size = 40458384 2024/11/20-20:09:46.043628 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064689.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.01 avg-zval = 310.59 2024/11/20-20:09:46.043698 140008081421888 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064689.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:09:46.206109 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064689.sst): second pass time = 0.49's, 266.967'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.711'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2192.450'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 922.732'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.379'MB, throughput = 44012.515'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 266.967'MB/sec zip pipeline throughput = 266.967'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.01 avg-zval = 310.59 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1018.15 avg-zval = 310.59 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 21254 bytes = 71744 } seq expand size = 148778 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.8495 value = 3.2745 dict = 1.00 all = 3.2034 } Zip/UnZip{ index = 0.1460 value = 0.3054 dict = 1.00 all = 0.3122 } ---------------------------- total value len = 564.120759 GB avg = 0.332 KB (by entry num) total key len = 44.335115 GB avg = 0.026 KB total ukey len = 32.806567 GB avg = 0.014 KB total ukey num = 2.322050013 Billion total entry num = 1.701552035 Billion write speed all = 80.442534935 MB/sec (with seq num) write speed all = 78.642869062 MB/sec (without seq num) 2024/11/20-20:09:46.256846 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64689: 129429 keys, 41898495 bytes, temperature: kWarm 2024/11/20-20:09:46.256916 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104586256883, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64689, "file_size": 41898495, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057659320, "table_properties": {"data_size": 40199104, "index_size": 226752, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629971, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104585, "oldest_key_time": 0, "file_creation_time": 1732104585, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64689, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:46.294908 140008081421888 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064690.sst) /dev/shm/ToplingTemp/Topling-919320-wYRqxS 2024/11/20-20:09:46.350525 140008081421888 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064690.sst): first pass time = 0.06's, 659.123'MB/sec 2024/11/20-20:09:46.597258 140008081421888 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064690.sst): old prealloc_size = 147639500, real_size = 11156160 2024/11/20-20:09:46.597320 140008081421888 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064690.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 35330 prefix = 4 raw-key = 0.0003 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.17 raw-val = 0.0359 GB zip-val = 0.0111 GB avg-val =1016.99 avg-zval = 315.35 2024/11/20-20:09:46.644498 140008081421888 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00/064690.sst): second pass time = 0.25's, 146.101'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.05's, 244.925'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 196.041'MB/sec (index lex order gen) rebuild zvType time = 0.03's, 0.255'MB/sec write SST data time = 0.01's, 917.405'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.354'MB, throughput = 7867.537'MB/sec zip my value time = 0.25's, unzip length = 0.036'GB zip my value throughput = 146.101'MB/sec zip pipeline throughput = 146.101'MB/sec entries = 35330 avg-key = 20.00 avg-zkey = 0.17 avg-val = 1016.99 avg-zval = 315.35 usrkeys = 35330 avg-key = 12.00 avg-zkey = 0.17 avg-val = 1020.37 avg-zval = 315.35 TagRS{ kinds = RS_Key0_TagN bytes = 5640 } TagArray{ size = 17031 bytes = 57488 } seq expand size = 119217 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0004 GB value = 0.0359 GB dict = 0.35 MB all = 0.0366 GB } __ZipSize{ index = 0.0000 GB value = 0.0111 GB dict = 0.35 MB all = 0.0116 GB } UnZip/Zip{ index = 71.2298 value = 3.2250 dict = 1.00 all = 3.1678 } Zip/UnZip{ index = 0.0140 value = 0.3101 dict = 1.00 all = 0.3157 } ---------------------------- total value len = 564.156809 GB avg = 0.332 KB (by entry num) total key len = 44.335822 GB avg = 0.026 KB total ukey len = 32.806991 GB avg = 0.014 KB total ukey num = 2.322085343 Billion total entry num = 1.701587365 Billion write speed all = 80.442731932 MB/sec (with seq num) write speed all = 78.643132996 MB/sec (without seq num) 2024/11/20-20:09:46.664238 140008081421888 [compaction_job.cc:1948] [default] [JOB 9518] Generated table #64690: 35330 keys, 11565392 bytes, temperature: kWarm 2024/11/20-20:09:46.664293 140008081421888 EVENT_LOG_v1 {"time_micros": 1732104586664264, "cf_name": "default", "job": 9518, "event": "table_file_creation", "file_number": 64690, "file_size": 11565392, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1057659322, "table_properties": {"data_size": 11141200, "index_size": 5952, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 706600, "raw_average_key_size": 20, "raw_value_size": 35930289, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 35330, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732104586, "oldest_key_time": 0, "file_creation_time": 1732104586, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64690, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:09:46.679832 140008081421888 [compaction_job.cc:703] job-09518: subcompact[0], size: 0.347677 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09518/att-00 [064682,064683,064684,064685,064686,064687,064688,064689,064690] 2024/11/20-20:09:46.750848 140008081421888 (Original Log Time 2024/11/20-20:09:34.544550) EVENT_LOG_v1 {"time_micros": 1732104574544510, "job": 9518, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [64678], "files_L3": [64626, 64627, 64628, 64629, 64630, 64631, 64632, 64609, 64610], "score": 0.837715, "input_data_size": 378965021, "oldest_snapshot_seqno": 1057723861} 2024/11/20-20:09:46.750852 140008081421888 (Original Log Time 2024/11/20-20:09:46.743054) [compaction_job.cc:2022] [default] [JOB 9518] Compacted 1@2 + 9@3 files to L3 => 347677215 bytes 2024/11/20-20:09:46.750853 140008081421888 (Original Log Time 2024/11/20-20:09:46.750779) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 31.2 rd, 28.7 wr, level 3, files in(1, 9) out(9 +0 blob) MB in(31.2, 330.2 +0.0 blob) out(331.6 +0.0 blob), read-write-amplify(22.2) write-amplify(10.6) OK, records in: 1098046, records dropped: 27279 output_compression: Snappy 2024/11/20-20:09:46.750858 140008081421888 (Original Log Time 2024/11/20-20:09:46.750827) EVENT_LOG_v1 {"time_micros": 1732104586750803, "cf": "default", "job": 9518, "event": "compaction_finished", "compaction_time_micros": 12135289, "compaction_time_cpu_micros": 2989427, "output_level": 3, "num_output_files": 9, "total_output_size": 347677215, "num_input_records": 1098046, "num_output_records": 1070767, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 267429294, "file_range_sync_nanos": 0, "file_fsync_nanos": 7242, "file_prepare_write_nanos": 16957, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-20:09:46.882186 140008081421888 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732096383,"starts":1732104574,"executesMs":12351,"compactionJobId":9518,"attempt":0,"compactionInputRawBytes":1138670712,"compactionInputZipBytes":378965021,"compactionOutputRawBytes":0,"compactionOutputZipBytes":347677215,"headers":{"Accept":"*/*","Connection":"close","Host":"aliyun-topling-saas.topling.cn:18443","RemoteIp":"120.24.192.169","X-Forwarded-For":"120.24.192.169","region":"cn-shenzhen","token":"e6474c481bd4415abc537135cc03626b","instance-token":"e6474c481bd4415abc537135cc03626b","provider":"aliyun","CloudMarketInstanceId":"si-59c0ae5c955845588903","MeteringAssit":"","Transfer-Encoding":"chunked","traceparent":"00-c303d2c6cdce0ec77a440c4a91ad08bc-178bbda744695dd3-00"}}, response = 2024/11/20-20:09:46.882279 140008081421888 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09518/att-00: olev 3, work 12.352 s, result 7.673 ms, install 7.830 ms, input{raw 1.060 GiB zip 361.409 MiB}