2024/11/20-22:27:23.962078 140008895514176 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00: fork to child time = 0.009118 sec 2024/11/20-22:27:23.962486 140008895514176 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00 2024/11/20-22:27:23.970143 140008895514176 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00 2024/11/20-22:27:23.971820 140008895514176 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-22:27:23.972039 140008895514176 [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:27:24.023455 140008895514176 [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-17589/att-00/MANIFEST-049091 2024/11/20-22:27:24.062637 140008895514176 [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-17589/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 79393, last_sequence is 1239242641, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 79223 2024/11/20-22:27:24.062646 140008895514176 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-22:27:24.062755 140008895514176 [version_set.cc:5724] Creating manifest 79393 2024/11/20-22:27:24.101957 140008895514176 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-22:27:24.126091 140008895514176 [compaction_job.cc:2437] [default] [JOB 17589] Compacting 1@2 + 9@3 files to L3, score 0.98, subcompactions 1 : 1 2024/11/20-22:27:24.126109 140008895514176 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 13532 Base level 2, inputs: [79391(31MB)], [79300(40MB) 79301(1114KB) 79315(40MB) 79316(40MB) 79317(39MB) 79318(40MB) 79319(39MB) 79320(40MB) 79321(40MB)] 2024/11/20-22:27:24.137282 140008895514176 [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:27:24.137308 140008895514176 [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:27:24.137329 140008895514176 [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:27:24.137338 140008895514176 [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:27:24.137349 140008895514176 [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:27:24.756298 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079394.sst) /dev/shm/ToplingTemp/Topling-1081432-xXBjSY 2024/11/20-22:27:24.932646 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079394.sst): first pass time = 0.18's, 761.273'MB/sec 2024/11/20-22:27:25.574243 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079394.sst): old prealloc_size = 147639500, real_size = 40979376 2024/11/20-22:27:25.574353 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079394.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.70 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.02 avg-zval = 314.67 2024/11/20-22:27:25.574528 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079394.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:27:25.828743 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079394.sst): second pass time = 0.64's, 205.436'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.25's, 168.163'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2340.316'MB/sec (index lex order gen) rebuild zvType time = 0.19's, 0.171'MB/sec write SST data time = 0.07's, 654.405'MB/sec dict compress time = 2314885530.46's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 30877.997'MB/sec zip my value time = 0.64's, unzip length = 0.132'GB zip my value throughput = 205.436'MB/sec zip pipeline throughput = 205.468'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.02 avg-zval = 314.67 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1024.02 avg-zval = 314.67 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129427 bytes = 469184 } seq expand size = 905989 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 = 7.0710 value = 3.2320 dict = 1.00 all = 3.1362 } Zip/UnZip{ index = 0.1414 value = 0.3094 dict = 1.00 all = 0.3189 } ---------------------------- total value len = 563.198268 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.321144003 Billion total entry num = 1.700646025 Billion write speed all = 38.393277297 MB/sec (with seq num) write speed all = 37.533468454 MB/sec (without seq num) 2024/11/20-22:27:25.885444 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79394: 129427 keys, 42795821 bytes, temperature: kWarm 2024/11/20-22:27:25.885528 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112845885487, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79394, "file_size": 42795821, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 951055562, "largest_seqno": 1238985870, "table_properties": {"data_size": 40727200, "index_size": 219648, "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": 131629660, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732112844, "oldest_key_time": 0, "file_creation_time": 1732112844, "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": 79394, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:25.923385 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079395.sst) /dev/shm/ToplingTemp/Topling-1081432-warUR1 2024/11/20-22:27:26.559165 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079395.sst): first pass time = 0.64's, 211.117'MB/sec 2024/11/20-22:27:27.196580 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079395.sst): old prealloc_size = 147639500, real_size = 40968480 2024/11/20-22:27:27.196692 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079395.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.73 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.55 2024/11/20-22:27:27.197025 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079395.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:27:27.468453 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079395.sst): second pass time = 0.64's, 206.696'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.27's, 157.304'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2394.695'MB/sec (index lex order gen) rebuild zvType time = 0.20's, 0.162'MB/sec write SST data time = 0.07's, 598.764'MB/sec dict compress time = 2314885530.46's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46741.216'MB/sec zip my value time = 0.64's, unzip length = 0.132'GB zip my value throughput = 206.696'MB/sec zip pipeline throughput = 206.696'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.00 avg-zval = 314.55 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1023.31 avg-zval = 314.55 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 116671 bytes = 422944 } seq expand size = 816697 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.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.9258 value = 3.2332 dict = 1.00 all = 3.1389 } Zip/UnZip{ index = 0.1444 value = 0.3093 dict = 1.00 all = 0.3186 } ---------------------------- total value len = 563.330714 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273432 Billion total entry num = 1.700775454 Billion write speed all = 38.397832191 MB/sec (with seq num) write speed all = 37.538047005 MB/sec (without seq num) 2024/11/20-22:27:27.526003 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79395: 129429 keys, 42759237 bytes, temperature: kWarm 2024/11/20-22:27:27.526090 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112847526058, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79395, "file_size": 42759237, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1238987708, "table_properties": {"data_size": 40711696, "index_size": 224256, "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": 131629337, "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": 1732112845, "oldest_key_time": 0, "file_creation_time": 1732112845, "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": 79395, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:27.566064 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079396.sst) /dev/shm/ToplingTemp/Topling-1081432-x7Gp8Z 2024/11/20-22:27:28.188901 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079396.sst): first pass time = 0.62's, 215.512'MB/sec 2024/11/20-22:27:28.829067 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079396.sst): old prealloc_size = 147639500, real_size = 40463760 2024/11/20-22:27:28.829212 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079396.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.76 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.61 2024/11/20-22:27:28.829294 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079396.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:27:28.996758 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079396.sst): second pass time = 0.64's, 205.857'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.131'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1990.085'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.267'MB/sec write SST data time = 0.05's, 902.891'MB/sec dict compress time = 0.00's, 1378226.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44271.819'MB/sec zip my value time = 0.64's, unzip length = 0.132'GB zip my value throughput = 205.857'MB/sec zip pipeline throughput = 231.203'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1016.99 avg-zval = 310.61 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1018.72 avg-zval = 310.61 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 31817 bytes = 115344 } seq expand size = 222719 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.7997 value = 3.2741 dict = 1.00 all = 3.1997 } Zip/UnZip{ index = 0.1471 value = 0.3054 dict = 1.00 all = 0.3125 } ---------------------------- total value len = 563.462566 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.321402862 Billion total entry num = 1.700904884 Billion write speed all = 38.402618821 MB/sec (with seq num) write speed all = 37.542851238 MB/sec (without seq num) 2024/11/20-22:27:29.048587 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79396: 129430 keys, 41946993 bytes, temperature: kWarm 2024/11/20-22:27:29.048651 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112849048618, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79396, "file_size": 41946993, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1238985609, "table_properties": {"data_size": 40202816, "index_size": 228416, "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": 131629652, "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": 1732112847, "oldest_key_time": 0, "file_creation_time": 1732112847, "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": 79396, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:29.087030 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079397.sst) /dev/shm/ToplingTemp/Topling-1081432-uh3o10 2024/11/20-22:27:29.812594 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079397.sst): first pass time = 0.73's, 185.003'MB/sec 2024/11/20-22:27:30.506560 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079397.sst): old prealloc_size = 147639500, real_size = 40391296 2024/11/20-22:27:30.506778 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079397.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 310.11 2024/11/20-22:27:30.506879 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079397.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:27:30.668258 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079397.sst): second pass time = 0.69's, 189.874'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.418'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1405.399'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.04's, 948.604'MB/sec dict compress time = 4595237576.38's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 31112.499'MB/sec zip my value time = 0.69's, unzip length = 0.132'GB zip my value throughput = 189.874'MB/sec zip pipeline throughput = 192.400'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.99 avg-zval = 310.11 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.47 avg-zval = 310.11 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 8825 bytes = 30896 } seq expand size = 61775 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 = 7.0282 value = 3.2794 dict = 1.00 all = 3.2118 } Zip/UnZip{ index = 0.1423 value = 0.3049 dict = 1.00 all = 0.3114 } ---------------------------- total value len = 563.594258 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.321532293 Billion total entry num = 1.701034315 Billion write speed all = 38.407046953 MB/sec (with seq num) write speed all = 37.547304746 MB/sec (without seq num) 2024/11/20-22:27:30.719595 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79397: 129431 keys, 41789720 bytes, temperature: kWarm 2024/11/20-22:27:30.719656 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112850719625, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79397, "file_size": 41789720, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1238971517, "table_properties": {"data_size": 40137776, "index_size": 220992, "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": 131629780, "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": 1732112849, "oldest_key_time": 0, "file_creation_time": 1732112849, "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": 79397, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:30.756162 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079398.sst) /dev/shm/ToplingTemp/Topling-1081432-QGN5i0 2024/11/20-22:27:31.340910 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079398.sst): first pass time = 0.58's, 229.552'MB/sec 2024/11/20-22:27:31.833352 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079398.sst): old prealloc_size = 147639500, real_size = 40542528 2024/11/20-22:27:31.833490 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079398.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.89 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.98 avg-zval = 311.09 2024/11/20-22:27:31.833606 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079398.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:27:32.003031 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079398.sst): second pass time = 0.49's, 267.702'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 248.711'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2139.659'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.273'MB/sec write SST data time = 0.05's, 826.176'MB/sec dict compress time = 3325317858.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26466.765'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 267.702'MB/sec zip pipeline throughput = 267.702'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.89 avg-val = 1016.98 avg-zval = 311.09 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.89 avg-val = 1021.22 avg-zval = 311.09 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 78422 bytes = 284288 } seq expand size = 548954 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.0403 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 6.3497 value = 3.2691 dict = 1.00 all = 3.1809 } Zip/UnZip{ index = 0.1575 value = 0.3059 dict = 1.00 all = 0.3144 } ---------------------------- total value len = 563.726437 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.321661725 Billion total entry num = 1.701163747 Billion write speed all = 38.412322100 MB/sec (with seq num) write speed all = 37.552586974 MB/sec (without seq num) 2024/11/20-22:27:32.055692 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79398: 129432 keys, 42194609 bytes, temperature: kWarm 2024/11/20-22:27:32.055760 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112852055728, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79398, "file_size": 42194609, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1238978571, "table_properties": {"data_size": 40265392, "index_size": 244608, "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": 2588640, "raw_average_key_size": 20, "raw_value_size": 131630108, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "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": 1732112850, "oldest_key_time": 0, "file_creation_time": 1732112850, "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": 79398, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:32.096371 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079399.sst) /dev/shm/ToplingTemp/Topling-1081432-Reg4m0 2024/11/20-22:27:32.721361 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079399.sst): first pass time = 0.62's, 214.768'MB/sec 2024/11/20-22:27:33.454842 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079399.sst): old prealloc_size = 147639500, real_size = 40404272 2024/11/20-22:27:33.454972 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079399.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 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.03 avg-zval = 310.21 2024/11/20-22:27:33.455080 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079399.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:27:33.612689 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079399.sst): second pass time = 0.73's, 179.646'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 264.922'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2100.357'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 969.343'MB/sec dict compress time = 3325317858.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23901.927'MB/sec zip my value time = 0.73's, unzip length = 0.132'GB zip my value throughput = 179.646'MB/sec zip pipeline throughput = 179.646'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.03 avg-zval = 310.21 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.65 avg-zval = 310.21 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11439 bytes = 40048 } seq expand size = 80073 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.9995 value = 3.2785 dict = 1.00 all = 3.2100 } Zip/UnZip{ index = 0.1429 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.858147 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.321791151 Billion total entry num = 1.701293173 Billion write speed all = 38.416899580 MB/sec (with seq num) write speed all = 37.557186466 MB/sec (without seq num) 2024/11/20-22:27:33.662350 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79399: 129426 keys, 41812017 bytes, temperature: kWarm 2024/11/20-22:27:33.662418 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112853662387, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79399, "file_size": 41812017, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1238978303, "table_properties": {"data_size": 40149856, "index_size": 221888, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629709, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "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": 1732112852, "oldest_key_time": 0, "file_creation_time": 1732112852, "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": 79399, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:33.705437 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079400.sst) /dev/shm/ToplingTemp/Topling-1081432-nJu8oZ 2024/11/20-22:27:34.277817 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079400.sst): first pass time = 0.57's, 234.507'MB/sec 2024/11/20-22:27:34.771718 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079400.sst): old prealloc_size = 147639500, real_size = 40592112 2024/11/20-22:27:34.771863 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079400.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.72 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.01 avg-zval = 311.65 2024/11/20-22:27:34.771971 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079400.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:27:34.939714 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079400.sst): second pass time = 0.49's, 266.888'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.783'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1749.843'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.266'MB/sec write SST data time = 0.05's, 910.702'MB/sec dict compress time = 3325317858.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25075.894'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 266.888'MB/sec zip pipeline throughput = 266.888'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 311.65 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1019.57 avg-zval = 311.65 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 47365 bytes = 165792 } seq expand size = 331555 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.0403 GB dict = 1.38 MB all = 0.0421 GB } UnZip/Zip{ index = 6.9735 value = 3.2633 dict = 1.00 all = 3.1862 } Zip/UnZip{ index = 0.1434 value = 0.3064 dict = 1.00 all = 0.3139 } ---------------------------- total value len = 563.990108 GB avg = 0.331 KB (by entry num) total key len = 44.332526 GB avg = 0.026 KB total ukey len = 32.805014 GB avg = 0.014 KB total ukey num = 2.321920579 Billion total entry num = 1.701422601 Billion write speed all = 38.422177924 MB/sec (with seq num) write speed all = 37.562471470 MB/sec (without seq num) 2024/11/20-22:27:34.992435 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79400: 129428 keys, 42125442 bytes, temperature: kWarm 2024/11/20-22:27:34.992504 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112854992472, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79400, "file_size": 42125442, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1238987079, "table_properties": {"data_size": 40336864, "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": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629948, "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": 1732112853, "oldest_key_time": 0, "file_creation_time": 1732112853, "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": 79400, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:35.029899 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079401.sst) /dev/shm/ToplingTemp/Topling-1081432-LxPlO2 2024/11/20-22:27:35.574999 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079401.sst): first pass time = 0.55's, 246.241'MB/sec 2024/11/20-22:27:36.397757 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079401.sst): old prealloc_size = 147639500, real_size = 41015808 2024/11/20-22:27:36.397882 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079401.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.70 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1016.99 avg-zval = 314.95 2024/11/20-22:27:36.398065 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079401.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:27:36.564267 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079401.sst): second pass time = 0.82's, 160.179'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 257.170'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2172.193'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.05's, 906.798'MB/sec dict compress time = 3325317858.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34736.082'MB/sec zip my value time = 0.82's, unzip length = 0.132'GB zip my value throughput = 160.179'MB/sec zip pipeline throughput = 195.331'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.99 avg-zval = 314.95 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1023.99 avg-zval = 314.95 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 453024 } seq expand size = 906010 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.0408 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 7.0670 value = 3.2291 dict = 1.00 all = 3.1348 } Zip/UnZip{ index = 0.1415 value = 0.3097 dict = 1.00 all = 0.3190 } ---------------------------- total value len = 564.122644 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.322050009 Billion total entry num = 1.701552031 Billion write speed all = 38.426769575 MB/sec (with seq num) write speed all = 37.567085932 MB/sec (without seq num) 2024/11/20-22:27:36.615852 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79401: 129430 keys, 42815840 bytes, temperature: kWarm 2024/11/20-22:27:36.615925 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112856615892, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79401, "file_size": 42815840, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 978102088, "largest_seqno": 1238987325, "table_properties": {"data_size": 40763504, "index_size": 219776, "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": 131629365, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732112855, "oldest_key_time": 0, "file_creation_time": 1732112855, "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": 79401, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:36.650776 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079402.sst) /dev/shm/ToplingTemp/Topling-1081432-frY9D2 2024/11/20-22:27:36.660414 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079402.sst): first pass time = 0.01's, 479.866'MB/sec 2024/11/20-22:27:36.698977 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079402.sst): old prealloc_size = 147639500, real_size = 1482656 2024/11/20-22:27:36.699063 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079402.sst): index type = FixedLenKeyIndex , store type = DictZipBlobStore usrkeys = 4439 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 10.67 raw-val = 0.0045 GB zip-val = 0.0014 GB avg-val =1016.67 avg-zval = 323.05 2024/11/20-22:27:36.706842 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00/079402.sst): second pass time = 0.04's, 119.006'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 196.779'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 717.543'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.186'MB/sec write SST data time = 0.00's, 852.131'MB/sec dict compress time = 3325317858.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.047'MB, throughput = 1676.890'MB/sec zip my value time = 0.04's, unzip length = 0.005'GB zip my value throughput = 119.006'MB/sec zip pipeline throughput = 119.006'MB/sec entries = 4439 avg-key = 20.00 avg-zkey = 10.67 avg-val = 1016.67 avg-zval = 323.05 usrkeys = 4439 avg-key = 12.00 avg-zkey = 10.67 avg-val = 1023.67 avg-zval = 323.05 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 4439 bytes = 15552 } seq expand size = 31073 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0045 GB dict = 0.05 MB all = 0.0046 GB } __ZipSize{ index = 0.0000 GB value = 0.0014 GB dict = 0.05 MB all = 0.0015 GB } UnZip/Zip{ index = 1.1247 value = 3.1471 dict = 1.00 all = 2.9786 } Zip/UnZip{ index = 0.8891 value = 0.3177 dict = 1.00 all = 0.3357 } ---------------------------- total value len = 564.127188 GB avg = 0.332 KB (by entry num) total key len = 44.335204 GB avg = 0.026 KB total ukey len = 32.806620 GB avg = 0.014 KB total ukey num = 2.322054448 Billion total entry num = 1.701556470 Billion write speed all = 38.426716132 MB/sec (with seq num) write speed all = 37.567037988 MB/sec (without seq num) 2024/11/20-22:27:36.715301 140008895514176 [compaction_job.cc:1948] [default] [JOB 17589] Generated table #79402: 4439 keys, 1544968 bytes, temperature: kWarm 2024/11/20-22:27:36.715351 140008895514176 EVENT_LOG_v1 {"time_micros": 1732112856715325, "cf_name": "default", "job": 17589, "event": "table_file_creation", "file_number": 79402, "file_size": 1544968, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 976869219, "largest_seqno": 1237471180, "table_properties": {"data_size": 1434000, "index_size": 47360, "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": 88780, "raw_average_key_size": 20, "raw_value_size": 4512988, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 4439, "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_Tag1-FixedLenKeyIndex-DictZipBlobStore", "creation_time": 1732112856, "oldest_key_time": 0, "file_creation_time": 1732112856, "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": 79402, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-22:27:36.723314 140008895514176 [compaction_job.cc:703] job-17589: subcompact[0], size: 0.339785 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17589/att-00 [079394,079395,079396,079397,079398,079399,079400,079401,079402] 2024/11/20-22:27:36.795996 140008895514176 (Original Log Time 2024/11/20-22:27:24.126154) EVENT_LOG_v1 {"time_micros": 1732112844126120, "job": 17589, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [79391], "files_L3": [79300, 79301, 79315, 79316, 79317, 79318, 79319, 79320, 79321], "score": 0.979765, "input_data_size": 372150591, "oldest_snapshot_seqno": 1239242538} 2024/11/20-22:27:36.796000 140008895514176 (Original Log Time 2024/11/20-22:27:36.784617) [compaction_job.cc:2022] [default] [JOB 17589] Compacted 1@2 + 9@3 files to L3 => 339784647 bytes 2024/11/20-22:27:36.796002 140008895514176 (Original Log Time 2024/11/20-22:27:36.795925) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 29.5 rd, 27.0 wr, level 3, files in(1, 9) out(9 +0 blob) MB in(31.2, 323.7 +0.0 blob) out(324.0 +0.0 blob), read-write-amplify(21.7) write-amplify(10.4) OK, records in: 1070739, records dropped: 30867 output_compression: Snappy 2024/11/20-22:27:36.796005 140008895514176 (Original Log Time 2024/11/20-22:27:36.795973) EVENT_LOG_v1 {"time_micros": 1732112856795950, "cf": "default", "job": 17589, "event": "compaction_finished", "compaction_time_micros": 12597164, "compaction_time_cpu_micros": 3346454, "output_level": 3, "num_output_files": 9, "total_output_size": 339784647, "num_input_records": 1070739, "num_output_records": 1039872, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 288354987, "file_range_sync_nanos": 0, "file_fsync_nanos": 7148, "file_prepare_write_nanos": 19207, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-22:27:36.920221 140008895514176 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":1732112843,"executesMs":12814,"compactionJobId":17589,"attempt":0,"compactionInputRawBytes":1110355703,"compactionInputZipBytes":372150591,"compactionOutputRawBytes":0,"compactionOutputZipBytes":339784647,"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-e974aadd0a3da4bf73ff239c43038b87-efac98d7519cdacb-00"}}, response = 2024/11/20-22:27:36.920318 140008895514176 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-17589/att-00: olev 3, work 12.815 s, result 7.750 ms, install 11.404 ms, input{raw 1.034 GiB zip 354.910 MiB}