2024/11/20-14:14:03.194740 140256887453248 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01: fork to child time = 0.010591 sec 2024/11/20-14:14:03.195357 140256887453248 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01 2024/11/20-14:14:03.200276 140256887453248 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01 2024/11/20-14:14:03.202016 140256887453248 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-14:14:03.202282 140256887453248 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-14:14:03.255225 140256887453248 [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-09302/att-01/MANIFEST-019309 2024/11/20-14:14:03.319108 140256887453248 [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-09302/att-01/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 33889, last_sequence is 618508601, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 33750 2024/11/20-14:14:03.319122 140256887453248 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-14:14:03.319199 140256887453248 [version_set.cc:5724] Creating manifest 33889 2024/11/20-14:14:03.362412 140256887453248 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01: bottommost_level: fake = 1, rpc = 0 2024/11/20-14:14:03.381173 140256887453248 [compaction_job.cc:2437] [default] [JOB 9302] Compacting 1@2 + 7@3 files to L3, score 0.83, subcompactions 1 : 1 2024/11/20-14:14:03.381190 140256887453248 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8160 Base level 2, inputs: [33885(27MB)], [33851(37MB) 33852(37MB) 33853(37MB) 33854(25MB) 33754(38MB) 33755(37MB) 33756(37MB)] 2024/11/20-14:14:03.385016 140256887453248 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-14:14:03.385039 140256887453248 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-14:14:03.385071 140256887453248 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-14:14:03.385079 140256887453248 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-14:14:03.385089 140256887453248 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-14:14:04.215588 140256887453248 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033890.sst) /dev/shm/ToplingTemp/Topling-305951-ZYnkQM 2024/11/20-14:14:05.263914 140256887453248 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033890.sst): first pass time = 1.05's, 128.041'MB/sec 2024/11/20-14:14:06.499926 140256887453248 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033890.sst): old prealloc_size = 147639500, real_size = 35211392 2024/11/20-14:14:06.500491 140256887453248 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033890.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922232 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0332 GB avg-val = 117.54 avg-zval = 36.03 2024/11/20-14:14:06.501284 140256887453248 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033890.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-14:14:07.338177 140256887453248 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033890.sst): second pass time = 1.24's, 87.767'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.84's, 46.743'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3334.742'MB/sec (index lex order gen) rebuild zvType time = 0.71's, 0.323'MB/sec write SST data time = 0.12's, 317.387'MB/sec dict compress time = 3691032179.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.084'MB, throughput = 36510.951'MB/sec zip my value time = 1.24's, unzip length = 0.108'GB zip my value throughput = 87.767'MB/sec zip pipeline throughput = 91.062'MB/sec entries = 922232 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.54 avg-zval = 36.03 usrkeys = 922232 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.54 avg-zval = 36.03 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 922232 bytes = 3112544 } seq expand size = 6455624 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0184 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0332 GB dict = 1.08 MB all = 0.0392 GB } UnZip/Zip{ index = 10.5116 value = 3.2624 dict = 1.00 all = 3.4254 } Zip/UnZip{ index = 0.0951 value = 0.3065 dict = 1.00 all = 0.2919 } ---------------------------- total value len = 0.114851 GB avg = 0.125 KB (by entry num) total key len = 0.025822 GB avg = 0.028 KB total ukey len = 0.018445 GB avg = 0.020 KB total ukey num = 0.000922232 Billion total entry num = 0.000922232 Billion write speed all = 0.007182532 MB/sec (with seq num) write speed all = 0.006805832 MB/sec (without seq num) 2024/11/20-14:14:07.389274 140256887453248 [compaction_job.cc:1948] [default] [JOB 9302] Generated table #33890: 922232 keys, 39182788 bytes, temperature: kWarm 2024/11/20-14:14:07.389403 140256887453248 EVENT_LOG_v1 {"time_micros": 1732083247389344, "cf_name": "default", "job": 9302, "event": "table_file_creation", "file_number": 33890, "file_size": 39182788, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625158, "largest_seqno": 617781291, "table_properties": {"data_size": 33225968, "index_size": 1754688, "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": 25822496, "raw_average_key_size": 28, "raw_value_size": 108395364, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922232, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732083244, "oldest_key_time": 0, "file_creation_time": 1732083244, "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": 33890, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:14:07.426881 140256887453248 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033891.sst) /dev/shm/ToplingTemp/Topling-305951-yFbjFO 2024/11/20-14:14:08.250241 140256887453248 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033891.sst): first pass time = 0.82's, 163.020'MB/sec 2024/11/20-14:14:09.378207 140256887453248 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033891.sst): old prealloc_size = 147639500, real_size = 35475856 2024/11/20-14:14:09.378759 140256887453248 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033891.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922529 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0335 GB avg-val = 117.49 avg-zval = 36.30 2024/11/20-14:14:09.379527 140256887453248 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033891.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-14:14:10.210474 140256887453248 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033891.sst): second pass time = 1.13's, 96.154'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.83's, 47.398'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3395.857'MB/sec (index lex order gen) rebuild zvType time = 0.71's, 0.327'MB/sec write SST data time = 0.13's, 312.372'MB/sec dict compress time = 3691032179.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 23953.131'MB/sec zip my value time = 1.13's, unzip length = 0.108'GB zip my value throughput = 96.154'MB/sec zip pipeline throughput = 96.154'MB/sec entries = 922529 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.49 avg-zval = 36.30 usrkeys = 922529 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.49 avg-zval = 36.30 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 922529 bytes = 3113552 } seq expand size = 6457703 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0335 GB dict = 1.08 MB all = 0.0394 GB } UnZip/Zip{ index = 10.5143 value = 3.2364 dict = 1.00 all = 3.4024 } Zip/UnZip{ index = 0.0951 value = 0.3090 dict = 1.00 all = 0.2939 } ---------------------------- total value len = 0.229696 GB avg = 0.125 KB (by entry num) total key len = 0.051653 GB avg = 0.028 KB total ukey len = 0.036895 GB avg = 0.020 KB total ukey num = 0.001844761 Billion total entry num = 0.001844761 Billion write speed all = 0.014363060 MB/sec (with seq num) write speed all = 0.013609650 MB/sec (without seq num) 2024/11/20-14:14:10.258474 140256887453248 [compaction_job.cc:1948] [default] [JOB 9302] Generated table #33891: 922529 keys, 39448072 bytes, temperature: kWarm 2024/11/20-14:14:10.258540 140256887453248 EVENT_LOG_v1 {"time_micros": 1732083250258509, "cf_name": "default", "job": 9302, "event": "table_file_creation", "file_number": 33891, "file_size": 39448072, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625181, "largest_seqno": 617780565, "table_properties": {"data_size": 33490240, "index_size": 1754816, "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": 25830812, "raw_average_key_size": 28, "raw_value_size": 108386970, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922529, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732083247, "oldest_key_time": 0, "file_creation_time": 1732083247, "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": 33891, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:14:10.297995 140256887453248 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033892.sst) /dev/shm/ToplingTemp/Topling-305951-32JHQL 2024/11/20-14:14:11.127992 140256887453248 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033892.sst): first pass time = 0.83's, 161.722'MB/sec 2024/11/20-14:14:12.961069 140256887453248 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033892.sst): old prealloc_size = 147639500, real_size = 35606800 2024/11/20-14:14:12.961583 140256887453248 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033892.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922955 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1084 GB zip-val = 0.0336 GB avg-val = 117.42 avg-zval = 36.41 2024/11/20-14:14:12.962333 140256887453248 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033892.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-14:14:13.785976 140256887453248 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033892.sst): second pass time = 1.21's, 89.880'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.82's, 47.980'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3588.651'MB/sec (index lex order gen) rebuild zvType time = 0.70's, 0.329'MB/sec write SST data time = 0.12's, 322.000'MB/sec dict compress time = 0.00's, 1082708.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 25879.816'MB/sec zip my value time = 1.21's, unzip length = 0.108'GB zip my value throughput = 89.880'MB/sec zip pipeline throughput = 97.324'MB/sec entries = 922955 avg-key = 28.00 avg-zkey = 1.92 avg-val = 117.42 avg-zval = 36.41 usrkeys = 922955 avg-key = 20.00 avg-zkey = 1.92 avg-val = 124.42 avg-zval = 36.41 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 922955 bytes = 3114992 } seq expand size = 6460685 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0336 GB dict = 1.08 MB all = 0.0396 GB } UnZip/Zip{ index = 10.4426 value = 3.2247 dict = 1.00 all = 3.3911 } Zip/UnZip{ index = 0.0958 value = 0.3101 dict = 1.00 all = 0.2949 } ---------------------------- total value len = 0.344531 GB avg = 0.124 KB (by entry num) total key len = 0.077496 GB avg = 0.028 KB total ukey len = 0.055354 GB avg = 0.020 KB total ukey num = 0.002767716 Billion total entry num = 0.002767716 Billion write speed all = 0.021540862 MB/sec (with seq num) write speed all = 0.020410718 MB/sec (without seq num) 2024/11/20-14:14:13.832762 140256887453248 [compaction_job.cc:1948] [default] [JOB 9302] Generated table #33892: 922955 keys, 39579556 bytes, temperature: kWarm 2024/11/20-14:14:13.832829 140256887453248 EVENT_LOG_v1 {"time_micros": 1732083253832797, "cf_name": "default", "job": 9302, "event": "table_file_creation", "file_number": 33892, "file_size": 39579556, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625216, "largest_seqno": 617780869, "table_properties": {"data_size": 33608192, "index_size": 1767680, "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": 25842740, "raw_average_key_size": 28, "raw_value_size": 108375046, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922955, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732083250, "oldest_key_time": 0, "file_creation_time": 1732083250, "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": 33892, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:14:13.870824 140256887453248 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033893.sst) /dev/shm/ToplingTemp/Topling-305951-PmjFYM 2024/11/20-14:14:14.903752 140256887453248 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033893.sst): first pass time = 1.03's, 129.945'MB/sec 2024/11/20-14:14:16.256513 140256887453248 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033893.sst): old prealloc_size = 147639500, real_size = 35711856 2024/11/20-14:14:16.257093 140256887453248 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033893.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 923768 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.97 raw-val = 0.1084 GB zip-val = 0.0337 GB avg-val = 117.29 avg-zval = 36.44 2024/11/20-14:14:16.257843 140256887453248 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033893.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-14:14:17.347883 140256887453248 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033893.sst): second pass time = 1.35's, 80.147'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 1.09's, 36.368'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3365.998'MB/sec (index lex order gen) rebuild zvType time = 0.97's, 0.239'MB/sec write SST data time = 0.12's, 320.100'MB/sec dict compress time = 0.00's, 1082610.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 31769.522'MB/sec zip my value time = 1.35's, unzip length = 0.108'GB zip my value throughput = 80.147'MB/sec zip pipeline throughput = 161.706'MB/sec entries = 923768 avg-key = 28.00 avg-zkey = 1.97 avg-val = 117.29 avg-zval = 36.44 usrkeys = 923768 avg-key = 20.00 avg-zkey = 1.97 avg-val = 124.29 avg-zval = 36.44 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 923768 bytes = 3117728 } seq expand size = 6466376 multi value expand size = 0 cnt WriteAppend = 36 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0337 GB dict = 1.08 MB all = 0.0397 GB } UnZip/Zip{ index = 10.1762 value = 3.2185 dict = 1.00 all = 3.3816 } Zip/UnZip{ index = 0.0983 value = 0.3107 dict = 1.00 all = 0.2957 } ---------------------------- total value len = 0.459350 GB avg = 0.124 KB (by entry num) total key len = 0.103362 GB avg = 0.028 KB total ukey len = 0.073830 GB avg = 0.020 KB total ukey num = 0.003691484 Billion total entry num = 0.003691484 Billion write speed all = 0.028716356 MB/sec (with seq num) write speed all = 0.027209283 MB/sec (without seq num) 2024/11/20-14:14:17.396482 140256887453248 [compaction_job.cc:1948] [default] [JOB 9302] Generated table #33893: 923768 keys, 39690818 bytes, temperature: kWarm 2024/11/20-14:14:17.396540 140256887453248 EVENT_LOG_v1 {"time_micros": 1732083257396512, "cf_name": "default", "job": 9302, "event": "table_file_creation", "file_number": 33893, "file_size": 39690818, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 505009814, "largest_seqno": 617780639, "table_properties": {"data_size": 33665184, "index_size": 1815552, "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": 25865504, "raw_average_key_size": 28, "raw_value_size": 108352308, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 923768, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732083253, "oldest_key_time": 0, "file_creation_time": 1732083253, "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": 33893, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:14:17.434081 140256887453248 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033894.sst) /dev/shm/ToplingTemp/Topling-305951-Vv8y6K 2024/11/20-14:14:18.287435 140256887453248 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033894.sst): first pass time = 0.85's, 157.289'MB/sec 2024/11/20-14:14:19.496505 140256887453248 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033894.sst): old prealloc_size = 147639500, real_size = 36359744 2024/11/20-14:14:19.497068 140256887453248 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033894.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 923985 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.94 raw-val = 0.1083 GB zip-val = 0.0343 GB avg-val = 117.26 avg-zval = 37.16 2024/11/20-14:14:19.497808 140256887453248 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033894.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-14:14:20.620779 140256887453248 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033894.sst): second pass time = 1.21's, 89.670'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 1.12's, 35.780'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3318.273'MB/sec (index lex order gen) rebuild zvType time = 0.87's, 0.267'MB/sec write SST data time = 0.26's, 155.932'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.082'MB, throughput = 33760.786'MB/sec zip my value time = 1.21's, unzip length = 0.108'GB zip my value throughput = 89.670'MB/sec zip pipeline throughput = 89.670'MB/sec entries = 923985 avg-key = 28.00 avg-zkey = 1.94 avg-val = 117.26 avg-zval = 37.16 usrkeys = 923985 avg-key = 20.00 avg-zkey = 1.94 avg-val = 123.68 avg-zval = 37.16 TagRS{ kinds = RS_Key0_TagN bytes = 144480 } TagArray{ size = 847412 bytes = 2860032 } seq expand size = 5931884 multi value expand size = 0 cnt WriteAppend = 20 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0343 GB dict = 1.08 MB all = 0.0402 GB } UnZip/Zip{ index = 10.3072 value = 3.1555 dict = 1.00 all = 3.3367 } Zip/UnZip{ index = 0.0970 value = 0.3169 dict = 1.00 all = 0.2997 } ---------------------------- total value len = 0.573628 GB avg = 0.124 KB (by entry num) total key len = 0.129233 GB avg = 0.028 KB total ukey len = 0.092309 GB avg = 0.020 KB total ukey num = 0.004615469 Billion total entry num = 0.004615469 Billion write speed all = 0.035862502 MB/sec (with seq num) write speed all = 0.033978520 MB/sec (without seq num) 2024/11/20-14:14:20.674143 140256887453248 [compaction_job.cc:1948] [default] [JOB 9302] Generated table #33894: 923985 keys, 40225130 bytes, temperature: kWarm 2024/11/20-14:14:20.674232 140256887453248 EVENT_LOG_v1 {"time_micros": 1732083260674188, "cf_name": "default", "job": 9302, "event": "table_file_creation", "file_number": 33894, "file_size": 40225130, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 617779779, "table_properties": {"data_size": 34335664, "index_size": 1792896, "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": 25871580, "raw_average_key_size": 28, "raw_value_size": 108346274, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 923985, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732083257, "oldest_key_time": 0, "file_creation_time": 1732083257, "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": 33894, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:14:20.723660 140256887453248 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033895.sst) /dev/shm/ToplingTemp/Topling-305951-pDbcgO 2024/11/20-14:14:21.676919 140256887453248 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033895.sst): first pass time = 0.95's, 140.805'MB/sec 2024/11/20-14:14:23.125731 140256887453248 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033895.sst): old prealloc_size = 147639500, real_size = 35222128 2024/11/20-14:14:23.126298 140256887453248 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033895.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 921971 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0332 GB avg-val = 117.58 avg-zval = 36.05 2024/11/20-14:14:23.127101 140256887453248 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033895.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-14:14:24.187525 140256887453248 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033895.sst): second pass time = 1.45's, 74.864'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 1.06's, 36.912'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3246.877'MB/sec (index lex order gen) rebuild zvType time = 0.87's, 0.266'MB/sec write SST data time = 0.19's, 201.879'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 23882.296'MB/sec zip my value time = 1.45's, unzip length = 0.108'GB zip my value throughput = 74.864'MB/sec zip pipeline throughput = 130.829'MB/sec entries = 921971 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.58 avg-zval = 36.05 usrkeys = 921971 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.58 avg-zval = 36.05 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 921971 bytes = 3111664 } seq expand size = 6453797 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0184 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0332 GB dict = 1.08 MB all = 0.0392 GB } UnZip/Zip{ index = 10.5163 value = 3.2614 dict = 1.00 all = 3.4246 } Zip/UnZip{ index = 0.0951 value = 0.3066 dict = 1.00 all = 0.2920 } ---------------------------- total value len = 0.688485 GB avg = 0.124 KB (by entry num) total key len = 0.155048 GB avg = 0.028 KB total ukey len = 0.110749 GB avg = 0.020 KB total ukey num = 0.005537440 Billion total entry num = 0.005537440 Billion write speed all = 0.043032236 MB/sec (with seq num) write speed all = 0.040772327 MB/sec (without seq num) 2024/11/20-14:14:24.235128 140256887453248 [compaction_job.cc:1948] [default] [JOB 9302] Generated table #33895: 921971 keys, 39192628 bytes, temperature: kWarm 2024/11/20-14:14:24.235191 140256887453248 EVENT_LOG_v1 {"time_micros": 1732083264235160, "cf_name": "default", "job": 9302, "event": "table_file_creation", "file_number": 33895, "file_size": 39192628, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625325, "largest_seqno": 617780012, "table_properties": {"data_size": 33238048, "index_size": 1753408, "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": 25815188, "raw_average_key_size": 28, "raw_value_size": 108402558, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 921971, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732083260, "oldest_key_time": 0, "file_creation_time": 1732083260, "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": 33895, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:14:24.270611 140256887453248 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033896.sst) /dev/shm/ToplingTemp/Topling-305951-FwsXEO 2024/11/20-14:14:24.700355 140256887453248 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033896.sst): first pass time = 0.43's, 250.027'MB/sec 2024/11/20-14:14:25.845125 140256887453248 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033896.sst): old prealloc_size = 147639500, real_size = 28483168 2024/11/20-14:14:25.845744 140256887453248 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033896.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 738774 prefix = 4 raw-key = 0.0118 GB zip-key = 0.0014 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.0868 GB zip-val = 0.0269 GB avg-val = 117.42 avg-zval = 36.40 2024/11/20-14:14:25.846459 140256887453248 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033896.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0018 GB, waited 0.000 sec, Key+Value = 0.107 GB 2024/11/20-14:14:26.698767 140256887453248 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01/033896.sst): second pass time = 1.14's, 75.841'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.85's, 37.095'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2368.106'MB/sec (index lex order gen) rebuild zvType time = 0.67's, 0.274'MB/sec write SST data time = 0.18's, 176.698'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.868'MB, throughput = 14075.266'MB/sec zip my value time = 1.14's, unzip length = 0.087'GB zip my value throughput = 75.841'MB/sec zip pipeline throughput = 123.963'MB/sec entries = 738774 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.42 avg-zval = 36.40 usrkeys = 738774 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.42 avg-zval = 36.40 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 738774 bytes = 2493376 } seq expand size = 5171418 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0148 GB value = 0.0868 GB dict = 0.87 MB all = 0.1074 GB } __ZipSize{ index = 0.0014 GB value = 0.0269 GB dict = 0.87 MB all = 0.0317 GB } UnZip/Zip{ index = 10.5116 value = 3.2258 dict = 1.00 all = 3.3929 } Zip/UnZip{ index = 0.0951 value = 0.3100 dict = 1.00 all = 0.2947 } ---------------------------- total value len = 0.780406 GB avg = 0.124 KB (by entry num) total key len = 0.175734 GB avg = 0.028 KB total ukey len = 0.125524 GB avg = 0.020 KB total ukey num = 0.006276214 Billion total entry num = 0.006276214 Billion write speed all = 0.048770564 MB/sec (with seq num) write speed all = 0.046209480 MB/sec (without seq num) 2024/11/20-14:14:26.739218 140256887453248 [compaction_job.cc:1948] [default] [JOB 9302] Generated table #33896: 738774 keys, 31665210 bytes, temperature: kWarm 2024/11/20-14:14:26.739314 140256887453248 EVENT_LOG_v1 {"time_micros": 1732083266739269, "cf_name": "default", "job": 9302, "event": "table_file_creation", "file_number": 33896, "file_size": 31665210, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625359, "largest_seqno": 617777195, "table_properties": {"data_size": 26892688, "index_size": 1405632, "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": 20685672, "raw_average_key_size": 28, "raw_value_size": 86750100, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 738774, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732083264, "oldest_key_time": 0, "file_creation_time": 1732083264, "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": 33896, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:14:26.762337 140256887453248 [compaction_job.cc:703] job-09302: subcompact[0], size: 0.268984 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09302/att-01 [033890,033891,033892,033893,033894,033895,033896] 2024/11/20-14:14:26.809397 140256887453248 (Original Log Time 2024/11/20-14:14:03.381250) EVENT_LOG_v1 {"time_micros": 1732083243381205, "job": 9302, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [33885], "files_L3": [33851, 33852, 33853, 33854, 33754, 33755, 33756], "score": 0.834856, "input_data_size": 292768925, "oldest_snapshot_seqno": 618508380} 2024/11/20-14:14:26.809401 140256887453248 (Original Log Time 2024/11/20-14:14:26.808642) [compaction_job.cc:2022] [default] [JOB 9302] Compacted 1@2 + 7@3 files to L3 => 268984202 bytes 2024/11/20-14:14:26.809402 140256887453248 (Original Log Time 2024/11/20-14:14:26.809332) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 12.5 rd, 11.5 wr, level 3, files in(1, 7) out(7 +0 blob) MB in(27.2, 252.0 +0.0 blob) out(256.5 +0.0 blob), read-write-amplify(19.7) write-amplify(9.4) OK, records in: 6384953, records dropped: 108739 output_compression: Snappy 2024/11/20-14:14:26.809407 140256887453248 (Original Log Time 2024/11/20-14:14:26.809375) EVENT_LOG_v1 {"time_micros": 1732083266809354, "cf": "default", "job": 9302, "event": "compaction_finished", "compaction_time_micros": 23381100, "compaction_time_cpu_micros": 10506833, "output_level": 3, "num_output_files": 7, "total_output_size": 268984202, "num_input_records": 6384953, "num_output_records": 6276214, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 224851246, "file_range_sync_nanos": 0, "file_fsync_nanos": 6268, "file_prepare_write_nanos": 19980, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-14:14:26.938926 140256887453248 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":1732083243,"executesMs":23607,"compactionJobId":9302,"attempt":1,"compactionInputRawBytes":928183550,"compactionInputZipBytes":292768925,"compactionOutputRawBytes":0,"compactionOutputZipBytes":268984202,"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-5e7f6a25ace93194d735dd5b48dfd83c-2d55cf8797b02a24-00"}}, response = 2024/11/20-14:14:26.939033 140256887453248 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-09302/att-01: olev 3, work 23.608 s, result 6.027 ms, install 0.784 ms, input{raw 885.185 MiB zip 279.206 MiB}