2024/11/20-20:42:16.713054 140008903906880 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00: fork to child time = 0.009442 sec 2024/11/20-20:42:16.713550 140008903906880 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00 2024/11/20-20:42:16.720264 140008903906880 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00 2024/11/20-20:42:16.721905 140008903906880 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:42:16.722156 140008903906880 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:42:16.774408 140008903906880 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-11568/att-00/MANIFEST-049091 2024/11/20-20:42:16.829981 140008903906880 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-11568/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 68356, last_sequence is 1103444761, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 68179 2024/11/20-20:42:16.829990 140008903906880 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:42:16.830088 140008903906880 [version_set.cc:5724] Creating manifest 68356 2024/11/20-20:42:16.865076 140008903906880 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:42:16.885822 140008903906880 [compaction_job.cc:2437] [default] [JOB 11568] Compacting 1@2 + 6@3 files to L3, score 0.88, subcompactions 1 : 1 2024/11/20-20:42:16.885833 140008903906880 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 9625 Base level 2, inputs: [68345(31MB)], [68263(40MB) 68264(40MB) 68265(39MB) 68266(39MB) 68267(40MB) 68328(40MB)] 2024/11/20-20:42:16.892679 140008903906880 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:42:16.892703 140008903906880 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:42:16.892723 140008903906880 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-20:42:16.892731 140008903906880 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-20:42:16.892740 140008903906880 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-20:42:17.602185 140008903906880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068357.sst) /dev/shm/ToplingTemp/Topling-959859-u9Qvrd 2024/11/20-20:42:17.792312 140008903906880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068357.sst): first pass time = 0.19's, 706.120'MB/sec 2024/11/20-20:42:18.366206 140008903906880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068357.sst): old prealloc_size = 147639500, real_size = 40947680 2024/11/20-20:42:18.366354 140008903906880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068357.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.74 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.99 avg-zval = 314.37 2024/11/20-20:42:18.366530 140008903906880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068357.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:42:18.534615 140008903906880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068357.sst): second pass time = 0.57's, 229.716'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 253.816'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2089.184'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.05's, 847.250'MB/sec dict compress time = 3275364253.74's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43907.194'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 229.716'MB/sec zip pipeline throughput = 229.716'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.99 avg-zval = 314.37 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1023.99 avg-zval = 314.37 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 453024 } seq expand size = 906010 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8807 value = 3.2350 dict = 1.00 all = 3.1397 } Zip/UnZip{ index = 0.1453 value = 0.3091 dict = 1.00 all = 0.3185 } ---------------------------- total value len = 563.198268 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 63.840204328 MB/sec (with seq num) write speed all = 62.410517252 MB/sec (without seq num) 2024/11/20-20:42:18.586669 140008903906880 [compaction_job.cc:1948] [default] [JOB 11568] Generated table #68357: 129430 keys, 42748206 bytes, temperature: kWarm 2024/11/20-20:42:18.586770 140008903906880 EVENT_LOG_v1 {"time_micros": 1732106538586726, "cf_name": "default", "job": 11568, "event": "table_file_creation", "file_number": 68357, "file_size": 42748206, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479831, "largest_seqno": 1102787496, "table_properties": {"data_size": 40689424, "index_size": 225728, "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": 131629406, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106537, "oldest_key_time": 0, "file_creation_time": 1732106537, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 68357, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:42:18.622616 140008903906880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068358.sst) /dev/shm/ToplingTemp/Topling-959859-Iaizwe 2024/11/20-20:42:19.267897 140008903906880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068358.sst): first pass time = 0.65's, 208.018'MB/sec 2024/11/20-20:42:20.214065 140008903906880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068358.sst): old prealloc_size = 147639500, real_size = 40618176 2024/11/20-20:42:20.214235 140008903906880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068358.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0003 GB avg-key = 8.00 avg-zkey = 1.99 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.98 avg-zval = 311.57 2024/11/20-20:42:20.214395 140008903906880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068358.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:42:20.385997 140008903906880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068358.sst): second pass time = 0.95's, 139.257'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 245.889'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1823.272'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.05's, 786.176'MB/sec dict compress time = 3275364253.74's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 33786.056'MB/sec zip my value time = 0.95's, unzip length = 0.132'GB zip my value throughput = 139.257'MB/sec zip pipeline throughput = 289.767'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.99 avg-val = 1016.98 avg-zval = 311.57 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.99 avg-val = 1021.50 avg-zval = 311.57 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 83574 bytes = 292528 } seq expand size = 585018 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.0003 GB value = 0.0403 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.0220 value = 3.2640 dict = 1.00 all = 3.1746 } Zip/UnZip{ index = 0.1661 value = 0.3064 dict = 1.00 all = 0.3150 } ---------------------------- total value len = 563.330482 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273438 Billion total entry num = 1.700775460 Billion write speed all = 63.841949510 MB/sec (with seq num) write speed all = 62.412431738 MB/sec (without seq num) 2024/11/20-20:42:20.438350 140008903906880 [compaction_job.cc:1948] [default] [JOB 11568] Generated table #68358: 129432 keys, 42278582 bytes, temperature: kWarm 2024/11/20-20:42:20.438413 140008903906880 EVENT_LOG_v1 {"time_micros": 1732106540438382, "cf_name": "default", "job": 11568, "event": "table_file_creation", "file_number": 68358, "file_size": 42278582, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1102787498, "table_properties": {"data_size": 40327728, "index_size": 257920, "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": 131629683, "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": 1732106538, "oldest_key_time": 0, "file_creation_time": 1732106538, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 68358, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:42:20.475944 140008903906880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068359.sst) /dev/shm/ToplingTemp/Topling-959859-zqPNHd 2024/11/20-20:42:21.058292 140008903906880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068359.sst): first pass time = 0.58's, 230.492'MB/sec 2024/11/20-20:42:21.558303 140008903906880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068359.sst): old prealloc_size = 147639500, real_size = 40404176 2024/11/20-20:42:21.558448 140008903906880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068359.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.73 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.03 avg-zval = 310.20 2024/11/20-20:42:21.558520 140008903906880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068359.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:42:21.726138 140008903906880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068359.sst): second pass time = 0.50's, 263.706'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 249.111'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2004.959'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.270'MB/sec write SST data time = 0.05's, 870.706'MB/sec dict compress time = 3275364253.74's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25909.053'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 263.706'MB/sec zip pipeline throughput = 263.706'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.03 avg-zval = 310.20 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.62 avg-zval = 310.20 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 10808 bytes = 37840 } seq expand size = 75656 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.9335 value = 3.2786 dict = 1.00 all = 3.2102 } Zip/UnZip{ index = 0.1442 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.462187 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402863 Billion total entry num = 1.700904885 Billion write speed all = 63.847069203 MB/sec (with seq num) write speed all = 62.417643911 MB/sec (without seq num) 2024/11/20-20:42:21.778768 140008903906880 [compaction_job.cc:1948] [default] [JOB 11568] Generated table #68359: 129425 keys, 41809652 bytes, temperature: kWarm 2024/11/20-20:42:21.778839 140008903906880 EVENT_LOG_v1 {"time_micros": 1732106541778807, "cf_name": "default", "job": 11568, "event": "table_file_creation", "file_number": 68359, "file_size": 41809652, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1102766809, "table_properties": {"data_size": 40147648, "index_size": 224000, "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": 131629282, "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": 1732106540, "oldest_key_time": 0, "file_creation_time": 1732106540, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 68359, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:42:21.818234 140008903906880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068360.sst) /dev/shm/ToplingTemp/Topling-959859-RyjGLg 2024/11/20-20:42:22.313303 140008903906880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068360.sst): first pass time = 0.50's, 271.136'MB/sec 2024/11/20-20:42:23.365305 140008903906880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068360.sst): old prealloc_size = 147639500, real_size = 40454416 2024/11/20-20:42:23.365428 140008903906880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068360.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.79 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.51 2024/11/20-20:42:23.365502 140008903906880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068360.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:42:23.593618 140008903906880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068360.sst): second pass time = 1.05's, 125.213'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.23's, 183.618'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2213.909'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.200'MB/sec write SST data time = 0.07's, 630.555'MB/sec dict compress time = 3275364253.74's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 20555.579'MB/sec zip my value time = 1.05's, unzip length = 0.132'GB zip my value throughput = 125.213'MB/sec zip pipeline throughput = 192.777'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.79 avg-val = 1017.00 avg-zval = 310.51 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.79 avg-val = 1018.40 avg-zval = 310.51 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 25970 bytes = 90912 } seq expand size = 181790 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.6947 value = 3.2752 dict = 1.00 all = 3.2023 } Zip/UnZip{ index = 0.1494 value = 0.3053 dict = 1.00 all = 0.3123 } ---------------------------- total value len = 563.593999 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532293 Billion total entry num = 1.701034315 Billion write speed all = 63.848662360 MB/sec (with seq num) write speed all = 62.419408679 MB/sec (without seq num) 2024/11/20-20:42:23.648139 140008903906880 [compaction_job.cc:1948] [default] [JOB 11568] Generated table #68360: 129430 keys, 41913455 bytes, temperature: kWarm 2024/11/20-20:42:23.648227 140008903906880 EVENT_LOG_v1 {"time_micros": 1732106543648183, "cf_name": "default", "job": 11568, "event": "table_file_creation", "file_number": 68360, "file_size": 41913455, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1102778712, "table_properties": {"data_size": 40189888, "index_size": 232000, "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": 131629999, "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": 1732106541, "oldest_key_time": 0, "file_creation_time": 1732106541, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 68360, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:42:23.697379 140008903906880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068361.sst) /dev/shm/ToplingTemp/Topling-959859-BHi1Pf 2024/11/20-20:42:24.285072 140008903906880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068361.sst): first pass time = 0.59's, 228.404'MB/sec 2024/11/20-20:42:24.780999 140008903906880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068361.sst): old prealloc_size = 147639500, real_size = 40557392 2024/11/20-20:42:24.781138 140008903906880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068361.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.0403 GB avg-val =1016.99 avg-zval = 311.40 2024/11/20-20:42:24.781237 140008903906880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068361.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:42:24.946182 140008903906880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068361.sst): second pass time = 0.50's, 265.771'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 254.779'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1879.632'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.05's, 888.872'MB/sec dict compress time = 0.00's, 1121.909'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36179.152'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 265.771'MB/sec zip pipeline throughput = 265.771'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.99 avg-zval = 311.40 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1019.37 avg-zval = 311.40 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 44181 bytes = 154656 } seq expand size = 309267 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0421 GB } UnZip/Zip{ index = 7.0671 value = 3.2658 dict = 1.00 all = 3.1896 } Zip/UnZip{ index = 0.1415 value = 0.3062 dict = 1.00 all = 0.3135 } ---------------------------- total value len = 563.725938 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661724 Billion total entry num = 1.701163746 Billion write speed all = 63.853720466 MB/sec (with seq num) write speed all = 62.424561060 MB/sec (without seq num) 2024/11/20-20:42:25.004447 140008903906880 [compaction_job.cc:1948] [default] [JOB 11568] Generated table #68361: 129431 keys, 42079642 bytes, temperature: kWarm 2024/11/20-20:42:25.004514 140008903906880 EVENT_LOG_v1 {"time_micros": 1732106545004482, "cf_name": "default", "job": 11568, "event": "table_file_creation", "file_number": 68361, "file_size": 42079642, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1102785163, "table_properties": {"data_size": 40305088, "index_size": 219776, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629428, "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": 1732106543, "oldest_key_time": 0, "file_creation_time": 1732106543, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 68361, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:42:25.044631 140008903906880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068362.sst) /dev/shm/ToplingTemp/Topling-959859-BEbhlf 2024/11/20-20:42:25.606191 140008903906880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068362.sst): first pass time = 0.56's, 239.033'MB/sec 2024/11/20-20:42:26.826883 140008903906880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068362.sst): old prealloc_size = 147639500, real_size = 40932096 2024/11/20-20:42:26.827003 140008903906880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068362.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129423 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.05 avg-zval = 314.32 2024/11/20-20:42:26.827178 140008903906880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068362.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:42:26.996193 140008903906880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068362.sst): second pass time = 1.22's, 107.894'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.421'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2234.321'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.265'MB/sec write SST data time = 0.05's, 906.206'MB/sec dict compress time = 0.00's, 1122.002'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 32914.465'MB/sec zip my value time = 1.22's, unzip length = 0.132'GB zip my value throughput = 107.894'MB/sec zip pipeline throughput = 201.520'MB/sec entries = 129423 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.05 avg-zval = 314.32 usrkeys = 129423 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1024.05 avg-zval = 314.32 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129423 bytes = 452992 } seq expand size = 905961 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.0427 GB } UnZip/Zip{ index = 7.0687 value = 3.2358 dict = 1.00 all = 3.1409 } Zip/UnZip{ index = 0.1415 value = 0.3090 dict = 1.00 all = 0.3184 } ---------------------------- total value len = 563.858474 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.803461 GB avg = 0.014 KB total ukey num = 2.321791147 Billion total entry num = 1.701293169 Billion write speed all = 63.854163879 MB/sec (with seq num) write speed all = 62.425203369 MB/sec (without seq num) 2024/11/20-20:42:27.046898 140008903906880 [compaction_job.cc:1948] [default] [JOB 11568] Generated table #68362: 129423 keys, 42732492 bytes, temperature: kWarm 2024/11/20-20:42:27.046965 140008903906880 EVENT_LOG_v1 {"time_micros": 1732106547046935, "cf_name": "default", "job": 11568, "event": "table_file_creation", "file_number": 68362, "file_size": 42732492, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 952431592, "largest_seqno": 1102787649, "table_properties": {"data_size": 40679856, "index_size": 219712, "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": 2588460, "raw_average_key_size": 20, "raw_value_size": 131629887, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129423, "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": 1732106545, "oldest_key_time": 0, "file_creation_time": 1732106545, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 68362, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:42:27.084421 140008903906880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068363.sst) /dev/shm/ToplingTemp/Topling-959859-aAVBGg 2024/11/20-20:42:27.095975 140008903906880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068363.sst): first pass time = 0.01's, 194.035'MB/sec 2024/11/20-20:42:27.154450 140008903906880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068363.sst): old prealloc_size = 147639500, real_size = 704248 2024/11/20-20:42:27.154512 140008903906880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068363.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 2152 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.32 raw-val = 0.0022 GB zip-val = 0.0007 GB avg-val =1016.63 avg-zval = 326.60 2024/11/20-20:42:27.159012 140008903906880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00/068363.sst): second pass time = 0.06's, 37.961'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 163.303'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 17.221'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.178'MB/sec write SST data time = 0.00's, 501.593'MB/sec dict compress time = 0.00's, 23.201'MB/sec z-dict build time = 0.00's, sample length = 0.028'MB, throughput = 610.634'MB/sec zip my value time = 0.06's, unzip length = 0.002'GB zip my value throughput = 37.961'MB/sec zip pipeline throughput = 446.073'MB/sec entries = 2152 avg-key = 20.00 avg-zkey = 0.33 avg-val = 1016.63 avg-zval = 326.60 usrkeys = 2152 avg-key = 12.00 avg-zkey = 0.33 avg-val = 1023.63 avg-zval = 326.60 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 2152 bytes = 7280 } seq expand size = 15064 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0022 GB dict = 0.03 MB all = 0.0022 GB } __ZipSize{ index = 0.0000 GB value = 0.0007 GB dict = 0.03 MB all = 0.0007 GB } UnZip/Zip{ index = 36.6818 value = 3.1128 dict = 1.00 all = 3.0126 } Zip/UnZip{ index = 0.0273 value = 0.3213 dict = 1.00 all = 0.3319 } ---------------------------- total value len = 563.860676 GB avg = 0.331 KB (by entry num) total key len = 44.329981 GB avg = 0.026 KB total ukey len = 32.803486 GB avg = 0.014 KB total ukey num = 2.321793299 Billion total entry num = 1.701295321 Billion write speed all = 63.853308215 MB/sec (with seq num) write speed all = 62.424370323 MB/sec (without seq num) 2024/11/20-20:42:27.165619 140008903906880 [compaction_job.cc:1948] [default] [JOB 11568] Generated table #68363: 2152 keys, 740495 bytes, temperature: kWarm 2024/11/20-20:42:27.165708 140008903906880 EVENT_LOG_v1 {"time_micros": 1732106547165667, "cf_name": "default", "job": 11568, "event": "table_file_creation", "file_number": 68363, "file_size": 740495, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980698834, "largest_seqno": 1102781931, "table_properties": {"data_size": 702848, "index_size": 704, "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": 43040, "raw_average_key_size": 20, "raw_value_size": 2187796, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 2152, "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": 1732106547, "oldest_key_time": 0, "file_creation_time": 1732106547, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 68363, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:42:27.180782 140008903906880 [compaction_job.cc:703] job-11568: subcompact[0], size: 0.254303 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11568/att-00 [068357,068358,068359,068360,068361,068362,068363] 2024/11/20-20:42:27.270674 140008903906880 (Original Log Time 2024/11/20-20:42:16.885886) EVENT_LOG_v1 {"time_micros": 1732106536885847, "job": 11568, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [68345], "files_L3": [68263, 68264, 68265, 68266, 68267, 68328], "score": 0.876101, "input_data_size": 286313300, "oldest_snapshot_seqno": 1103444538} 2024/11/20-20:42:27.270680 140008903906880 (Original Log Time 2024/11/20-20:42:27.269751) [compaction_job.cc:2022] [default] [JOB 11568] Compacted 1@2 + 6@3 files to L3 => 254302524 bytes 2024/11/20-20:42:27.270682 140008903906880 (Original Log Time 2024/11/20-20:42:27.270566) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 27.8 rd, 24.7 wr, level 3, files in(1, 6) out(7 +0 blob) MB in(31.2, 241.8 +0.0 blob) out(242.5 +0.0 blob), read-write-amplify(16.5) write-amplify(7.8) OK, records in: 808534, records dropped: 29811 output_compression: Snappy 2024/11/20-20:42:27.270690 140008903906880 (Original Log Time 2024/11/20-20:42:27.270633) EVENT_LOG_v1 {"time_micros": 1732106547270598, "cf": "default", "job": 11568, "event": "compaction_finished", "compaction_time_micros": 10294913, "compaction_time_cpu_micros": 2361816, "output_level": 3, "num_output_files": 7, "total_output_size": 254302524, "num_input_records": 808534, "num_output_records": 778723, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 202196407, "file_range_sync_nanos": 0, "file_fsync_nanos": 7089, "file_prepare_write_nanos": 14757, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-20:42:27.422767 140008903906880 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732096383,"starts":1732106536,"executesMs":10548,"compactionJobId":11568,"attempt":0,"compactionInputRawBytes":838457084,"compactionInputZipBytes":286313300,"compactionOutputRawBytes":0,"compactionOutputZipBytes":254302524,"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-06b5cdc1b2c43a43207b842a6c723134-3e57e73bca979ae5-00"}}, response = 2024/11/20-20:42:27.422891 140008903906880 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-11568/att-00: olev 3, work 10.549 s, result 7.908 ms, install 0.961 ms, input{raw 799.615 MiB zip 273.050 MiB}