2024/11/20-22:50:56.281597 140008601769536 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00: fork to child time = 0.027284 sec 2024/11/20-22:50:56.282329 140008601769536 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00 2024/11/20-22:50:56.289840 140008601769536 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00 2024/11/20-22:50:56.292164 140008601769536 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-22:50:56.292480 140008601769536 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-22:50:56.336427 140008601769536 [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-18870/att-00/MANIFEST-049091 2024/11/20-22:50:56.366687 140008601769536 [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-18870/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 81788, last_sequence is 1267762231, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 81614 2024/11/20-22:50:56.366698 140008601769536 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-22:50:56.366784 140008601769536 [version_set.cc:5724] Creating manifest 81788 2024/11/20-22:50:56.397415 140008601769536 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-22:50:56.415739 140008601769536 [compaction_job.cc:2437] [default] [JOB 18870] Compacting 1@2 + 5@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/20-22:50:56.415765 140008601769536 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 14391 Base level 2, inputs: [81770(31MB)], [81707(40MB) 81708(1666KB) 81675(40MB) 81676(40MB) 81779(40MB)] 2024/11/20-22:50:56.425468 140008601769536 [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-22:50:56.425507 140008601769536 [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-22:50:56.425535 140008601769536 [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-22:50:56.425547 140008601769536 [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-22:50:56.425565 140008601769536 [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-22:50:57.135765 140008601769536 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081789.sst) /dev/shm/ToplingTemp/Topling-1108277-N2Gw6V 2024/11/20-22:50:57.332091 140008601769536 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081789.sst): first pass time = 0.20's, 683.783'MB/sec 2024/11/20-22:50:57.995888 140008601769536 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081789.sst): old prealloc_size = 147639500, real_size = 40948304 2024/11/20-22:50:57.996063 140008601769536 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081789.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.73 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.99 avg-zval = 314.39 2024/11/20-22:50:57.996280 140008601769536 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081789.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-22:50:58.193067 140008601769536 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081789.sst): second pass time = 0.66's, 198.568'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 216.840'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1374.039'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.220'MB/sec write SST data time = 0.05's, 860.552'MB/sec dict compress time = 4341017541.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25189.607'MB/sec zip my value time = 0.66's, unzip length = 0.132'GB zip my value throughput = 198.568'MB/sec zip pipeline throughput = 216.313'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.99 avg-zval = 314.39 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1023.56 avg-zval = 314.39 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 121556 bytes = 440656 } seq expand size = 850892 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.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.9477 value = 3.2348 dict = 1.00 all = 3.1391 } Zip/UnZip{ index = 0.1439 value = 0.3091 dict = 1.00 all = 0.3186 } ---------------------------- total value len = 563.198213 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.321144007 Billion total entry num = 1.700646029 Billion write speed all = 35.247197065 MB/sec (with seq num) write speed all = 34.457843911 MB/sec (without seq num) 2024/11/20-22:50:58.248720 140008601769536 [compaction_job.cc:1948] [default] [JOB 18870] Generated table #81789: 129431 keys, 42756696 bytes, temperature: kWarm 2024/11/20-22:50:58.248810 140008601769536 EVENT_LOG_v1 {"time_micros": 1732114258248767, "cf_name": "default", "job": 18870, "event": "table_file_creation", "file_number": 81789, "file_size": 42756696, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1267564719, "table_properties": {"data_size": 40692224, "index_size": 223552, "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": 131630060, "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": 1732114257, "oldest_key_time": 0, "file_creation_time": 1732114257, "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": 81789, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:50:58.288138 140008601769536 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081790.sst) /dev/shm/ToplingTemp/Topling-1108277-9bZ87R 2024/11/20-22:50:58.888909 140008601769536 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081790.sst): first pass time = 0.60's, 223.426'MB/sec 2024/11/20-22:50:59.468845 140008601769536 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081790.sst): old prealloc_size = 147639500, real_size = 40754192 2024/11/20-22:50:59.468969 140008601769536 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081790.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.72 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.00 avg-zval = 312.90 2024/11/20-22:50:59.469104 140008601769536 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081790.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-22:50:59.634115 140008601769536 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081790.sst): second pass time = 0.58's, 227.259'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 256.514'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2216.472'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 885.263'MB/sec dict compress time = 0.00's, 1376769.231'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 39666.868'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 227.259'MB/sec zip pipeline throughput = 227.259'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 312.90 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1020.88 avg-zval = 312.90 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 71680 bytes = 259856 } seq expand size = 501760 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.0405 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 6.9735 value = 3.2502 dict = 1.00 all = 3.1669 } Zip/UnZip{ index = 0.1434 value = 0.3077 dict = 1.00 all = 0.3158 } ---------------------------- total value len = 563.330345 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.321273436 Billion total entry num = 1.700775458 Billion write speed all = 35.252066039 MB/sec (with seq num) write speed all = 34.462718805 MB/sec (without seq num) 2024/11/20-22:50:59.686094 140008601769536 [compaction_job.cc:1948] [default] [JOB 18870] Generated table #81790: 129429 keys, 42381857 bytes, temperature: kWarm 2024/11/20-22:50:59.686159 140008601769536 EVENT_LOG_v1 {"time_micros": 1732114259686126, "cf_name": "default", "job": 18870, "event": "table_file_creation", "file_number": 81790, "file_size": 42381857, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1267564727, "table_properties": {"data_size": 40498944, "index_size": 222720, "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": 131629586, "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": 1732114258, "oldest_key_time": 0, "file_creation_time": 1732114258, "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": 81790, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:50:59.728418 140008601769536 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081791.sst) /dev/shm/ToplingTemp/Topling-1108277-gz39tS 2024/11/20-22:51:00.542662 140008601769536 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081791.sst): first pass time = 0.81's, 164.845'MB/sec 2024/11/20-22:51:01.134215 140008601769536 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081791.sst): old prealloc_size = 147639500, real_size = 40661472 2024/11/20-22:51:01.134362 140008601769536 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081791.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.79 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.98 avg-zval = 312.12 2024/11/20-22:51:01.134492 140008601769536 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081791.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-22:51:01.336643 140008601769536 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081791.sst): second pass time = 0.59's, 222.950'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 208.885'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1919.570'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.211'MB/sec write SST data time = 0.05's, 859.133'MB/sec dict compress time = 0.13's, 10.466'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 27686.382'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 222.950'MB/sec zip pipeline throughput = 222.950'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.79 avg-val = 1016.98 avg-zval = 312.12 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.79 avg-val = 1020.80 avg-zval = 312.12 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 70544 bytes = 255744 } seq expand size = 493808 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.0404 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.7132 value = 3.2583 dict = 1.00 all = 3.1742 } Zip/UnZip{ index = 0.1490 value = 0.3069 dict = 1.00 all = 0.3150 } ---------------------------- total value len = 563.462468 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.321402867 Billion total entry num = 1.700904889 Billion write speed all = 35.256398830 MB/sec (with seq num) write speed all = 34.467069489 MB/sec (without seq num) 2024/11/20-22:51:01.433244 140008601769536 [compaction_job.cc:1948] [default] [JOB 18870] Generated table #81791: 129431 keys, 42284626 bytes, temperature: kWarm 2024/11/20-22:51:01.433315 140008601769536 EVENT_LOG_v1 {"time_micros": 1732114261433283, "cf_name": "default", "job": 18870, "event": "table_file_creation", "file_number": 81791, "file_size": 42284626, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1267564834, "table_properties": {"data_size": 40397584, "index_size": 231360, "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": 131629331, "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": 1732114259, "oldest_key_time": 0, "file_creation_time": 1732114259, "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": 81791, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:51:01.478591 140008601769536 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081792.sst) /dev/shm/ToplingTemp/Topling-1108277-PTFdhU 2024/11/20-22:51:02.020101 140008601769536 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081792.sst): first pass time = 0.54's, 247.882'MB/sec 2024/11/20-22:51:02.626402 140008601769536 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081792.sst): old prealloc_size = 147639500, real_size = 40768064 2024/11/20-22:51:02.626551 140008601769536 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081792.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.0405 GB avg-val =1016.98 avg-zval = 312.99 2024/11/20-22:51:02.626683 140008601769536 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081792.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-22:51:02.788887 140008601769536 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081792.sst): second pass time = 0.61's, 217.406'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 261.066'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1792.362'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 939.004'MB/sec dict compress time = 0.13's, 10.467'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46892.584'MB/sec zip my value time = 0.61's, unzip length = 0.132'GB zip my value throughput = 217.406'MB/sec zip pipeline throughput = 217.406'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.98 avg-zval = 312.99 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1021.17 avg-zval = 312.99 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 77473 bytes = 280848 } seq expand size = 542311 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.0405 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 6.8885 value = 3.2493 dict = 1.00 all = 3.1643 } Zip/UnZip{ index = 0.1452 value = 0.3078 dict = 1.00 all = 0.3160 } ---------------------------- total value len = 563.594639 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.321532298 Billion total entry num = 1.701034320 Billion write speed all = 35.261245532 MB/sec (with seq num) write speed all = 34.471922621 MB/sec (without seq num) 2024/11/20-22:51:02.840154 140008601769536 [compaction_job.cc:1948] [default] [JOB 18870] Generated table #81792: 129431 keys, 42416342 bytes, temperature: kWarm 2024/11/20-22:51:02.840217 140008601769536 EVENT_LOG_v1 {"time_micros": 1732114262840186, "cf_name": "default", "job": 18870, "event": "table_file_creation", "file_number": 81792, "file_size": 42416342, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1267564841, "table_properties": {"data_size": 40510064, "index_size": 225472, "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": 131629294, "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": 1732114261, "oldest_key_time": 0, "file_creation_time": 1732114261, "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": 81792, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:51:02.878254 140008601769536 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081793.sst) /dev/shm/ToplingTemp/Topling-1108277-UufP6U 2024/11/20-22:51:02.889614 140008601769536 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081793.sst): first pass time = 0.01's, 487.174'MB/sec 2024/11/20-22:51:02.930396 140008601769536 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081793.sst): old prealloc_size = 147639500, real_size = 1711192 2024/11/20-22:51:02.930432 140008601769536 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081793.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 5320 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.03 raw-val = 0.0054 GB zip-val = 0.0017 GB avg-val =1017.15 avg-zval = 321.34 2024/11/20-22:51:02.939187 140008601769536 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00/081793.sst): second pass time = 0.04's, 134.498'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 201.144'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 9.771'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.196'MB/sec write SST data time = 0.00's, 888.941'MB/sec dict compress time = 0.00's, 52834.000'MB/sec z-dict build time = 0.00's, sample length = 0.053'MB, throughput = 2163.023'MB/sec zip my value time = 0.04's, unzip length = 0.005'GB zip my value throughput = 134.498'MB/sec zip pipeline throughput = 134.498'MB/sec entries = 5320 avg-key = 20.00 avg-zkey = 0.04 avg-val = 1017.15 avg-zval = 321.34 usrkeys = 5320 avg-key = 12.00 avg-zkey = 0.04 avg-val = 1017.29 avg-zval = 321.34 TagRS{ kinds = RS_Key0_TagN bytes = 920 } TagArray{ size = 102 bytes = 368 } seq expand size = 714 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0001 GB value = 0.0054 GB dict = 0.05 MB all = 0.0055 GB } __ZipSize{ index = 0.0000 GB value = 0.0017 GB dict = 0.05 MB all = 0.0018 GB } UnZip/Zip{ index = 332.5000 value = 3.1653 dict = 1.00 all = 3.1260 } Zip/UnZip{ index = 0.0030 value = 0.3159 dict = 1.00 all = 0.3199 } ---------------------------- total value len = 563.600051 GB avg = 0.331 KB (by entry num) total key len = 44.324867 GB avg = 0.026 KB total ukey len = 32.800418 GB avg = 0.014 KB total ukey num = 2.321537618 Billion total entry num = 1.701039640 Billion write speed all = 35.261258207 MB/sec (with seq num) write speed all = 34.471939709 MB/sec (without seq num) 2024/11/20-22:51:02.947960 140008601769536 [compaction_job.cc:1948] [default] [JOB 18870] Generated table #81793: 5320 keys, 1765088 bytes, temperature: kWarm 2024/11/20-22:51:02.948008 140008601769536 EVENT_LOG_v1 {"time_micros": 1732114262947982, "cf_name": "default", "job": 18870, "event": "table_file_creation", "file_number": 81793, "file_size": 1765088, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1267240967, "table_properties": {"data_size": 1709536, "index_size": 192, "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": 106400, "raw_average_key_size": 20, "raw_value_size": 5411258, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 5320, "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_AllOne-DictZipBlobStore", "creation_time": 1732114262, "oldest_key_time": 0, "file_creation_time": 1732114262, "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": 81793, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:51:02.959882 140008601769536 [compaction_job.cc:703] job-18870: subcompact[0], size: 0.171605 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-18870/att-00 [081789,081790,081791,081792,081793] 2024/11/20-22:51:02.993910 140008601769536 (Original Log Time 2024/11/20-22:50:56.415845) EVENT_LOG_v1 {"time_micros": 1732114256415783, "job": 18870, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [81770], "files_L3": [81707, 81708, 81675, 81676, 81779], "score": 0.99583, "input_data_size": 204230048, "oldest_snapshot_seqno": 1267761923} 2024/11/20-22:51:02.993914 140008601769536 (Original Log Time 2024/11/20-22:51:02.993387) [compaction_job.cc:2022] [default] [JOB 18870] Compacted 1@2 + 5@3 files to L3 => 171604609 bytes 2024/11/20-22:51:02.993915 140008601769536 (Original Log Time 2024/11/20-22:51:02.993854) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 31.2 rd, 26.2 wr, level 3, files in(1, 5) out(5 +0 blob) MB in(31.2, 163.5 +0.0 blob) out(163.7 +0.0 blob), read-write-amplify(11.5) write-amplify(5.2) OK, records in: 554668, records dropped: 31626 output_compression: Snappy 2024/11/20-22:51:02.993919 140008601769536 (Original Log Time 2024/11/20-22:51:02.993897) EVENT_LOG_v1 {"time_micros": 1732114262993875, "cf": "default", "job": 18870, "event": "compaction_finished", "compaction_time_micros": 6544039, "compaction_time_cpu_micros": 1704471, "output_level": 3, "num_output_files": 5, "total_output_size": 171604609, "num_input_records": 554668, "num_output_records": 523042, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 124108526, "file_range_sync_nanos": 0, "file_fsync_nanos": 4865, "file_prepare_write_nanos": 9518, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/20-22:51:03.112665 140008601769536 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":1732114256,"executesMs":6705,"compactionJobId":18870,"attempt":0,"compactionInputRawBytes":575183801,"compactionInputZipBytes":204230048,"compactionOutputRawBytes":0,"compactionOutputZipBytes":171604609,"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-221a08a305aeb1f37784c26e1719341a-13b27bde3678bd4f-00"}}, response = 2024/11/20-22:51:03.112747 140008601769536 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-18870/att-00: olev 3, work 6.706 s, result 5.883 ms, install 0.545 ms, input{raw 548.538 MiB zip 194.769 MiB}