2024/11/20-14:24:09.645977 140257088878144 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00: fork to child time = 0.032608 sec 2024/11/20-14:24:09.646807 140257088878144 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00 2024/11/20-14:24:09.654451 140257088878144 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00 2024/11/20-14:24:09.656796 140257088878144 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-14:24:09.657157 140257088878144 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-14:24:09.706722 140257088878144 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-09767/att-00/MANIFEST-019309 2024/11/20-14:24:09.739260 140257088878144 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-09767/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 34671, last_sequence is 631118121, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 34495 2024/11/20-14:24:09.739280 140257088878144 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-14:24:09.739414 140257088878144 [version_set.cc:5724] Creating manifest 34671 2024/11/20-14:24:09.773107 140257088878144 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-14:24:09.793788 140257088878144 [compaction_job.cc:2437] [default] [JOB 9767] Compacting 1@2 + 9@3 files to L3, score 0.83, subcompactions 1 : 1 2024/11/20-14:24:09.793822 140257088878144 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8453 Base level 2, inputs: [34635(31MB)], [34668(40MB) 34669(1793KB) 34606(86KB) 34582(1113KB) 34571(39MB) 34572(39MB) 34573(39MB) 34574(39MB) 34636(40MB)] 2024/11/20-14:24:09.803544 140257088878144 [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-14:24:09.803583 140257088878144 [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-14:24:09.803613 140257088878144 [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-14:24:09.803626 140257088878144 [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-14:24:09.803642 140257088878144 [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-14:24:10.470100 140257088878144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034672.sst) /dev/shm/ToplingTemp/Topling-337433-IrKSni 2024/11/20-14:24:10.897663 140257088878144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034672.sst): first pass time = 0.43's, 313.966'MB/sec 2024/11/20-14:24:12.919947 140257088878144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034672.sst): old prealloc_size = 147639500, real_size = 40898752 2024/11/20-14:24:12.920129 140257088878144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034672.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.73 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.02 avg-zval = 314.02 2024/11/20-14:24:12.920322 140257088878144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034672.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-14:24:13.293751 140257088878144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034672.sst): second pass time = 2.02's, 65.165'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.37's, 114.081'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1437.967'MB/sec (index lex order gen) rebuild zvType time = 0.30's, 0.106'MB/sec write SST data time = 0.07's, 619.021'MB/sec dict compress time = 7738135658.83's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 27995.104'MB/sec zip my value time = 2.02's, unzip length = 0.132'GB zip my value throughput = 65.165'MB/sec zip pipeline throughput = 317.386'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.02 avg-zval = 314.02 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1022.82 avg-zval = 314.02 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 107238 bytes = 375344 } seq expand size = 750666 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.9355 value = 3.2387 dict = 1.00 all = 3.1476 } Zip/UnZip{ index = 0.1442 value = 0.3088 dict = 1.00 all = 0.3177 } ---------------------------- total value len = 0.132380 GB avg = 1.023 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129426 Billion total entry num = 0.000129426 Billion write speed all = 0.006684444 MB/sec (with seq num) write speed all = 0.006633165 MB/sec (without seq num) 2024/11/20-14:24:13.361251 140257088878144 [compaction_job.cc:1948] [default] [JOB 9767] Generated table #34672: 129426 keys, 42641782 bytes, temperature: kWarm 2024/11/20-14:24:13.361361 140257088878144 EVENT_LOG_v1 {"time_micros": 1732083853361304, "cf_name": "default", "job": 9767, "event": "table_file_creation", "file_number": 34672, "file_size": 42641782, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 629880143, "table_properties": {"data_size": 40642288, "index_size": 223936, "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": 131629471, "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": 1732083850, "oldest_key_time": 0, "file_creation_time": 1732083850, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 34672, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:24:14.588832 140257088878144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034673.sst) /dev/shm/ToplingTemp/Topling-337433-0gOWzi 2024/11/20-14:24:15.347573 140257088878144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034673.sst): first pass time = 0.76's, 176.914'MB/sec 2024/11/20-14:24:18.837815 140257088878144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034673.sst): old prealloc_size = 147639500, real_size = 40449424 2024/11/20-14:24:18.837996 140257088878144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034673.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.80 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.47 2024/11/20-14:24:18.838110 140257088878144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034673.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-14:24:19.210653 140257088878144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034673.sst): second pass time = 3.49's, 37.737'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.37's, 112.382'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1721.619'MB/sec (index lex order gen) rebuild zvType time = 0.30's, 0.107'MB/sec write SST data time = 0.07's, 590.942'MB/sec dict compress time = 140278.09's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 39476.180'MB/sec zip my value time = 3.49's, unzip length = 0.132'GB zip my value throughput = 37.737'MB/sec zip pipeline throughput = 223.479'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.80 avg-val = 1016.99 avg-zval = 310.47 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.80 avg-val = 1018.23 avg-zval = 310.47 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 22893 bytes = 80144 } seq expand size = 160251 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.6616 value = 3.2757 dict = 1.00 all = 3.2035 } Zip/UnZip{ index = 0.1501 value = 0.3053 dict = 1.00 all = 0.3122 } ---------------------------- total value len = 0.264170 GB avg = 1.021 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258856 Billion total entry num = 0.000258856 Billion write speed all = 0.013335735 MB/sec (with seq num) write speed all = 0.013233204 MB/sec (without seq num) 2024/11/20-14:24:19.267692 140257088878144 [compaction_job.cc:1948] [default] [JOB 9767] Generated table #34673: 129430 keys, 41897226 bytes, temperature: kWarm 2024/11/20-14:24:19.267776 140257088878144 EVENT_LOG_v1 {"time_micros": 1732083859267734, "cf_name": "default", "job": 9767, "event": "table_file_creation", "file_number": 34673, "file_size": 41897226, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 629862634, "table_properties": {"data_size": 40183744, "index_size": 233152, "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": 131629289, "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": 1732083854, "oldest_key_time": 0, "file_creation_time": 1732083854, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 34673, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:24:19.348350 140257088878144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034674.sst) /dev/shm/ToplingTemp/Topling-337433-Iy2kKg 2024/11/20-14:24:20.173381 140257088878144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034674.sst): first pass time = 0.82's, 162.694'MB/sec 2024/11/20-14:24:22.168780 140257088878144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034674.sst): old prealloc_size = 147639500, real_size = 40393600 2024/11/20-14:24:22.168930 140257088878144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034674.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.0401 GB avg-val =1017.00 avg-zval = 310.12 2024/11/20-14:24:22.169010 140257088878144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034674.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-14:24:22.515821 140257088878144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034674.sst): second pass time = 1.99's, 65.996'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.35's, 120.425'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1818.247'MB/sec (index lex order gen) rebuild zvType time = 0.26's, 0.126'MB/sec write SST data time = 0.09's, 465.450'MB/sec dict compress time = 140269.95's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44766.556'MB/sec zip my value time = 1.99's, unzip length = 0.132'GB zip my value throughput = 65.996'MB/sec zip pipeline throughput = 268.368'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 310.12 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.43 avg-zval = 310.12 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 7919 bytes = 27728 } seq expand size = 55433 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.9595 value = 3.2794 dict = 1.00 all = 3.2118 } Zip/UnZip{ index = 0.1437 value = 0.3049 dict = 1.00 all = 0.3113 } ---------------------------- total value len = 0.395854 GB avg = 1.019 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388285 Billion total entry num = 0.000388285 Billion write speed all = 0.019980526 MB/sec (with seq num) write speed all = 0.019826755 MB/sec (without seq num) 2024/11/20-14:24:22.577994 140257088878144 [compaction_job.cc:1948] [default] [JOB 9767] Generated table #34674: 129429 keys, 41788653 bytes, temperature: kWarm 2024/11/20-14:24:22.578083 140257088878144 EVENT_LOG_v1 {"time_micros": 1732083862578032, "cf_name": "default", "job": 9767, "event": "table_file_creation", "file_number": 34674, "file_size": 41788653, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 629877252, "table_properties": {"data_size": 40137904, "index_size": 223168, "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": 131629347, "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": 1732083859, "oldest_key_time": 0, "file_creation_time": 1732083859, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 34674, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:24:22.658370 140257088878144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034675.sst) /dev/shm/ToplingTemp/Topling-337433-fU4ZPk 2024/11/20-14:24:23.328578 140257088878144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034675.sst): first pass time = 0.67's, 200.283'MB/sec 2024/11/20-14:24:25.994799 140257088878144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034675.sst): old prealloc_size = 147639500, real_size = 40401968 2024/11/20-14:24:25.994955 140257088878144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034675.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.74 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 310.15 2024/11/20-14:24:25.995042 140257088878144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034675.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-14:24:26.316695 140257088878144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034675.sst): second pass time = 2.67's, 49.385'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.32's, 129.889'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1725.114'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.128'MB/sec write SST data time = 0.07's, 615.141'MB/sec dict compress time = 140269.95's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 37478.656'MB/sec zip my value time = 2.67's, unzip length = 0.132'GB zip my value throughput = 49.385'MB/sec zip pipeline throughput = 403.747'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.98 avg-zval = 310.15 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.58 avg-zval = 310.15 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11050 bytes = 37312 } seq expand size = 77350 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.8847 value = 3.2790 dict = 1.00 all = 3.2105 } Zip/UnZip{ index = 0.1453 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 0.527562 GB avg = 1.019 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517717 Billion total entry num = 0.000517717 Billion write speed all = 0.026623603 MB/sec (with seq num) write speed all = 0.026418612 MB/sec (without seq num) 2024/11/20-14:24:26.370194 140257088878144 [compaction_job.cc:1948] [default] [JOB 9767] Generated table #34675: 129432 keys, 41806519 bytes, temperature: kWarm 2024/11/20-14:24:26.370277 140257088878144 EVENT_LOG_v1 {"time_micros": 1732083866370237, "cf_name": "default", "job": 9767, "event": "table_file_creation", "file_number": 34675, "file_size": 41806519, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 629859758, "table_properties": {"data_size": 40143840, "index_size": 225600, "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": 131629866, "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": 1732083862, "oldest_key_time": 0, "file_creation_time": 1732083862, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 34675, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:24:26.443176 140257088878144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034676.sst) /dev/shm/ToplingTemp/Topling-337433-kCGMAi 2024/11/20-14:24:27.241027 140257088878144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034676.sst): first pass time = 0.80's, 168.240'MB/sec 2024/11/20-14:24:30.303871 140257088878144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034676.sst): old prealloc_size = 147639500, real_size = 40435648 2024/11/20-14:24:30.304031 140257088878144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034676.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.78 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.03 avg-zval = 310.39 2024/11/20-14:24:30.304139 140257088878144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034676.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-14:24:30.590311 140257088878144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034676.sst): second pass time = 3.06's, 42.988'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.29's, 146.167'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1540.500'MB/sec (index lex order gen) rebuild zvType time = 0.22's, 0.150'MB/sec write SST data time = 0.07's, 591.733'MB/sec dict compress time = 140269.95's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 20374.056'MB/sec zip my value time = 3.06's, unzip length = 0.132'GB zip my value throughput = 42.988'MB/sec zip pipeline throughput = 420.246'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.03 avg-zval = 310.39 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1017.98 avg-zval = 310.39 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 17641 bytes = 59552 } seq expand size = 123487 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.7541 value = 3.2766 dict = 1.00 all = 3.2061 } Zip/UnZip{ index = 0.1481 value = 0.3052 dict = 1.00 all = 0.3119 } ---------------------------- total value len = 0.659315 GB avg = 1.019 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647143 Billion total entry num = 0.000647143 Billion write speed all = 0.033265673 MB/sec (with seq num) write speed all = 0.033009490 MB/sec (without seq num) 2024/11/20-14:24:30.646969 140257088878144 [compaction_job.cc:1948] [default] [JOB 9767] Generated table #34676: 129426 keys, 41863130 bytes, temperature: kWarm 2024/11/20-14:24:30.647069 140257088878144 EVENT_LOG_v1 {"time_micros": 1732083870647013, "cf_name": "default", "job": 9767, "event": "table_file_creation", "file_number": 34676, "file_size": 41863130, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 629874813, "table_properties": {"data_size": 40173168, "index_size": 229952, "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": 131629702, "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": 1732083866, "oldest_key_time": 0, "file_creation_time": 1732083866, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 34676, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:24:30.718384 140257088878144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034677.sst) /dev/shm/ToplingTemp/Topling-337433-cbOo6h 2024/11/20-14:24:31.454694 140257088878144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034677.sst): first pass time = 0.74's, 182.303'MB/sec 2024/11/20-14:24:32.679483 140257088878144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034677.sst): old prealloc_size = 147639500, real_size = 40811520 2024/11/20-14:24:32.679629 140257088878144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034677.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.75 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.03 avg-zval = 313.33 2024/11/20-14:24:32.679793 140257088878144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034677.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-14:24:32.955030 140257088878144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034677.sst): second pass time = 1.22's, 107.822'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.28's, 154.278'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1808.471'MB/sec (index lex order gen) rebuild zvType time = 0.21's, 0.157'MB/sec write SST data time = 0.07's, 618.162'MB/sec dict compress time = 140269.95's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 37871.327'MB/sec zip my value time = 1.22's, unzip length = 0.132'GB zip my value throughput = 107.822'MB/sec zip pipeline throughput = 248.365'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.03 avg-zval = 313.33 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1022.26 avg-zval = 313.33 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 96606 bytes = 326064 } seq expand size = 676242 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.0425 GB } UnZip/Zip{ index = 6.8707 value = 3.2459 dict = 1.00 all = 3.1577 } Zip/UnZip{ index = 0.1455 value = 0.3081 dict = 1.00 all = 0.3167 } ---------------------------- total value len = 0.791621 GB avg = 1.019 KB (by entry num) total key len = 0.015531 GB avg = 0.020 KB total ukey len = 0.009319 GB avg = 0.012 KB total ukey num = 0.000776569 Billion total entry num = 0.000776569 Billion write speed all = 0.039936075 MB/sec (with seq num) write speed all = 0.039628692 MB/sec (without seq num) 2024/11/20-14:24:33.012809 140257088878144 [compaction_job.cc:1948] [default] [JOB 9767] Generated table #34677: 129426 keys, 42505016 bytes, temperature: kWarm 2024/11/20-14:24:33.012892 140257088878144 EVENT_LOG_v1 {"time_micros": 1732083873012849, "cf_name": "default", "job": 9767, "event": "table_file_creation", "file_number": 34677, "file_size": 42505016, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 629880291, "table_properties": {"data_size": 40552944, "index_size": 226048, "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": 131630185, "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": 1732083870, "oldest_key_time": 0, "file_creation_time": 1732083870, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 34677, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:24:33.086194 140257088878144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034678.sst) /dev/shm/ToplingTemp/Topling-337433-8bnepg 2024/11/20-14:24:33.131052 140257088878144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034678.sst): first pass time = 0.04's, 282.702'MB/sec 2024/11/20-14:24:33.683179 140257088878144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034678.sst): old prealloc_size = 147639500, real_size = 3947856 2024/11/20-14:24:33.683236 140257088878144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034678.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 12212 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.21 raw-val = 0.0124 GB zip-val = 0.0039 GB avg-val =1016.95 avg-zval = 322.80 2024/11/20-14:24:33.708753 140257088878144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00/034678.sst): second pass time = 0.55's, 22.534'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.03's, 161.053'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 77.726'MB/sec (index lex order gen) rebuild zvType time = 0.02's, 0.163'MB/sec write SST data time = 0.01's, 605.940'MB/sec dict compress time = 140269.95's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.129'MB, throughput = 4161.833'MB/sec zip my value time = 0.55's, unzip length = 0.012'GB zip my value throughput = 22.534'MB/sec zip pipeline throughput = 326.077'MB/sec entries = 12212 avg-key = 20.00 avg-zkey = 0.21 avg-val = 1016.95 avg-zval = 322.80 usrkeys = 12212 avg-key = 12.00 avg-zkey = 0.21 avg-val = 1023.95 avg-zval = 322.80 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 12212 bytes = 41232 } seq expand size = 85484 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0001 GB value = 0.0124 GB dict = 0.13 MB all = 0.0127 GB } __ZipSize{ index = 0.0000 GB value = 0.0039 GB dict = 0.13 MB all = 0.0041 GB } UnZip/Zip{ index = 57.2437 value = 3.1504 dict = 1.00 all = 3.0764 } Zip/UnZip{ index = 0.0175 value = 0.3174 dict = 1.00 all = 0.3251 } ---------------------------- total value len = 0.804126 GB avg = 1.019 KB (by entry num) total key len = 0.015776 GB avg = 0.020 KB total ukey len = 0.009465 GB avg = 0.012 KB total ukey num = 0.000788781 Billion total entry num = 0.000788781 Billion write speed all = 0.040565338 MB/sec (with seq num) write speed all = 0.040253133 MB/sec (without seq num) 2024/11/20-14:24:33.735307 140257088878144 [compaction_job.cc:1948] [default] [JOB 9767] Generated table #34678: 12212 keys, 4116228 bytes, temperature: kWarm 2024/11/20-14:24:33.735398 140257088878144 EVENT_LOG_v1 {"time_micros": 1732083873735351, "cf_name": "default", "job": 9767, "event": "table_file_creation", "file_number": 34678, "file_size": 4116228, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542701526, "largest_seqno": 628362069, "table_properties": {"data_size": 3942080, "index_size": 2560, "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": 244240, "raw_average_key_size": 20, "raw_value_size": 12418952, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 12212, "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-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732083873, "oldest_key_time": 0, "file_creation_time": 1732083873, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 34678, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:24:33.748108 140257088878144 [compaction_job.cc:703] job-09767: subcompact[0], size: 0.256619 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09767/att-00 [034672,034673,034674,034675,034676,034677,034678] 2024/11/20-14:24:33.846170 140257088878144 (Original Log Time 2024/11/20-14:24:09.793919) EVENT_LOG_v1 {"time_micros": 1732083849793847, "job": 9767, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [34635], "files_L3": [34668, 34669, 34606, 34582, 34571, 34572, 34573, 34574, 34636], "score": 0.834856, "input_data_size": 288330120, "oldest_snapshot_seqno": 631118106} 2024/11/20-14:24:33.846177 140257088878144 (Original Log Time 2024/11/20-14:24:33.844209) [compaction_job.cc:2022] [default] [JOB 9767] Compacted 1@2 + 9@3 files to L3 => 256618554 bytes 2024/11/20-14:24:33.846179 140257088878144 (Original Log Time 2024/11/20-14:24:33.846064) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 12.0 rd, 10.7 wr, level 3, files in(1, 9) out(7 +0 blob) MB in(31.2, 243.8 +0.0 blob) out(244.7 +0.0 blob), read-write-amplify(16.7) write-amplify(7.8) OK, records in: 817686, records dropped: 28905 output_compression: Snappy 2024/11/20-14:24:33.846186 140257088878144 (Original Log Time 2024/11/20-14:24:33.846141) EVENT_LOG_v1 {"time_micros": 1732083873846101, "cf": "default", "job": 9767, "event": "compaction_finished", "compaction_time_micros": 23954208, "compaction_time_cpu_micros": 3415294, "output_level": 3, "num_output_files": 7, "total_output_size": 256618554, "num_input_records": 817686, "num_output_records": 788781, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 429246422, "file_range_sync_nanos": 0, "file_fsync_nanos": 8438, "file_prepare_write_nanos": 19153, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-14:24:33.974565 140257088878144 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":1732076400,"starts":1732083849,"executesMs":24189,"compactionJobId":9767,"attempt":0,"compactionInputRawBytes":847948182,"compactionInputZipBytes":288330120,"compactionOutputRawBytes":0,"compactionOutputZipBytes":256618554,"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-113f1344af2e3325a5e179a21ad84f23-cde512a1bd0e12b6-00"}}, response = 2024/11/20-14:24:33.974674 140257088878144 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-09767/att-00: olev 3, work 24.189 s, result 8.659 ms, install 2.016 ms, input{raw 808.666 MiB zip 274.973 MiB}