2024/11/20-23:44:56.020283 140008106600000 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00: fork to child time = 0.008491 sec 2024/11/20-23:44:56.020731 140008106600000 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00 2024/11/20-23:44:56.027247 140008106600000 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00 2024/11/20-23:44:56.028922 140008106600000 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-23:44:56.029179 140008106600000 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-23:44:56.081184 140008106600000 [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-21705/att-00/MANIFEST-049091 2024/11/20-23:44:56.186321 140008106600000 [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-21705/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 86970, last_sequence is 1330261550, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 86780 2024/11/20-23:44:56.186329 140008106600000 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-23:44:56.186407 140008106600000 [version_set.cc:5724] Creating manifest 86970 2024/11/20-23:44:56.216110 140008106600000 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-23:44:56.235094 140008106600000 [compaction_job.cc:2437] [default] [JOB 21705] Compacting 1@2 + 9@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/20-23:44:56.235105 140008106600000 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 16219 Base level 2, inputs: [86917(31MB)], [86959(40MB) 86960(2391KB) 86861(9336KB) 86823(40MB) 86824(40MB) 86825(40MB) 86826(40MB) 86962(40MB) 86963(40MB)] 2024/11/20-23:44:56.242331 140008106600000 [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-23:44:56.242354 140008106600000 [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-23:44:56.242373 140008106600000 [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-23:44:56.242380 140008106600000 [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-23:44:56.242390 140008106600000 [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-23:44:56.842845 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086971.sst) /dev/shm/ToplingTemp/Topling-1164517-GR5xwt 2024/11/20-23:44:57.044728 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086971.sst): first pass time = 0.20's, 664.957'MB/sec 2024/11/20-23:44:57.654532 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086971.sst): old prealloc_size = 147639500, real_size = 40876288 2024/11/20-23:44:57.654664 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086971.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 109554 prefix = 4 raw-key = 0.0009 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1201.51 avg-zval = 371.15 2024/11/20-23:44:57.654856 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086971.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:44:57.839528 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086971.sst): second pass time = 0.61's, 216.148'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 230.927'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1720.345'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.203'MB/sec write SST data time = 0.05's, 854.668'MB/sec dict compress time = 3184388221.18's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43095.268'MB/sec zip my value time = 0.61's, unzip length = 0.132'GB zip my value throughput = 216.148'MB/sec zip pipeline throughput = 216.148'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.45 avg-val = 1017.00 avg-zval = 314.15 usrkeys = 109554 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1211.59 avg-zval = 371.15 TagRS{ kinds = RS_KeyN_Tag1 bytes = 22040 } TagArray{ size = 129430 bytes = 469200 } seq expand size = 945757 multi value expand size = 158988 cnt WriteAppend = 14 UnZipSize{ index = 0.0013 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.9916 value = 3.2373 dict = 1.00 all = 3.1419 } Zip/UnZip{ index = 0.1430 value = 0.3089 dict = 1.00 all = 0.3183 } ---------------------------- total value len = 563.198467 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795456 GB avg = 0.014 KB total ukey num = 2.321124130 Billion total entry num = 1.700646028 Billion write speed all = 29.670373364 MB/sec (with seq num) write speed all = 29.005912216 MB/sec (without seq num) 2024/11/20-23:44:57.891129 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86971: 129430 keys, 42719580 bytes, temperature: kWarm 2024/11/20-23:44:57.891225 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117497891172, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86971, "file_size": 42719580, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1330025867, "table_properties": {"data_size": 40660656, "index_size": 188032, "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": 131630076, "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_KeyN_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117496, "oldest_key_time": 0, "file_creation_time": 1732117496, "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": 86971, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:44:57.926402 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086972.sst) /dev/shm/ToplingTemp/Topling-1164517-py2Dou 2024/11/20-23:44:58.742921 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086972.sst): first pass time = 0.82's, 164.386'MB/sec 2024/11/20-23:44:59.525313 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086972.sst): old prealloc_size = 147639500, real_size = 40659536 2024/11/20-23:44:59.525431 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086972.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 110421 prefix = 4 raw-key = 0.0009 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1192.07 avg-zval = 366.25 2024/11/20-23:44:59.525559 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086972.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:44:59.702437 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086972.sst): second pass time = 0.78's, 168.448'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 239.054'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2038.077'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.207'MB/sec write SST data time = 0.04's, 972.072'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 33889.596'MB/sec zip my value time = 0.78's, unzip length = 0.132'GB zip my value throughput = 168.448'MB/sec zip pipeline throughput = 231.220'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.47 avg-val = 1016.98 avg-zval = 312.46 usrkeys = 110421 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1198.76 avg-zval = 366.25 TagRS{ kinds = RS_KeyN_TagN bytes = 42312 } TagArray{ size = 78376 bytes = 284128 } seq expand size = 586843 multi value expand size = 152060 cnt WriteAppend = 13 UnZipSize{ index = 0.0013 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0404 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.9734 value = 3.2548 dict = 1.00 all = 3.1702 } Zip/UnZip{ index = 0.1434 value = 0.3072 dict = 1.00 all = 0.3154 } ---------------------------- total value len = 563.330836 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.796781 GB avg = 0.014 KB total ukey num = 2.321234551 Billion total entry num = 1.700775460 Billion write speed all = 29.674264692 MB/sec (with seq num) write speed all = 29.009813428 MB/sec (without seq num) 2024/11/20-23:44:59.788994 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86972: 129432 keys, 42338191 bytes, temperature: kWarm 2024/11/20-23:44:59.789078 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117499789030, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86972, "file_size": 42338191, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1330025876, "table_properties": {"data_size": 40441728, "index_size": 190016, "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": 131629890, "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_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117497, "oldest_key_time": 0, "file_creation_time": 1732117497, "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": 86972, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:44:59.826625 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086973.sst) /dev/shm/ToplingTemp/Topling-1164517-ZLtX5v 2024/11/20-23:45:00.337746 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086973.sst): first pass time = 0.51's, 262.617'MB/sec 2024/11/20-23:45:01.133144 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086973.sst): old prealloc_size = 147639500, real_size = 40543472 2024/11/20-23:45:01.133301 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086973.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129159 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.85 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1019.13 avg-zval = 311.80 2024/11/20-23:45:01.133446 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086973.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-23:45:01.312525 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086973.sst): second pass time = 0.79's, 165.642'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 235.464'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1738.296'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.265'MB/sec write SST data time = 0.06's, 736.512'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34008.615'MB/sec zip my value time = 0.79's, unzip length = 0.132'GB zip my value throughput = 165.642'MB/sec zip pipeline throughput = 322.733'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.85 avg-val = 1017.01 avg-zval = 311.15 usrkeys = 129159 avg-key = 12.00 avg-zkey = 1.85 avg-val = 1023.54 avg-zval = 311.80 TagRS{ kinds = RS_KeyN_TagN bytes = 42600 } TagArray{ size = 81044 bytes = 293792 } seq expand size = 567944 multi value expand size = 2152 cnt WriteAppend = 14 UnZipSize{ index = 0.0015 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 6.4839 value = 3.2685 dict = 1.00 all = 3.1785 } Zip/UnZip{ index = 0.1542 value = 0.3059 dict = 1.00 all = 0.3146 } ---------------------------- total value len = 563.463036 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798331 GB avg = 0.014 KB total ukey num = 2.321363710 Billion total entry num = 1.700904888 Billion write speed all = 29.678513490 MB/sec (with seq num) write speed all = 29.014063905 MB/sec (without seq num) 2024/11/20-23:45:01.370461 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86973: 129428 keys, 42227100 bytes, temperature: kWarm 2024/11/20-23:45:01.370690 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117501370558, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86973, "file_size": 42227100, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1330024803, "table_properties": {"data_size": 40271968, "index_size": 239040, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629634, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117499, "oldest_key_time": 0, "file_creation_time": 1732117499, "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": 86973, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:45:01.473754 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086974.sst) /dev/shm/ToplingTemp/Topling-1164517-mCFqPx 2024/11/20-23:45:02.231540 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086974.sst): first pass time = 0.76's, 177.132'MB/sec 2024/11/20-23:45:02.834106 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086974.sst): old prealloc_size = 147639500, real_size = 40545184 2024/11/20-23:45:02.834248 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086974.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129124 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.86 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1019.41 avg-zval = 311.89 2024/11/20-23:45:02.834373 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086974.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-23:45:03.000906 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086974.sst): second pass time = 0.60's, 218.781'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 253.284'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2043.108'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.05's, 892.330'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26124.026'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 218.781'MB/sec zip pipeline throughput = 218.781'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.86 avg-val = 1016.99 avg-zval = 311.15 usrkeys = 129124 avg-key = 12.00 avg-zkey = 1.86 avg-val = 1024.02 avg-zval = 311.89 TagRS{ kinds = RS_KeyN_TagN bytes = 42600 } TagArray{ size = 84633 bytes = 306816 } seq expand size = 593234 multi value expand size = 2456 cnt WriteAppend = 13 UnZipSize{ index = 0.0015 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 6.4356 value = 3.2685 dict = 1.00 all = 3.1774 } Zip/UnZip{ index = 0.1554 value = 0.3059 dict = 1.00 all = 0.3147 } ---------------------------- total value len = 563.595261 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.799881 GB avg = 0.014 KB total ukey num = 2.321492834 Billion total entry num = 1.701034319 Billion write speed all = 29.682649344 MB/sec (with seq num) write speed all = 29.018203978 MB/sec (without seq num) 2024/11/20-23:45:03.058627 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86974: 129431 keys, 42242172 bytes, temperature: kWarm 2024/11/20-23:45:03.058705 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117503058662, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86974, "file_size": 42242172, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1330022810, "table_properties": {"data_size": 40271952, "index_size": 240768, "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": 131630029, "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_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117501, "oldest_key_time": 0, "file_creation_time": 1732117501, "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": 86974, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:45:03.103364 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086975.sst) /dev/shm/ToplingTemp/Topling-1164517-vFzuov 2024/11/20-23:45:03.667970 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086975.sst): first pass time = 0.56's, 237.743'MB/sec 2024/11/20-23:45:04.361185 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086975.sst): old prealloc_size = 147639500, real_size = 40599488 2024/11/20-23:45:04.361321 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086975.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129343 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.68 avg-zval = 311.92 2024/11/20-23:45:04.361420 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086975.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-23:45:04.525534 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086975.sst): second pass time = 0.69's, 190.098'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.609'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2180.494'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 892.196'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24148.876'MB/sec zip my value time = 0.69's, unzip length = 0.132'GB zip my value throughput = 190.098'MB/sec zip pipeline throughput = 219.921'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 311.71 usrkeys = 129343 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1020.36 avg-zval = 311.92 TagRS{ kinds = RS_KeyN_TagN bytes = 42608 } TagArray{ size = 49412 bytes = 179136 } seq expand size = 346271 multi value expand size = 680 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.0422 GB } UnZip/Zip{ index = 6.9689 value = 3.2627 dict = 1.00 all = 3.1829 } Zip/UnZip{ index = 0.1435 value = 0.3065 dict = 1.00 all = 0.3142 } ---------------------------- total value len = 563.727237 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801433 GB avg = 0.014 KB total ukey num = 2.321622177 Billion total entry num = 1.701163747 Billion write speed all = 29.687009702 MB/sec (with seq num) write speed all = 29.022563242 MB/sec (without seq num) 2024/11/20-23:45:04.578389 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86975: 129428 keys, 42168550 bytes, temperature: kWarm 2024/11/20-23:45:04.578457 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117504578426, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86975, "file_size": 42168550, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1329891871, "table_properties": {"data_size": 40344240, "index_size": 222720, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629212, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117503, "oldest_key_time": 0, "file_creation_time": 1732117503, "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": 86975, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:45:04.646029 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086976.sst) /dev/shm/ToplingTemp/Topling-1164517-1mCF4v 2024/11/20-23:45:05.191503 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086976.sst): first pass time = 0.55's, 246.083'MB/sec 2024/11/20-23:45:05.968514 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086976.sst): old prealloc_size = 147639500, real_size = 40866368 2024/11/20-23:45:05.968662 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086976.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 105296 prefix = 4 raw-key = 0.0008 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 =1250.09 avg-zval = 386.16 2024/11/20-23:45:05.968853 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086976.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:45:06.138453 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086976.sst): second pass time = 0.78's, 169.607'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 251.334'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1488.026'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.220'MB/sec write SST data time = 0.05's, 852.865'MB/sec dict compress time = 140029.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43826.081'MB/sec zip my value time = 0.78's, unzip length = 0.132'GB zip my value throughput = 169.607'MB/sec zip pipeline throughput = 218.451'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.38 avg-val = 1016.99 avg-zval = 314.15 usrkeys = 105296 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1260.99 avg-zval = 386.16 TagRS{ kinds = RS_KeyN_Tag1 bytes = 21960 } TagArray{ size = 129431 bytes = 469200 } seq expand size = 954271 multi value expand size = 193016 cnt WriteAppend = 14 UnZipSize{ index = 0.0013 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.0561 value = 3.2373 dict = 1.00 all = 3.1425 } Zip/UnZip{ index = 0.1417 value = 0.3089 dict = 1.00 all = 0.3182 } ---------------------------- total value len = 563.860014 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.802697 GB avg = 0.014 KB total ukey num = 2.321727473 Billion total entry num = 1.701293178 Billion write speed all = 29.691280525 MB/sec (with seq num) write speed all = 29.026835835 MB/sec (without seq num) 2024/11/20-23:45:06.190190 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86976: 129431 keys, 42710691 bytes, temperature: kWarm 2024/11/20-23:45:06.190266 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117506190233, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86976, "file_size": 42710691, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980009580, "largest_seqno": 1330027399, "table_properties": {"data_size": 40660784, "index_size": 179072, "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": 131629719, "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_KeyN_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117504, "oldest_key_time": 0, "file_creation_time": 1732117504, "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": 86976, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:45:06.239068 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086977.sst) /dev/shm/ToplingTemp/Topling-1164517-9OY2Iu 2024/11/20-23:45:06.849381 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086977.sst): first pass time = 0.61's, 219.929'MB/sec 2024/11/20-23:45:07.382300 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086977.sst): old prealloc_size = 147639500, real_size = 40627376 2024/11/20-23:45:07.382409 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086977.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 115358 prefix = 4 raw-key = 0.0009 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1141.05 avg-zval = 350.21 2024/11/20-23:45:07.382514 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086977.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:45:07.545621 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086977.sst): second pass time = 0.53's, 247.314'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.768'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2398.092'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.247'MB/sec write SST data time = 0.05's, 912.008'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42466.352'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 247.314'MB/sec zip pipeline throughput = 247.314'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.54 avg-val = 1017.00 avg-zval = 312.13 usrkeys = 115358 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1146.24 avg-zval = 350.21 TagRS{ kinds = RS_KeyN_TagN bytes = 42384 } TagArray{ size = 65286 bytes = 236672 } seq expand size = 485295 multi value expand size = 112528 cnt WriteAppend = 13 UnZipSize{ index = 0.0014 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0404 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.9526 value = 3.2582 dict = 1.00 all = 3.1762 } Zip/UnZip{ index = 0.1438 value = 0.3069 dict = 1.00 all = 0.3148 } ---------------------------- total value len = 563.992242 GB avg = 0.331 KB (by entry num) total key len = 44.332527 GB avg = 0.026 KB total ukey len = 32.804081 GB avg = 0.014 KB total ukey num = 2.321842831 Billion total entry num = 1.701422607 Billion write speed all = 29.695822137 MB/sec (with seq num) write speed all = 29.031372544 MB/sec (without seq num) 2024/11/20-23:45:07.595607 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86977: 129429 keys, 42257498 bytes, temperature: kWarm 2024/11/20-23:45:07.595679 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117507595646, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86977, "file_size": 42257498, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1330027404, "table_properties": {"data_size": 40399264, "index_size": 199104, "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": 131629801, "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_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117506, "oldest_key_time": 0, "file_creation_time": 1732117506, "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": 86977, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:45:07.633790 140008106600000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086978.sst) /dev/shm/ToplingTemp/Topling-1164517-fg7mxw 2024/11/20-23:45:07.698023 140008106600000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086978.sst): first pass time = 0.06's, 708.722'MB/sec 2024/11/20-23:45:07.987389 140008106600000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086978.sst): old prealloc_size = 147639500, real_size = 13888816 2024/11/20-23:45:07.987482 140008106600000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086978.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 43767 prefix = 4 raw-key = 0.0004 GB zip-key = 0.0001 GB avg-key = 8.00 avg-zkey = 1.91 raw-val = 0.0446 GB zip-val = 0.0138 GB avg-val =1019.34 avg-zval = 315.17 2024/11/20-23:45:07.987563 140008106600000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086978.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0001 GB, waited 0.000 sec, Key+Value = 0.045 GB 2024/11/20-23:45:08.046708 140008106600000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00/086978.sst): second pass time = 0.29's, 154.637'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.06's, 243.837'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1207.442'MB/sec (index lex order gen) rebuild zvType time = 0.04's, 0.264'MB/sec write SST data time = 0.02's, 815.579'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.444'MB, throughput = 8264.959'MB/sec zip my value time = 0.29's, unzip length = 0.045'GB zip my value throughput = 154.637'MB/sec zip pipeline throughput = 154.637'MB/sec entries = 43868 avg-key = 20.00 avg-zkey = 1.90 avg-val = 1016.99 avg-zval = 314.45 usrkeys = 43767 avg-key = 12.00 avg-zkey = 1.91 avg-val = 1024.72 avg-zval = 315.17 TagRS{ kinds = RS_KeyN_TagN bytes = 14544 } TagArray{ size = 33514 bytes = 121504 } seq expand size = 234828 multi value expand size = 808 cnt WriteAppend = 13 UnZipSize{ index = 0.0005 GB value = 0.0446 GB dict = 0.44 MB all = 0.0455 GB } __ZipSize{ index = 0.0001 GB value = 0.0138 GB dict = 0.44 MB all = 0.0145 GB } UnZip/Zip{ index = 6.2884 value = 3.2342 dict = 1.00 all = 3.1460 } Zip/UnZip{ index = 0.1590 value = 0.3092 dict = 1.00 all = 0.3179 } ---------------------------- total value len = 564.037091 GB avg = 0.332 KB (by entry num) total key len = 44.333404 GB avg = 0.026 KB total ukey len = 32.804606 GB avg = 0.014 KB total ukey num = 2.321886598 Billion total entry num = 1.701466475 Billion write speed all = 29.697327879 MB/sec (with seq num) write speed all = 29.032877408 MB/sec (without seq num) 2024/11/20-23:45:08.075165 140008106600000 [compaction_job.cc:1948] [default] [JOB 21705] Generated table #86978: 43868 keys, 14459643 bytes, temperature: kWarm 2024/11/20-23:45:08.075233 140008106600000 EVENT_LOG_v1 {"time_micros": 1732117508075200, "cf_name": "default", "job": 21705, "event": "table_file_creation", "file_number": 86978, "file_size": 14459643, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1330014654, "table_properties": {"data_size": 13794144, "index_size": 83520, "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": 877360, "raw_average_key_size": 20, "raw_value_size": 44613321, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 43868, "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_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117507, "oldest_key_time": 0, "file_creation_time": 1732117507, "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": 86978, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:45:08.091418 140008106600000 [compaction_job.cc:703] job-21705: subcompact[0], size: 0.311123 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21705/att-00 [086971,086972,086973,086974,086975,086976,086977,086978] 2024/11/20-23:45:08.168257 140008106600000 (Original Log Time 2024/11/20-23:44:56.235155) EVENT_LOG_v1 {"time_micros": 1732117496235117, "job": 21705, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [86917], "files_L3": [86959, 86960, 86861, 86823, 86824, 86825, 86826, 86962, 86963], "score": 0.999105, "input_data_size": 341263242, "oldest_snapshot_seqno": 1323177126} 2024/11/20-23:45:08.168261 140008106600000 (Original Log Time 2024/11/20-23:45:08.167419) [compaction_job.cc:2022] [default] [JOB 21705] Compacted 1@2 + 9@3 files to L3 => 311123425 bytes 2024/11/20-23:45:08.168262 140008106600000 (Original Log Time 2024/11/20-23:45:08.168176) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 8 0 0 0] max score 0.01, MB/sec: 28.8 rd, 26.2 wr, level 3, files in(1, 9) out(8 +0 blob) MB in(31.2, 294.2 +0.0 blob) out(296.7 +0.0 blob), read-write-amplify(19.9) write-amplify(9.5) OK, records in: 973971, records dropped: 24094 output_compression: Snappy 2024/11/20-23:45:08.168266 140008106600000 (Original Log Time 2024/11/20-23:45:08.168236) EVENT_LOG_v1 {"time_micros": 1732117508168210, "cf": "default", "job": 21705, "event": "compaction_finished", "compaction_time_micros": 11856269, "compaction_time_cpu_micros": 2971264, "output_level": 3, "num_output_files": 8, "total_output_size": 311123425, "num_input_records": 973971, "num_output_records": 949877, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 221466744, "file_range_sync_nanos": 0, "file_fsync_nanos": 14188, "file_prepare_write_nanos": 17652, "lsm_state": [0, 0, 0, 8, 0, 0, 0]} 2024/11/20-23:45:08.289283 140008106600000 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":1732117495,"executesMs":12139,"compactionJobId":21705,"attempt":0,"compactionInputRawBytes":1010003886,"compactionInputZipBytes":341263242,"compactionOutputRawBytes":0,"compactionOutputZipBytes":311123425,"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-887dd7eb8b6de6a681bb7fe2c004325c-8328748ea503a770-00"}}, response = 2024/11/20-23:45:08.289382 140008106600000 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-21705/att-00: olev 3, work 12.139 s, result 7.684 ms, install 0.863 ms, input{raw 963.215 MiB zip 325.454 MiB}