2024/11/20-16:33:03.768985 140257139234368 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00: fork to child time = 0.010054 sec 2024/11/20-16:33:03.769552 140257139234368 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00 2024/11/20-16:33:03.776094 140257139234368 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00 2024/11/20-16:33:03.777700 140257139234368 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-16:33:03.777929 140257139234368 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-16:33:03.822064 140257139234368 [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-16064/att-00/MANIFEST-019309 2024/11/20-16:33:03.872539 140257139234368 [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-16064/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 45833, last_sequence is 780914761, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 45639 2024/11/20-16:33:03.872551 140257139234368 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-16:33:03.872633 140257139234368 [version_set.cc:5724] Creating manifest 45833 2024/11/20-16:33:03.906946 140257139234368 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-16:33:03.926020 140257139234368 [compaction_job.cc:2437] [default] [JOB 16064] Compacting 1@2 + 8@3 files to L3, score 0.96, subcompactions 1 : 1 2024/11/20-16:33:03.926032 140257139234368 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 12412 Base level 2, inputs: [45773(31MB)], [45818(40MB) 45819(994KB) 45735(40MB) 45736(39MB) 45737(39MB) 45738(39MB) 45739(40MB) 45804(40MB)] 2024/11/20-16:33:03.932978 140257139234368 [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-16:33:03.933002 140257139234368 [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-16:33:03.933022 140257139234368 [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-16:33:03.933031 140257139234368 [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-16:33:03.933041 140257139234368 [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-16:33:04.570542 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045834.sst) /dev/shm/ToplingTemp/Topling-584612-x2lHiO 2024/11/20-16:33:04.803407 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045834.sst): first pass time = 0.23's, 576.526'MB/sec 2024/11/20-16:33:05.368559 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045834.sst): old prealloc_size = 147639500, real_size = 40999504 2024/11/20-16:33:05.368669 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045834.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.76 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.76 2024/11/20-16:33:05.368830 140257139234368 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045834.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:33:05.537290 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045834.sst): second pass time = 0.56's, 233.178'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 253.651'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2483.048'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.260'MB/sec write SST data time = 0.04's, 966.382'MB/sec dict compress time = 140258.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46572.616'MB/sec zip my value time = 0.56's, unzip length = 0.132'GB zip my value throughput = 233.178'MB/sec zip pipeline throughput = 233.178'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1017.00 avg-zval = 314.76 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1024.00 avg-zval = 314.76 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 453024 } seq expand size = 906003 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.8322 value = 3.2310 dict = 1.00 all = 3.1359 } Zip/UnZip{ index = 0.1464 value = 0.3095 dict = 1.00 all = 0.3189 } ---------------------------- total value len = 2183.615315 GB avg = 0.300 KB (by entry num) total key len = 191.565881 GB avg = 0.026 KB total ukey len = 134.121885 GB avg = 0.014 KB total ukey num = 9.326261495 Billion total entry num = 7.270411641 Billion write speed all = 151.978911976 MB/sec (with seq num) write speed all = 148.257261594 MB/sec (without seq num) 2024/11/20-16:33:05.592253 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45834: 129429 keys, 42799831 bytes, temperature: kWarm 2024/11/20-16:33:05.592361 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091585592304, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45834, "file_size": 42799831, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 528731813, "largest_seqno": 780274477, "table_properties": {"data_size": 40739648, "index_size": 227328, "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": 131629280, "raw_average_value_size": 1016, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732091584, "oldest_key_time": 0, "file_creation_time": 1732091584, "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": 45834, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:05.630663 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045835.sst) /dev/shm/ToplingTemp/Topling-584612-ZisCgQ 2024/11/20-16:33:06.377093 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045835.sst): first pass time = 0.75's, 179.825'MB/sec 2024/11/20-16:33:06.979193 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045835.sst): old prealloc_size = 147639500, real_size = 40760992 2024/11/20-16:33:06.979335 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045835.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.70 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1016.98 avg-zval = 312.97 2024/11/20-16:33:06.979471 140257139234368 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045835.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:33:07.342630 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045835.sst): second pass time = 0.60's, 218.966'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.36's, 116.615'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1902.619'MB/sec (index lex order gen) rebuild zvType time = 0.31's, 0.106'MB/sec write SST data time = 0.06's, 735.901'MB/sec dict compress time = 140258.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.379'MB, throughput = 28221.747'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 218.966'MB/sec zip pipeline throughput = 225.931'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.98 avg-zval = 312.97 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1020.85 avg-zval = 312.97 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 71380 bytes = 249840 } seq expand size = 499660 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.0405 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 7.0425 value = 3.2495 dict = 1.00 all = 3.1671 } Zip/UnZip{ index = 0.1420 value = 0.3077 dict = 1.00 all = 0.3157 } ---------------------------- total value len = 2183.747444 GB avg = 0.300 KB (by entry num) total key len = 191.568470 GB avg = 0.026 KB total ukey len = 134.123438 GB avg = 0.014 KB total ukey num = 9.326390926 Billion total entry num = 7.270541072 Billion write speed all = 151.969977168 MB/sec (with seq num) write speed all = 148.248690397 MB/sec (without seq num) 2024/11/20-16:33:07.405056 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45835: 129431 keys, 42379228 bytes, temperature: kWarm 2024/11/20-16:33:07.405139 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091587405097, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45835, "file_size": 42379228, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 780273986, "table_properties": {"data_size": 40507920, "index_size": 220544, "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": 131629372, "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": 1732091585, "oldest_key_time": 0, "file_creation_time": 1732091585, "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": 45835, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:07.474370 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045836.sst) /dev/shm/ToplingTemp/Topling-584612-h65KMM 2024/11/20-16:33:08.090875 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045836.sst): first pass time = 0.62's, 217.728'MB/sec 2024/11/20-16:33:08.693745 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045836.sst): old prealloc_size = 147639500, real_size = 40400256 2024/11/20-16:33:08.693865 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045836.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 310.17 2024/11/20-16:33:08.693939 140257139234368 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045836.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:33:08.978655 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045836.sst): second pass time = 0.60's, 218.634'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.28's, 146.758'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2339.718'MB/sec (index lex order gen) rebuild zvType time = 0.18's, 0.184'MB/sec write SST data time = 0.11's, 384.305'MB/sec dict compress time = 140258.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 35496.420'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 218.634'MB/sec zip pipeline throughput = 286.123'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.98 avg-zval = 310.17 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.58 avg-zval = 310.17 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11036 bytes = 38640 } seq expand size = 77252 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0019 value = 3.2788 dict = 1.00 all = 3.2104 } Zip/UnZip{ index = 0.1428 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 2183.879151 GB avg = 0.300 KB (by entry num) total key len = 191.571058 GB avg = 0.026 KB total ukey len = 134.124991 GB avg = 0.014 KB total ukey num = 9.326520358 Billion total entry num = 7.270670504 Billion write speed all = 151.962663264 MB/sec (with seq num) write speed all = 148.241699721 MB/sec (without seq num) 2024/11/20-16:33:09.046717 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45836: 129432 keys, 41806862 bytes, temperature: kWarm 2024/11/20-16:33:09.046794 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091589046752, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45836, "file_size": 41806862, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 780226429, "table_properties": {"data_size": 40145904, "index_size": 221824, "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": 131630011, "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": 1732091587, "oldest_key_time": 0, "file_creation_time": 1732091587, "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": 45836, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:09.086871 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045837.sst) /dev/shm/ToplingTemp/Topling-584612-CAV6HP 2024/11/20-16:33:09.669516 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045837.sst): first pass time = 0.58's, 230.380'MB/sec 2024/11/20-16:33:10.185956 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045837.sst): old prealloc_size = 147639500, real_size = 40432208 2024/11/20-16:33:10.186110 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045837.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.74 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.40 2024/11/20-16:33:10.186185 140257139234368 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045837.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:33:10.352176 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045837.sst): second pass time = 0.52's, 255.299'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 251.865'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1935.252'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.265'MB/sec write SST data time = 0.04's, 948.728'MB/sec dict compress time = 140258.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.377'MB, throughput = 27602.730'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 255.299'MB/sec zip pipeline throughput = 255.299'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.00 avg-zval = 310.40 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1018.05 avg-zval = 310.40 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 19302 bytes = 67568 } seq expand size = 135114 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.9120 value = 3.2764 dict = 1.00 all = 3.2058 } Zip/UnZip{ index = 0.1447 value = 0.3052 dict = 1.00 all = 0.3119 } ---------------------------- total value len = 2184.010916 GB avg = 0.300 KB (by entry num) total key len = 191.573647 GB avg = 0.026 KB total ukey len = 134.126544 GB avg = 0.014 KB total ukey num = 9.326649787 Billion total entry num = 7.270799933 Billion write speed all = 151.957905847 MB/sec (with seq num) write speed all = 148.237202997 MB/sec (without seq num) 2024/11/20-16:33:10.410018 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45837: 129429 keys, 41866792 bytes, temperature: kWarm 2024/11/20-16:33:10.410100 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091590410068, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45837, "file_size": 41866792, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 780265724, "table_properties": {"data_size": 40174976, "index_size": 224704, "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": 131629709, "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": 1732091589, "oldest_key_time": 0, "file_creation_time": 1732091589, "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": 45837, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:10.452466 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045838.sst) /dev/shm/ToplingTemp/Topling-584612-2zgTwQ 2024/11/20-16:33:11.035031 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045838.sst): first pass time = 0.58's, 230.408'MB/sec 2024/11/20-16:33:11.584560 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045838.sst): old prealloc_size = 147639500, real_size = 40426224 2024/11/20-16:33:11.584681 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045838.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.0402 GB avg-val =1016.98 avg-zval = 310.35 2024/11/20-16:33:11.584744 140257139234368 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045838.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:33:11.742885 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045838.sst): second pass time = 0.55's, 239.837'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 264.412'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2392.714'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 1001.094'MB/sec dict compress time = 0.00's, 1116445.705'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 32207.172'MB/sec zip my value time = 0.55's, unzip length = 0.132'GB zip my value throughput = 239.837'MB/sec zip pipeline throughput = 319.335'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.98 avg-zval = 310.35 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1018.00 avg-zval = 310.35 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 18905 bytes = 66176 } seq expand size = 132335 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.9141 value = 3.2769 dict = 1.00 all = 3.2064 } Zip/UnZip{ index = 0.1446 value = 0.3052 dict = 1.00 all = 0.3119 } ---------------------------- total value len = 2184.142678 GB avg = 0.300 KB (by entry num) total key len = 191.576235 GB avg = 0.026 KB total ukey len = 134.128097 GB avg = 0.014 KB total ukey num = 9.326779219 Billion total entry num = 7.270929365 Billion write speed all = 151.952982178 MB/sec (with seq num) write speed all = 148.232544060 MB/sec (without seq num) 2024/11/20-16:33:11.794788 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45838: 129432 keys, 41859805 bytes, temperature: kWarm 2024/11/20-16:33:11.794856 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091591794826, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45838, "file_size": 41859805, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 780267465, "table_properties": {"data_size": 40169056, "index_size": 224640, "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": 131629280, "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": 1732091590, "oldest_key_time": 0, "file_creation_time": 1732091590, "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": 45838, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:11.835586 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045839.sst) /dev/shm/ToplingTemp/Topling-584612-l5mtFN 2024/11/20-16:33:12.432118 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045839.sst): first pass time = 0.60's, 225.012'MB/sec 2024/11/20-16:33:12.976289 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045839.sst): old prealloc_size = 147639500, real_size = 40861392 2024/11/20-16:33:12.976412 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045839.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129425 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.0406 GB avg-val =1017.04 avg-zval = 313.75 2024/11/20-16:33:12.976540 140257139234368 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045839.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:33:13.136611 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045839.sst): second pass time = 0.54's, 242.258'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 265.399'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2282.182'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.04's, 978.616'MB/sec dict compress time = 0.00's, 1116365.478'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 47092.435'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 242.258'MB/sec zip pipeline throughput = 258.579'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.04 avg-zval = 313.75 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1021.95 avg-zval = 313.75 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 90802 bytes = 317824 } seq expand size = 635614 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 = 7.0116 value = 3.2415 dict = 1.00 all = 3.1546 } Zip/UnZip{ index = 0.1426 value = 0.3085 dict = 1.00 all = 0.3170 } ---------------------------- total value len = 2184.274943 GB avg = 0.300 KB (by entry num) total key len = 191.578824 GB avg = 0.026 KB total ukey len = 134.129650 GB avg = 0.014 KB total ukey num = 9.326908644 Billion total entry num = 7.271058790 Billion write speed all = 151.948062325 MB/sec (with seq num) write speed all = 148.227889613 MB/sec (without seq num) 2024/11/20-16:33:13.189472 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45839: 129425 keys, 42546490 bytes, temperature: kWarm 2024/11/20-16:33:13.189540 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091593189510, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45839, "file_size": 42546490, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 780275116, "table_properties": {"data_size": 40607360, "index_size": 221504, "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": 2588500, "raw_average_key_size": 20, "raw_value_size": 131629844, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129425, "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": 1732091591, "oldest_key_time": 0, "file_creation_time": 1732091591, "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": 45839, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:13.225876 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045840.sst) /dev/shm/ToplingTemp/Topling-584612-ReJF5O 2024/11/20-16:33:13.759391 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045840.sst): first pass time = 0.53's, 251.598'MB/sec 2024/11/20-16:33:14.263535 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045840.sst): old prealloc_size = 147639500, real_size = 40535328 2024/11/20-16:33:14.263654 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045840.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.78 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.02 avg-zval = 311.16 2024/11/20-16:33:14.263757 140257139234368 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045840.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:33:14.433591 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045840.sst): second pass time = 0.50's, 261.450'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 247.334'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2211.962'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.257'MB/sec write SST data time = 0.04's, 954.120'MB/sec dict compress time = 0.00's, 1116820.097'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45002.482'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 261.450'MB/sec zip pipeline throughput = 261.450'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.02 avg-zval = 311.16 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1019.35 avg-zval = 311.16 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 43256 bytes = 151408 } seq expand size = 302792 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.0421 GB } UnZip/Zip{ index = 6.7429 value = 3.2685 dict = 1.00 all = 3.1915 } Zip/UnZip{ index = 0.1483 value = 0.3060 dict = 1.00 all = 0.3133 } ---------------------------- total value len = 2184.406875 GB avg = 0.300 KB (by entry num) total key len = 191.581412 GB avg = 0.026 KB total ukey len = 134.131204 GB avg = 0.014 KB total ukey num = 9.327038071 Billion total entry num = 7.271188217 Billion write speed all = 151.944062083 MB/sec (with seq num) write speed all = 148.224131713 MB/sec (without seq num) 2024/11/20-16:33:14.497224 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45840: 129427 keys, 42054699 bytes, temperature: kWarm 2024/11/20-16:33:14.497282 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091594497253, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45840, "file_size": 42054699, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 780273215, "table_properties": {"data_size": 40272464, "index_size": 230336, "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": 131629250, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732091593, "oldest_key_time": 0, "file_creation_time": 1732091593, "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": 45840, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:14.533793 140257139234368 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045841.sst) /dev/shm/ToplingTemp/Topling-584612-VFHJYM 2024/11/20-16:33:14.542591 140257139234368 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045841.sst): first pass time = 0.01's, 398.519'MB/sec 2024/11/20-16:33:14.642086 140257139234368 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045841.sst): old prealloc_size = 147639500, real_size = 1083904 2024/11/20-16:33:14.642131 140257139234368 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045841.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 3367 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.33 raw-val = 0.0034 GB zip-val = 0.0011 GB avg-val =1016.92 avg-zval = 321.28 2024/11/20-16:33:14.650862 140257139234368 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00/045841.sst): second pass time = 0.10's, 34.692'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 128.328'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 37.643'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.123'MB/sec write SST data time = 0.00's, 597.096'MB/sec dict compress time = 0.00's, 32105.348'MB/sec z-dict build time = 0.00's, sample length = 0.040'MB, throughput = 675.234'MB/sec zip my value time = 0.10's, unzip length = 0.003'GB zip my value throughput = 34.692'MB/sec zip pipeline throughput = 537.903'MB/sec entries = 3367 avg-key = 20.00 avg-zkey = 0.34 avg-val = 1016.92 avg-zval = 321.28 usrkeys = 3367 avg-key = 12.00 avg-zkey = 0.34 avg-val = 1017.08 avg-zval = 321.28 TagRS{ kinds = RS_Key0_TagN bytes = 640 } TagArray{ size = 79 bytes = 288 } seq expand size = 553 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0000 GB value = 0.0034 GB dict = 0.04 MB all = 0.0035 GB } __ZipSize{ index = 0.0000 GB value = 0.0011 GB dict = 0.04 MB all = 0.0011 GB } UnZip/Zip{ index = 35.0729 value = 3.1652 dict = 1.00 all = 3.1045 } Zip/UnZip{ index = 0.0285 value = 0.3159 dict = 1.00 all = 0.3221 } ---------------------------- total value len = 2184.410300 GB avg = 0.300 KB (by entry num) total key len = 191.581480 GB avg = 0.026 KB total ukey len = 134.131244 GB avg = 0.014 KB total ukey num = 9.327041438 Billion total entry num = 7.271191584 Billion write speed all = 151.942174326 MB/sec (with seq num) write speed all = 148.222293917 MB/sec (without seq num) 2024/11/20-16:33:14.659609 140257139234368 [compaction_job.cc:1948] [default] [JOB 16064] Generated table #45841: 3367 keys, 1124611 bytes, temperature: kWarm 2024/11/20-16:33:14.659678 140257139234368 EVENT_LOG_v1 {"time_micros": 1732091594659638, "cf_name": "default", "job": 16064, "event": "table_file_creation", "file_number": 45841, "file_size": 1124611, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 771437031, "table_properties": {"data_size": 1081744, "index_size": 1152, "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": 67340, "raw_average_key_size": 20, "raw_value_size": 3423959, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 3367, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732091594, "oldest_key_time": 0, "file_creation_time": 1732091594, "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": 45841, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:33:14.670926 140257139234368 [compaction_job.cc:703] job-16064: subcompact[0], size: 0.296438 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16064/att-00 [045834,045835,045836,045837,045838,045839,045840,045841] 2024/11/20-16:33:14.721681 140257139234368 (Original Log Time 2024/11/20-16:33:03.926099) EVENT_LOG_v1 {"time_micros": 1732091583926059, "job": 16064, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [45773], "files_L3": [45818, 45819, 45735, 45736, 45737, 45738, 45739, 45804], "score": 0.96298, "input_data_size": 329008014, "oldest_snapshot_seqno": 780914650} 2024/11/20-16:33:14.721685 140257139234368 (Original Log Time 2024/11/20-16:33:14.720916) [compaction_job.cc:2022] [default] [JOB 16064] Compacted 1@2 + 8@3 files to L3 => 296438318 bytes 2024/11/20-16:33:14.721686 140257139234368 (Original Log Time 2024/11/20-16:33:14.721615) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 8 0 0 0] max score 0.01, MB/sec: 30.6 rd, 27.6 wr, level 3, files in(1, 8) out(8 +0 blob) MB in(31.2, 282.6 +0.0 blob) out(282.7 +0.0 blob), read-write-amplify(19.1) write-amplify(9.1) OK, records in: 940897, records dropped: 31525 output_compression: Snappy 2024/11/20-16:33:14.721690 140257139234368 (Original Log Time 2024/11/20-16:33:14.721661) EVENT_LOG_v1 {"time_micros": 1732091594721638, "cf": "default", "job": 16064, "event": "compaction_finished", "compaction_time_micros": 10744835, "compaction_time_cpu_micros": 2852987, "output_level": 3, "num_output_files": 8, "total_output_size": 296438318, "num_input_records": 940897, "num_output_records": 909372, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 290166718, "file_range_sync_nanos": 0, "file_fsync_nanos": 8017, "file_prepare_write_nanos": 19041, "lsm_state": [0, 0, 0, 8, 0, 0, 0]} 2024/11/20-16:33:14.849167 140257139234368 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":1732091583,"executesMs":10944,"compactionJobId":16064,"attempt":0,"compactionInputRawBytes":975708113,"compactionInputZipBytes":329008014,"compactionOutputRawBytes":0,"compactionOutputZipBytes":296438318,"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-20e7cacd0773da97f86ee7623af09cef-28cf45f9b5474cbf-00"}}, response = 2024/11/20-16:33:14.849255 140257139234368 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-16064/att-00: olev 3, work 10.944 s, result 7.617 ms, install 0.793 ms, input{raw 930.508 MiB zip 313.766 MiB}