2024/11/20-13:12:45.453889 140257634403904 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00: fork to child time = 0.009693 sec 2024/11/20-13:12:45.454380 140257634403904 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00 2024/11/20-13:12:45.462212 140257634403904 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00 2024/11/20-13:12:45.463802 140257634403904 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-13:12:45.464018 140257634403904 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-13:12:45.509992 140257634403904 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-06816/att-00/MANIFEST-019309 2024/11/20-13:12:45.558967 140257634403904 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-06816/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 29222, last_sequence is 559014390, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 29041 2024/11/20-13:12:45.558978 140257634403904 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-13:12:45.559060 140257634403904 [version_set.cc:5724] Creating manifest 29222 2024/11/20-13:12:45.589197 140257634403904 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-13:12:45.612378 140257634403904 [compaction_job.cc:2437] [default] [JOB 6816] Compacting 1@2 + 7@3 files to L3, score 0.79, subcompactions 1 : 1 2024/11/20-13:12:45.612395 140257634403904 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 6312 Base level 2, inputs: [29192(31MB)], [29207(40MB) 29208(974KB) 29105(39MB) 29106(39MB) 29107(39MB) 29108(39MB) 29109(40MB)] 2024/11/20-13:12:45.620352 140257634403904 [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-13:12:45.620376 140257634403904 [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-13:12:45.620394 140257634403904 [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-13:12:45.620403 140257634403904 [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-13:12:45.620414 140257634403904 [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-13:12:46.525390 140257634403904 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029223.sst) /dev/shm/ToplingTemp/Topling-221520-7YHvYs 2024/11/20-13:12:46.811583 140257634403904 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029223.sst): first pass time = 0.29's, 469.072'MB/sec 2024/11/20-13:12:47.420723 140257634403904 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029223.sst): old prealloc_size = 147639500, real_size = 40894048 2024/11/20-13:12:47.420893 140257634403904 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029223.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.82 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.00 avg-zval = 313.88 2024/11/20-13:12:47.421094 140257634403904 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029223.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-13:12:47.643973 140257634403904 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029223.sst): second pass time = 0.61's, 216.456'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.22's, 191.166'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1767.198'MB/sec (index lex order gen) rebuild zvType time = 0.18's, 0.182'MB/sec write SST data time = 0.05's, 945.292'MB/sec dict compress time = 7523097598.72's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46742.672'MB/sec zip my value time = 0.61's, unzip length = 0.132'GB zip my value throughput = 216.456'MB/sec zip pipeline throughput = 216.456'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.82 avg-val = 1017.00 avg-zval = 313.88 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.82 avg-val = 1024.00 avg-zval = 313.88 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 436832 } seq expand size = 906003 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.0406 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.5874 value = 3.2401 dict = 1.00 all = 3.1449 } Zip/UnZip{ index = 0.1518 value = 0.3086 dict = 1.00 all = 0.3180 } ---------------------------- total value len = 0.132536 GB avg = 1.024 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129429 Billion total entry num = 0.000129429 Billion write speed all = 0.008495270 MB/sec (with seq num) write speed all = 0.008430173 MB/sec (without seq num) 2024/11/20-13:12:47.694684 140257634403904 [compaction_job.cc:1948] [default] [JOB 6816] Generated table #29223: 129429 keys, 42678010 bytes, temperature: kWarm 2024/11/20-13:12:47.694777 140257634403904 EVENT_LOG_v1 {"time_micros": 1732079567694729, "cf_name": "default", "job": 6816, "event": "table_file_creation", "file_number": 29223, "file_size": 42678010, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 476056905, "largest_seqno": 558845835, "table_properties": {"data_size": 40625744, "index_size": 235776, "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": 131629533, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732079566, "oldest_key_time": 0, "file_creation_time": 1732079566, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 29223, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:12:47.738015 140257634403904 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029224.sst) /dev/shm/ToplingTemp/Topling-221520-e2sPQu 2024/11/20-13:12:48.382222 140257634403904 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029224.sst): first pass time = 0.64's, 208.366'MB/sec 2024/11/20-13:12:48.954161 140257634403904 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029224.sst): old prealloc_size = 147639500, real_size = 40434688 2024/11/20-13:12:48.954310 140257634403904 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029224.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.69 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.46 2024/11/20-13:12:48.954409 140257634403904 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029224.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-13:12:49.119886 140257634403904 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029224.sst): second pass time = 0.57's, 230.498'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.522'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1773.050'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.05's, 929.385'MB/sec dict compress time = 7523097598.72's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 22530.503'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 230.498'MB/sec zip pipeline throughput = 255.216'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.69 avg-val = 1017.00 avg-zval = 310.46 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.69 avg-val = 1017.76 avg-zval = 310.46 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 14147 bytes = 44224 } seq expand size = 99029 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.0418 GB } UnZip/Zip{ index = 7.0814 value = 3.2758 dict = 1.00 all = 3.2074 } Zip/UnZip{ index = 0.1412 value = 0.3053 dict = 1.00 all = 0.3118 } ---------------------------- total value len = 0.264265 GB avg = 1.021 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258859 Billion total entry num = 0.000258859 Billion write speed all = 0.016938270 MB/sec (with seq num) write speed all = 0.016808086 MB/sec (without seq num) 2024/11/20-13:12:49.170355 140257634403904 [compaction_job.cc:1948] [default] [JOB 6816] Generated table #29224: 129430 keys, 41846888 bytes, temperature: kWarm 2024/11/20-13:12:49.170421 140257634403904 EVENT_LOG_v1 {"time_micros": 1732079569170391, "cf_name": "default", "job": 6816, "event": "table_file_creation", "file_number": 29224, "file_size": 41846888, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 558845610, "table_properties": {"data_size": 40182832, "index_size": 219328, "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": 131630079, "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": 1732079567, "oldest_key_time": 0, "file_creation_time": 1732079567, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 29224, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:12:49.207210 140257634403904 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029225.sst) /dev/shm/ToplingTemp/Topling-221520-wi8WGw 2024/11/20-13:12:49.745955 140257634403904 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029225.sst): first pass time = 0.54's, 249.148'MB/sec 2024/11/20-13:12:50.798653 140257634403904 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029225.sst): old prealloc_size = 147639500, real_size = 40398592 2024/11/20-13:12:50.798790 140257634403904 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029225.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.76 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.00 avg-zval = 310.12 2024/11/20-13:12:50.798849 140257634403904 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029225.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-13:12:50.958172 140257634403904 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029225.sst): second pass time = 1.05's, 125.140'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.023'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2093.092'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 967.806'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 19098.740'MB/sec zip my value time = 1.05's, unzip length = 0.132'GB zip my value throughput = 125.140'MB/sec zip pipeline throughput = 298.083'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1017.00 avg-zval = 310.12 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1017.47 avg-zval = 310.12 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 8588 bytes = 27920 } seq expand size = 60116 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.8245 value = 3.2794 dict = 1.00 all = 3.2114 } Zip/UnZip{ index = 0.1465 value = 0.3049 dict = 1.00 all = 0.3114 } ---------------------------- total value len = 0.395954 GB avg = 1.020 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388288 Billion total entry num = 0.000388288 Billion write speed all = 0.025376653 MB/sec (with seq num) write speed all = 0.025181400 MB/sec (without seq num) 2024/11/20-13:12:51.010595 140257634403904 [compaction_job.cc:1948] [default] [JOB 6816] Generated table #29225: 129429 keys, 41794146 bytes, temperature: kWarm 2024/11/20-13:12:51.010653 140257634403904 EVENT_LOG_v1 {"time_micros": 1732079571010624, "cf_name": "default", "job": 6816, "event": "table_file_creation", "file_number": 29225, "file_size": 41794146, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 558844822, "table_properties": {"data_size": 40138480, "index_size": 227584, "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": 131629684, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732079569, "oldest_key_time": 0, "file_creation_time": 1732079569, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 29225, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:12:51.050182 140257634403904 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029226.sst) /dev/shm/ToplingTemp/Topling-221520-2f4jtv 2024/11/20-13:12:51.626826 140257634403904 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029226.sst): first pass time = 0.58's, 232.772'MB/sec 2024/11/20-13:12:52.271639 140257634403904 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029226.sst): old prealloc_size = 147639500, real_size = 40366336 2024/11/20-13:12:52.271779 140257634403904 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029226.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 309.91 2024/11/20-13:12:52.271844 140257634403904 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029226.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-13:12:52.444961 140257634403904 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029226.sst): second pass time = 0.64's, 204.382'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 240.877'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1916.768'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.285'MB/sec write SST data time = 0.06's, 701.421'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43857.447'MB/sec zip my value time = 0.64's, unzip length = 0.132'GB zip my value throughput = 204.382'MB/sec zip pipeline throughput = 280.278'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.98 avg-zval = 309.91 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.12 avg-zval = 309.91 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2615 bytes = 8512 } seq expand size = 18305 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.0417 GB } UnZip/Zip{ index = 7.0079 value = 3.2815 dict = 1.00 all = 3.2154 } Zip/UnZip{ index = 0.1427 value = 0.3047 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.527602 GB avg = 1.019 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517719 Billion total entry num = 0.000517719 Billion write speed all = 0.033811175 MB/sec (with seq num) write speed all = 0.033550861 MB/sec (without seq num) 2024/11/20-13:12:52.498818 140257634403904 [compaction_job.cc:1948] [default] [JOB 6816] Generated table #29226: 129431 keys, 41742544 bytes, temperature: kWarm 2024/11/20-13:12:52.498911 140257634403904 EVENT_LOG_v1 {"time_micros": 1732079572498863, "cf_name": "default", "job": 6816, "event": "table_file_creation", "file_number": 29226, "file_size": 41742544, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 558835720, "table_properties": {"data_size": 40112176, "index_size": 221632, "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": 131629167, "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": 1732079571, "oldest_key_time": 0, "file_creation_time": 1732079571, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 29226, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:12:52.552877 140257634403904 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029227.sst) /dev/shm/ToplingTemp/Topling-221520-1xWnww 2024/11/20-13:12:53.090262 140257634403904 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029227.sst): first pass time = 0.54's, 249.781'MB/sec 2024/11/20-13:12:54.100235 140257634403904 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029227.sst): old prealloc_size = 147639500, real_size = 40377056 2024/11/20-13:12:54.100378 140257634403904 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029227.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.03 avg-zval = 310.00 2024/11/20-13:12:54.100459 140257634403904 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029227.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-13:12:54.284188 140257634403904 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029227.sst): second pass time = 1.01's, 130.452'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 227.010'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1905.738'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.231'MB/sec write SST data time = 0.04's, 960.501'MB/sec dict compress time = 0.00's, 1377984.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46202.313'MB/sec zip my value time = 1.01's, unzip length = 0.132'GB zip my value throughput = 130.452'MB/sec zip pipeline throughput = 305.440'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.03 avg-zval = 310.00 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.24 avg-zval = 310.00 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 3867 bytes = 12576 } seq expand size = 27069 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.9634 value = 3.2808 dict = 1.00 all = 3.2142 } Zip/UnZip{ index = 0.1436 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 0.659259 GB avg = 1.019 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647145 Billion total entry num = 0.000647145 Billion write speed all = 0.042243757 MB/sec (with seq num) write speed all = 0.041918404 MB/sec (without seq num) 2024/11/20-13:12:54.334361 140257634403904 [compaction_job.cc:1948] [default] [JOB 6816] Generated table #29227: 129426 keys, 41757311 bytes, temperature: kWarm 2024/11/20-13:12:54.334427 140257634403904 EVENT_LOG_v1 {"time_micros": 1732079574334396, "cf_name": "default", "job": 6816, "event": "table_file_creation", "file_number": 29227, "file_size": 41757311, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 558843111, "table_properties": {"data_size": 40121488, "index_size": 223040, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629602, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732079572, "oldest_key_time": 0, "file_creation_time": 1732079572, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 29227, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:12:54.371285 140257634403904 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029228.sst) /dev/shm/ToplingTemp/Topling-221520-STgGYt 2024/11/20-13:12:54.899815 140257634403904 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029228.sst): first pass time = 0.53's, 253.965'MB/sec 2024/11/20-13:12:55.551539 140257634403904 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029228.sst): old prealloc_size = 147639500, real_size = 40665248 2024/11/20-13:12:55.551657 140257634403904 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029228.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.72 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.99 avg-zval = 312.21 2024/11/20-13:12:55.551765 140257634403904 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029228.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-13:12:55.710456 140257634403904 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029228.sst): second pass time = 0.65's, 202.194'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 265.837'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2384.037'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 1014.799'MB/sec dict compress time = 0.00's, 1378374.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36018.030'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 202.194'MB/sec zip pipeline throughput = 265.634'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 312.21 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1020.57 avg-zval = 312.21 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 66298 bytes = 207200 } seq expand size = 464086 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.0404 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 6.9817 value = 3.2573 dict = 1.00 all = 3.1775 } Zip/UnZip{ index = 0.1432 value = 0.3070 dict = 1.00 all = 0.3147 } ---------------------------- total value len = 0.791352 GB avg = 1.019 KB (by entry num) total key len = 0.015532 GB avg = 0.020 KB total ukey len = 0.009319 GB avg = 0.012 KB total ukey num = 0.000776576 Billion total entry num = 0.000776576 Billion write speed all = 0.050703176 MB/sec (with seq num) write speed all = 0.050312787 MB/sec (without seq num) 2024/11/20-13:12:55.760426 140257634403904 [compaction_job.cc:1948] [default] [JOB 6816] Generated table #29228: 129431 keys, 42240517 bytes, temperature: kWarm 2024/11/20-13:12:55.760490 140257634403904 EVENT_LOG_v1 {"time_micros": 1732079575760461, "cf_name": "default", "job": 6816, "event": "table_file_creation", "file_number": 29228, "file_size": 42240517, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 558845908, "table_properties": {"data_size": 40410256, "index_size": 222464, "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": 131629660, "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": 1732079574, "oldest_key_time": 0, "file_creation_time": 1732079574, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 29228, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:12:55.826596 140257634403904 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029229.sst) /dev/shm/ToplingTemp/Topling-221520-zIqD3s 2024/11/20-13:12:55.837680 140257634403904 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029229.sst): first pass time = 0.01's, 554.006'MB/sec 2024/11/20-13:12:55.887559 140257634403904 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029229.sst): old prealloc_size = 147639500, real_size = 1890856 2024/11/20-13:12:55.887594 140257634403904 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029229.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 5895 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.03 raw-val = 0.0060 GB zip-val = 0.0019 GB avg-val =1017.12 avg-zval = 320.44 2024/11/20-13:12:55.896840 140257634403904 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00/029229.sst): second pass time = 0.05's, 128.259'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 210.709'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 9.858'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.207'MB/sec write SST data time = 0.00's, 912.354'MB/sec dict compress time = 0.00's, 62019.000'MB/sec z-dict build time = 0.00's, sample length = 0.062'MB, throughput = 2285.235'MB/sec zip my value time = 0.05's, unzip length = 0.006'GB zip my value throughput = 128.259'MB/sec zip pipeline throughput = 128.259'MB/sec entries = 5895 avg-key = 20.00 avg-zkey = 0.03 avg-val = 1017.12 avg-zval = 320.44 usrkeys = 5895 avg-key = 12.00 avg-zkey = 0.03 avg-val = 1017.12 avg-zval = 320.44 TagRS{ kinds = RS_Key0_TagN bytes = 1040 } TagArray{ size = 2 bytes = 16 } seq expand size = 14 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0060 GB dict = 0.06 MB all = 0.0061 GB } __ZipSize{ index = 0.0000 GB value = 0.0019 GB dict = 0.06 MB all = 0.0020 GB } UnZip/Zip{ index = 368.4375 value = 3.1741 dict = 1.00 all = 3.1297 } Zip/UnZip{ index = 0.0027 value = 0.3150 dict = 1.00 all = 0.3195 } ---------------------------- total value len = 0.797348 GB avg = 1.019 KB (by entry num) total key len = 0.015649 GB avg = 0.020 KB total ukey len = 0.009390 GB avg = 0.012 KB total ukey num = 0.000782471 Billion total entry num = 0.000782471 Billion write speed all = 0.051086760 MB/sec (with seq num) write speed all = 0.050693411 MB/sec (without seq num) 2024/11/20-13:12:55.907147 140257634403904 [compaction_job.cc:1948] [default] [JOB 6816] Generated table #29229: 5895 keys, 1953473 bytes, temperature: kWarm 2024/11/20-13:12:55.907191 140257634403904 EVENT_LOG_v1 {"time_micros": 1732079575907168, "cf_name": "default", "job": 6816, "event": "table_file_creation", "file_number": 29229, "file_size": 1953473, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 555287537, "table_properties": {"data_size": 1889008, "index_size": 192, "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": 117900, "raw_average_key_size": 20, "raw_value_size": 5995902, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 5895, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-UintIndex_AllOne-DictZipBlobStore", "creation_time": 1732079575, "oldest_key_time": 0, "file_creation_time": 1732079575, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 29229, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:12:55.916955 140257634403904 [compaction_job.cc:703] job-06816: subcompact[0], size: 0.254013 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06816/att-00 [029223,029224,029225,029226,029227,029228,029229] 2024/11/20-13:12:55.984777 140257634403904 (Original Log Time 2024/11/20-13:12:45.612454) EVENT_LOG_v1 {"time_micros": 1732079565612413, "job": 6816, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [29192], "files_L3": [29207, 29208, 29105, 29106, 29107, 29108, 29109], "score": 0.79189, "input_data_size": 285759508, "oldest_snapshot_seqno": 559014360} 2024/11/20-13:12:55.984783 140257634403904 (Original Log Time 2024/11/20-13:12:55.969341) [compaction_job.cc:2022] [default] [JOB 6816] Compacted 1@2 + 7@3 files to L3 => 254012889 bytes 2024/11/20-13:12:55.984786 140257634403904 (Original Log Time 2024/11/20-13:12:55.984655) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 27.7 rd, 24.7 wr, level 3, files in(1, 7) out(7 +0 blob) MB in(31.2, 241.3 +0.0 blob) out(242.2 +0.0 blob), read-write-amplify(16.5) write-amplify(7.8) OK, records in: 811456, records dropped: 28985 output_compression: Snappy 2024/11/20-13:12:55.984793 140257634403904 (Original Log Time 2024/11/20-13:12:55.984736) EVENT_LOG_v1 {"time_micros": 1732079575984691, "cf": "default", "job": 6816, "event": "compaction_finished", "compaction_time_micros": 10304504, "compaction_time_cpu_micros": 2328647, "output_level": 3, "num_output_files": 7, "total_output_size": 254012889, "num_input_records": 811456, "num_output_records": 782471, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 169532064, "file_range_sync_nanos": 0, "file_fsync_nanos": 7915, "file_prepare_write_nanos": 12100, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-13:12:56.120092 140257634403904 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732076400,"starts":1732079565,"executesMs":10504,"compactionJobId":6816,"attempt":0,"compactionInputRawBytes":841481072,"compactionInputZipBytes":285759508,"compactionOutputRawBytes":0,"compactionOutputZipBytes":254012889,"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-5880eccb83faf7e341d79cc8bba4498c-4e2531ea4ba0e0db-00"}}, response = 2024/11/20-13:12:56.120175 140257634403904 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-06816/att-00: olev 3, work 10.505 s, result 10.503 ms, install 15.481 ms, input{raw 802.499 MiB zip 272.522 MiB}