2024/11/20-15:23:25.767997 140257256732224 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00: fork to child time = 0.008372 sec 2024/11/20-15:23:25.768543 140257256732224 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00 2024/11/20-15:23:25.775055 140257256732224 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00 2024/11/20-15:23:25.776680 140257256732224 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:23:25.776928 140257256732224 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-15:23:25.831629 140257256732224 [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-12527/att-00/MANIFEST-019309 2024/11/20-15:23:25.866929 140257256732224 [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-12527/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 39440, last_sequence is 701467549, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 39268 2024/11/20-15:23:25.866935 140257256732224 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:23:25.867008 140257256732224 [version_set.cc:5724] Creating manifest 39440 2024/11/20-15:23:25.907452 140257256732224 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:23:25.930720 140257256732224 [compaction_job.cc:2437] [default] [JOB 12527] Compacting 1@2 + 8@3 files to L3, score 0.90, subcompactions 1 : 1 2024/11/20-15:23:25.930731 140257256732224 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10166 Base level 2, inputs: [39436(16MB)], [39403(38MB) 39404(38MB) 39405(38MB) 39406(37MB) 39407(35MB) 39408(36MB) 39409(38MB) 39410(38MB)] 2024/11/20-15:23:25.936214 140257256732224 [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-15:23:25.936237 140257256732224 [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-15:23:25.936257 140257256732224 [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-15:23:25.936264 140257256732224 [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-15:23:25.936274 140257256732224 [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-15:23:26.436703 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039441.sst) /dev/shm/ToplingTemp/Topling-480228-tNcpjO 2024/11/20-15:23:26.950397 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039441.sst): first pass time = 0.51's, 261.302'MB/sec 2024/11/20-15:23:29.071635 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039441.sst): old prealloc_size = 147639500, real_size = 36085920 2024/11/20-15:23:29.072256 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039441.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926806 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1083 GB zip-val = 0.0341 GB avg-val = 116.82 avg-zval = 36.77 2024/11/20-15:23:29.073112 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039441.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-15:23:30.019965 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039441.sst): second pass time = 2.12's, 51.061'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.95's, 42.374'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2977.463'MB/sec (index lex order gen) rebuild zvType time = 0.77's, 0.301'MB/sec write SST data time = 0.18's, 226.772'MB/sec dict compress time = 3544385890.27's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 20803.335'MB/sec zip my value time = 2.12's, unzip length = 0.108'GB zip my value throughput = 51.061'MB/sec zip pipeline throughput = 111.636'MB/sec entries = 926806 avg-key = 28.00 avg-zkey = 1.92 avg-val = 116.82 avg-zval = 36.77 usrkeys = 926806 avg-key = 20.00 avg-zkey = 1.92 avg-val = 123.82 avg-zval = 36.77 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 926806 bytes = 3243840 } seq expand size = 6487642 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0341 GB dict = 1.08 MB all = 0.0402 GB } UnZip/Zip{ index = 10.4430 value = 3.1769 dict = 1.00 all = 3.3401 } Zip/UnZip{ index = 0.0958 value = 0.3148 dict = 1.00 all = 0.2994 } ---------------------------- total value len = 0.114755 GB avg = 0.124 KB (by entry num) total key len = 0.025951 GB avg = 0.028 KB total ukey len = 0.018536 GB avg = 0.020 KB total ukey num = 0.000926806 Billion total entry num = 0.000926806 Billion write speed all = 0.005924896 MB/sec (with seq num) write speed all = 0.005612685 MB/sec (without seq num) 2024/11/20-15:23:30.086101 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39441: 926806 keys, 40184226 bytes, temperature: kWarm 2024/11/20-15:23:30.086223 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087410086164, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39441, "file_size": 40184226, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625257, "largest_seqno": 700854622, "table_properties": {"data_size": 34079056, "index_size": 1774976, "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": 25950568, "raw_average_key_size": 28, "raw_value_size": 108267296, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926806, "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": 1732087406, "oldest_key_time": 0, "file_creation_time": 1732087406, "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": 39441, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:30.138742 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039442.sst) /dev/shm/ToplingTemp/Topling-480228-kExpSM 2024/11/20-15:23:30.995944 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039442.sst): first pass time = 0.86's, 156.586'MB/sec 2024/11/20-15:23:32.300215 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039442.sst): old prealloc_size = 147639500, real_size = 36286864 2024/11/20-15:23:32.300884 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039442.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926010 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.97 raw-val = 0.1083 GB zip-val = 0.0342 GB avg-val = 116.94 avg-zval = 36.97 2024/11/20-15:23:32.302054 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039442.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-15:23:33.249513 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039442.sst): second pass time = 1.30's, 83.082'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.95's, 42.544'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2818.969'MB/sec (index lex order gen) rebuild zvType time = 0.72's, 0.322'MB/sec write SST data time = 0.23's, 175.429'MB/sec dict compress time = 349206.62's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 33317.263'MB/sec zip my value time = 1.30's, unzip length = 0.108'GB zip my value throughput = 83.082'MB/sec zip pipeline throughput = 83.082'MB/sec entries = 926010 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.94 avg-zval = 36.97 usrkeys = 926010 avg-key = 20.00 avg-zkey = 1.97 avg-val = 123.94 avg-zval = 36.97 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 926010 bytes = 3241056 } seq expand size = 6482070 multi value expand size = 0 cnt WriteAppend = 41 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0342 GB dict = 1.08 MB all = 0.0404 GB } UnZip/Zip{ index = 10.1765 value = 3.1631 dict = 1.00 all = 3.3233 } Zip/UnZip{ index = 0.0983 value = 0.3161 dict = 1.00 all = 0.3009 } ---------------------------- total value len = 0.229526 GB avg = 0.124 KB (by entry num) total key len = 0.051879 GB avg = 0.028 KB total ukey len = 0.037056 GB avg = 0.020 KB total ukey num = 0.001852816 Billion total entry num = 0.001852816 Billion write speed all = 0.011847942 MB/sec (with seq num) write speed all = 0.011223872 MB/sec (without seq num) 2024/11/20-15:23:33.298069 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39442: 926010 keys, 40386812 bytes, temperature: kWarm 2024/11/20-15:23:33.298131 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087413298101, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39442, "file_size": 40386812, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 505009814, "largest_seqno": 700852608, "table_properties": {"data_size": 34235264, "index_size": 1819904, "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": 25928280, "raw_average_key_size": 28, "raw_value_size": 108289476, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926010, "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": 1732087410, "oldest_key_time": 0, "file_creation_time": 1732087410, "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": 39442, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:33.337744 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039443.sst) /dev/shm/ToplingTemp/Topling-480228-vOPbQK 2024/11/20-15:23:34.194462 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039443.sst): first pass time = 0.86's, 156.672'MB/sec 2024/11/20-15:23:35.410429 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039443.sst): old prealloc_size = 147639500, real_size = 36041776 2024/11/20-15:23:35.411120 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039443.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926875 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1083 GB zip-val = 0.0340 GB avg-val = 116.81 avg-zval = 36.72 2024/11/20-15:23:35.411902 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039443.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-15:23:36.369375 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039443.sst): second pass time = 1.22's, 89.100'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.96's, 41.734'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2733.630'MB/sec (index lex order gen) rebuild zvType time = 0.82's, 0.281'MB/sec write SST data time = 0.13's, 297.146'MB/sec dict compress time = 349206.62's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 33356.554'MB/sec zip my value time = 1.22's, unzip length = 0.108'GB zip my value throughput = 89.100'MB/sec zip pipeline throughput = 89.100'MB/sec entries = 926875 avg-key = 28.00 avg-zkey = 1.92 avg-val = 116.81 avg-zval = 36.72 usrkeys = 926875 avg-key = 20.00 avg-zkey = 1.92 avg-val = 123.23 avg-zval = 36.72 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 850302 bytes = 2976064 } seq expand size = 5952114 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0340 GB dict = 1.08 MB all = 0.0400 GB } UnZip/Zip{ index = 10.4438 value = 3.1810 dict = 1.00 all = 3.3537 } Zip/UnZip{ index = 0.0958 value = 0.3144 dict = 1.00 all = 0.2982 } ---------------------------- total value len = 0.343744 GB avg = 0.124 KB (by entry num) total key len = 0.077831 GB avg = 0.028 KB total ukey len = 0.055594 GB avg = 0.020 KB total ukey num = 0.002779691 Billion total entry num = 0.002779691 Billion write speed all = 0.017747152 MB/sec (with seq num) write speed all = 0.016811013 MB/sec (without seq num) 2024/11/20-15:23:36.418835 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39443: 926875 keys, 40020812 bytes, temperature: kWarm 2024/11/20-15:23:36.418910 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087416418878, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39443, "file_size": 40020812, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 700854753, "table_properties": {"data_size": 34034912, "index_size": 1774976, "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": 25952500, "raw_average_key_size": 28, "raw_value_size": 108265318, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926875, "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": 1732087413, "oldest_key_time": 0, "file_creation_time": 1732087413, "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": 39443, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:36.455621 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039444.sst) /dev/shm/ToplingTemp/Topling-480228-XRZd2O 2024/11/20-15:23:37.362907 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039444.sst): first pass time = 0.91's, 147.940'MB/sec 2024/11/20-15:23:38.660442 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039444.sst): old prealloc_size = 147639500, real_size = 34851120 2024/11/20-15:23:38.661112 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039444.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926258 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.89 raw-val = 0.1083 GB zip-val = 0.0329 GB avg-val = 116.90 avg-zval = 35.48 2024/11/20-15:23:38.661922 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039444.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-15:23:39.543067 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039444.sst): second pass time = 1.30's, 83.496'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.88's, 44.132'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2733.781'MB/sec (index lex order gen) rebuild zvType time = 0.75's, 0.308'MB/sec write SST data time = 0.13's, 301.897'MB/sec dict compress time = 349206.62's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 26330.750'MB/sec zip my value time = 1.30's, unzip length = 0.108'GB zip my value throughput = 83.496'MB/sec zip pipeline throughput = 131.351'MB/sec entries = 926258 avg-key = 28.00 avg-zkey = 1.89 avg-val = 116.90 avg-zval = 35.48 usrkeys = 926258 avg-key = 20.00 avg-zkey = 1.89 avg-val = 123.90 avg-zval = 35.48 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 926258 bytes = 3241920 } seq expand size = 6483806 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0329 GB dict = 1.08 MB all = 0.0390 GB } UnZip/Zip{ index = 10.5791 value = 3.2944 dict = 1.00 all = 3.4458 } Zip/UnZip{ index = 0.0945 value = 0.3035 dict = 1.00 all = 0.2902 } ---------------------------- total value len = 0.458510 GB avg = 0.124 KB (by entry num) total key len = 0.103767 GB avg = 0.028 KB total ukey len = 0.074119 GB avg = 0.020 KB total ukey num = 0.003705949 Billion total entry num = 0.003705949 Billion write speed all = 0.023667137 MB/sec (with seq num) write speed all = 0.022419222 MB/sec (without seq num) 2024/11/20-15:23:39.589990 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39444: 926258 keys, 38951354 bytes, temperature: kWarm 2024/11/20-15:23:39.590071 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087419590024, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39444, "file_size": 38951354, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 515788917, "largest_seqno": 700854396, "table_properties": {"data_size": 32868256, "index_size": 1751104, "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": 25935224, "raw_average_key_size": 28, "raw_value_size": 108282552, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926258, "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": 1732087416, "oldest_key_time": 0, "file_creation_time": 1732087416, "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": 39444, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:39.627404 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039445.sst) /dev/shm/ToplingTemp/Topling-480228-NivvjM 2024/11/20-15:23:40.412637 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039445.sst): first pass time = 0.79's, 170.934'MB/sec 2024/11/20-15:23:41.812258 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039445.sst): old prealloc_size = 147639500, real_size = 36434832 2024/11/20-15:23:41.813070 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039445.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926869 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.0344 GB avg-val = 116.81 avg-zval = 37.12 2024/11/20-15:23:41.813311 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039445.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-15:23:42.534410 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039445.sst): second pass time = 1.40's, 77.408'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.72's, 52.339'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2294.812'MB/sec (index lex order gen) rebuild zvType time = 0.58's, 0.401'MB/sec write SST data time = 0.14's, 262.449'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 33958.065'MB/sec zip my value time = 1.40's, unzip length = 0.108'GB zip my value throughput = 77.408'MB/sec zip pipeline throughput = 77.408'MB/sec entries = 926869 avg-key = 28.00 avg-zkey = 1.94 avg-val = 116.81 avg-zval = 37.12 usrkeys = 926869 avg-key = 20.00 avg-zkey = 1.94 avg-val = 117.84 avg-zval = 37.12 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 136039 bytes = 357120 } seq expand size = 952273 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0344 GB dict = 1.08 MB all = 0.0378 GB } UnZip/Zip{ index = 10.3055 value = 3.1469 dict = 1.00 all = 3.5511 } Zip/UnZip{ index = 0.0970 value = 0.3178 dict = 1.00 all = 0.2816 } ---------------------------- total value len = 0.567728 GB avg = 0.123 KB (by entry num) total key len = 0.129719 GB avg = 0.028 KB total ukey len = 0.092656 GB avg = 0.020 KB total ukey num = 0.004632818 Billion total entry num = 0.004632818 Billion write speed all = 0.029352964 MB/sec (with seq num) write speed all = 0.027793138 MB/sec (without seq num) 2024/11/20-15:23:42.583951 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39445: 926869 keys, 37795839 bytes, temperature: kWarm 2024/11/20-15:23:42.584017 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087422583988, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39445, "file_size": 37795839, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 517171491, "table_properties": {"data_size": 34404160, "index_size": 1798784, "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": 25952332, "raw_average_key_size": 28, "raw_value_size": 108265398, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926869, "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": 1732087419, "oldest_key_time": 0, "file_creation_time": 1732087419, "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": 39445, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:42.621694 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039446.sst) /dev/shm/ToplingTemp/Topling-480228-pd4dbM 2024/11/20-15:23:43.404604 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039446.sst): first pass time = 0.78's, 171.443'MB/sec 2024/11/20-15:23:44.711545 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039446.sst): old prealloc_size = 147639500, real_size = 36371584 2024/11/20-15:23:44.712284 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039446.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926644 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1083 GB zip-val = 0.0344 GB avg-val = 116.84 avg-zval = 37.09 2024/11/20-15:23:44.712707 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039446.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-15:23:45.464177 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039446.sst): second pass time = 1.31's, 82.905'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.75's, 51.144'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2538.093'MB/sec (index lex order gen) rebuild zvType time = 0.60's, 0.386'MB/sec write SST data time = 0.15's, 253.657'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 31449.037'MB/sec zip my value time = 1.31's, unzip length = 0.108'GB zip my value throughput = 82.905'MB/sec zip pipeline throughput = 82.905'MB/sec entries = 926644 avg-key = 28.00 avg-zkey = 1.92 avg-val = 116.84 avg-zval = 37.09 usrkeys = 926644 avg-key = 20.00 avg-zkey = 1.92 avg-val = 119.78 avg-zval = 37.09 TagRS{ kinds = RS_Key0_TagN bytes = 144880 } TagArray{ size = 388587 bytes = 1117200 } seq expand size = 2720109 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0344 GB dict = 1.08 MB all = 0.0385 GB } UnZip/Zip{ index = 10.4438 value = 3.1506 dict = 1.00 all = 3.4869 } Zip/UnZip{ index = 0.0958 value = 0.3174 dict = 1.00 all = 0.2868 } ---------------------------- total value len = 0.678720 GB avg = 0.122 KB (by entry num) total key len = 0.155665 GB avg = 0.028 KB total ukey len = 0.111189 GB avg = 0.020 KB total ukey num = 0.005559462 Billion total entry num = 0.005559462 Billion write speed all = 0.035111843 MB/sec (with seq num) write speed all = 0.033240256 MB/sec (without seq num) 2024/11/20-15:23:45.510075 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39446: 926644 keys, 38492125 bytes, temperature: kWarm 2024/11/20-15:23:45.510136 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087425510107, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39446, "file_size": 38492125, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 528545616, "table_properties": {"data_size": 34365232, "index_size": 1774528, "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": 25946032, "raw_average_key_size": 28, "raw_value_size": 108271712, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926644, "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": 1732087422, "oldest_key_time": 0, "file_creation_time": 1732087422, "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": 39446, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:45.545516 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039447.sst) /dev/shm/ToplingTemp/Topling-480228-pfp7CM 2024/11/20-15:23:46.368942 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039447.sst): first pass time = 0.82's, 163.005'MB/sec 2024/11/20-15:23:47.552185 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039447.sst): old prealloc_size = 147639500, real_size = 36995408 2024/11/20-15:23:47.552771 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039447.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926723 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.89 raw-val = 0.1083 GB zip-val = 0.0350 GB avg-val = 116.83 avg-zval = 37.78 2024/11/20-15:23:47.553454 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039447.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-15:23:48.359939 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039447.sst): second pass time = 1.18's, 91.566'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.81's, 50.012'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3122.541'MB/sec (index lex order gen) rebuild zvType time = 0.68's, 0.342'MB/sec write SST data time = 0.13's, 313.271'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 32051.322'MB/sec zip my value time = 1.18's, unzip length = 0.108'GB zip my value throughput = 91.566'MB/sec zip pipeline throughput = 91.566'MB/sec entries = 926723 avg-key = 28.00 avg-zkey = 1.89 avg-val = 116.83 avg-zval = 37.78 usrkeys = 926723 avg-key = 20.00 avg-zkey = 1.89 avg-val = 122.01 avg-zval = 37.78 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 685184 bytes = 2398160 } seq expand size = 4796288 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0350 GB dict = 1.08 MB all = 0.0404 GB } UnZip/Zip{ index = 10.5817 value = 3.0924 dict = 1.00 all = 3.3225 } Zip/UnZip{ index = 0.0945 value = 0.3234 dict = 1.00 all = 0.3010 } ---------------------------- total value len = 0.791786 GB avg = 0.122 KB (by entry num) total key len = 0.181613 GB avg = 0.028 KB total ukey len = 0.129724 GB avg = 0.020 KB total ukey num = 0.006486185 Billion total entry num = 0.006486185 Billion write speed all = 0.040956722 MB/sec (with seq num) write speed all = 0.038773420 MB/sec (without seq num) 2024/11/20-15:23:48.407720 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39447: 926723 keys, 40396722 bytes, temperature: kWarm 2024/11/20-15:23:48.407785 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087428407754, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39447, "file_size": 40396722, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 700853931, "table_properties": {"data_size": 35011968, "index_size": 1751552, "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": 25948244, "raw_average_key_size": 28, "raw_value_size": 108269566, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926723, "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": 1732087425, "oldest_key_time": 0, "file_creation_time": 1732087425, "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": 39447, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:48.446313 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039448.sst) /dev/shm/ToplingTemp/Topling-480228-oNB5qN 2024/11/20-15:23:49.294033 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039448.sst): first pass time = 0.85's, 158.335'MB/sec 2024/11/20-15:23:50.430481 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039448.sst): old prealloc_size = 147639500, real_size = 36410848 2024/11/20-15:23:50.431126 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039448.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 923877 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1083 GB zip-val = 0.0344 GB avg-val = 117.28 avg-zval = 37.26 2024/11/20-15:23:50.431891 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039448.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-15:23:51.302830 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039448.sst): second pass time = 1.14's, 95.413'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.87's, 46.408'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2835.610'MB/sec (index lex order gen) rebuild zvType time = 0.74's, 0.311'MB/sec write SST data time = 0.13's, 311.340'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 = 31463.895'MB/sec zip my value time = 1.14's, unzip length = 0.108'GB zip my value throughput = 95.413'MB/sec zip pipeline throughput = 95.413'MB/sec entries = 923877 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.28 avg-zval = 37.26 usrkeys = 923877 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.17 avg-zval = 37.26 TagRS{ kinds = RS_Key0_TagN bytes = 144440 } TagArray{ size = 909799 bytes = 3070592 } seq expand size = 6368593 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0344 GB dict = 1.08 MB all = 0.0405 GB } UnZip/Zip{ index = 10.5131 value = 3.1477 dict = 1.00 all = 3.3154 } Zip/UnZip{ index = 0.0951 value = 0.3177 dict = 1.00 all = 0.3016 } ---------------------------- total value len = 0.906503 GB avg = 0.122 KB (by entry num) total key len = 0.207482 GB avg = 0.028 KB total ukey len = 0.148201 GB avg = 0.020 KB total ukey num = 0.007410062 Billion total entry num = 0.007410062 Billion write speed all = 0.046866229 MB/sec (with seq num) write speed all = 0.044372252 MB/sec (without seq num) 2024/11/20-15:23:51.350845 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39448: 923877 keys, 40483078 bytes, temperature: kWarm 2024/11/20-15:23:51.350912 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087431350882, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39448, "file_size": 40483078, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 700853355, "table_properties": {"data_size": 34422096, "index_size": 1757568, "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": 25868556, "raw_average_key_size": 28, "raw_value_size": 108349202, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 923877, "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": 1732087428, "oldest_key_time": 0, "file_creation_time": 1732087428, "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": 39448, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:51.394785 140257256732224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039449.sst) /dev/shm/ToplingTemp/Topling-480228-u6Ea4K 2024/11/20-15:23:51.459186 140257256732224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039449.sst): first pass time = 0.06's, 241.334'MB/sec 2024/11/20-15:23:51.589383 140257256732224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039449.sst): old prealloc_size = 147639500, real_size = 4698528 2024/11/20-15:23:51.589515 140257256732224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039449.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 106401 prefix = 4 raw-key = 0.0017 GB zip-key = 0.0002 GB avg-key = 16.00 avg-zkey = 1.94 raw-val = 0.0126 GB zip-val = 0.0045 GB avg-val = 118.00 avg-zval = 41.97 2024/11/20-15:23:51.589643 140257256732224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039449.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.016 GB 2024/11/20-15:23:51.684064 140257256732224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00/039449.sst): second pass time = 0.13's, 97.003'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.09's, 54.400'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2053.912'MB/sec (index lex order gen) rebuild zvType time = 0.08's, 0.336'MB/sec write SST data time = 0.02's, 333.804'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.130'MB, throughput = 3391.370'MB/sec zip my value time = 0.13's, unzip length = 0.013'GB zip my value throughput = 97.003'MB/sec zip pipeline throughput = 97.003'MB/sec entries = 106401 avg-key = 28.00 avg-zkey = 1.94 avg-val = 118.00 avg-zval = 41.97 usrkeys = 106401 avg-key = 20.00 avg-zkey = 1.94 avg-val = 125.00 avg-zval = 41.97 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 106401 bytes = 345824 } seq expand size = 744807 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0021 GB value = 0.0126 GB dict = 0.13 MB all = 0.0155 GB } __ZipSize{ index = 0.0002 GB value = 0.0045 GB dict = 0.13 MB all = 0.0051 GB } UnZip/Zip{ index = 10.3134 value = 2.8117 dict = 1.00 all = 3.0168 } Zip/UnZip{ index = 0.0970 value = 0.3557 dict = 1.00 all = 0.3315 } ---------------------------- total value len = 0.919804 GB avg = 0.122 KB (by entry num) total key len = 0.210461 GB avg = 0.028 KB total ukey len = 0.150329 GB avg = 0.020 KB total ukey num = 0.007516463 Billion total entry num = 0.007516463 Billion write speed all = 0.047550351 MB/sec (with seq num) write speed all = 0.045020604 MB/sec (without seq num) 2024/11/20-15:23:51.696375 140257256732224 [compaction_job.cc:1948] [default] [JOB 12527] Generated table #39449: 106401 keys, 5149321 bytes, temperature: kWarm 2024/11/20-15:23:51.696429 140257256732224 EVENT_LOG_v1 {"time_micros": 1732087431696401, "cf_name": "default", "job": 12527, "event": "table_file_creation", "file_number": 39449, "file_size": 5149321, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 625505845, "largest_seqno": 666687471, "table_properties": {"data_size": 4465424, "index_size": 206336, "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": 2979228, "raw_average_key_size": 28, "raw_value_size": 12555318, "raw_average_value_size": 118, "num_data_blocks": 1, "num_entries": 106401, "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": 118, "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": 1732087431, "oldest_key_time": 0, "file_creation_time": 1732087431, "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": 39449, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:23:51.707294 140257256732224 [compaction_job.cc:703] job-12527: subcompact[0], size: 0.321860 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12527/att-00 [039441,039442,039443,039444,039445,039446,039447,039448,039449] 2024/11/20-15:23:51.764446 140257256732224 (Original Log Time 2024/11/20-15:23:25.930780) EVENT_LOG_v1 {"time_micros": 1732087405930743, "job": 12527, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [39436], "files_L3": [39403, 39404, 39405, 39406, 39407, 39408, 39409, 39410], "score": 0.896143, "input_data_size": 334309368, "oldest_snapshot_seqno": 701467433} 2024/11/20-15:23:51.764450 140257256732224 (Original Log Time 2024/11/20-15:23:51.763497) [compaction_job.cc:2022] [default] [JOB 12527] Compacted 1@2 + 8@3 files to L3 => 321860289 bytes 2024/11/20-15:23:51.764451 140257256732224 (Original Log Time 2024/11/20-15:23:51.764376) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 13.0 rd, 12.5 wr, level 3, files in(1, 8) out(9 +0 blob) MB in(16.5, 302.3 +0.0 blob) out(306.9 +0.0 blob), read-write-amplify(37.8) write-amplify(18.6) OK, records in: 7551165, records dropped: 34702 output_compression: Snappy 2024/11/20-15:23:51.764455 140257256732224 (Original Log Time 2024/11/20-15:23:51.764424) EVENT_LOG_v1 {"time_micros": 1732087431764401, "cf": "default", "job": 12527, "event": "compaction_finished", "compaction_time_micros": 25776519, "compaction_time_cpu_micros": 11209356, "output_level": 3, "num_output_files": 9, "total_output_size": 321860289, "num_input_records": 7551165, "num_output_records": 7516463, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 241226865, "file_range_sync_nanos": 0, "file_fsync_nanos": 7614, "file_prepare_write_nanos": 36288, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-15:23:51.887965 140257256732224 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":1732087405,"executesMs":25989,"compactionJobId":12527,"attempt":0,"compactionInputRawBytes":1094204486,"compactionInputZipBytes":334309368,"compactionOutputRawBytes":0,"compactionOutputZipBytes":321860289,"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-cc984cfab399a7eebbf452138ed6e37a-0c4ba3023022f7cc-00"}}, response = 2024/11/20-15:23:51.888066 140257256732224 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-12527/att-00: olev 3, work 25.989 s, result 6.011 ms, install 0.973 ms, input{raw 1.019 GiB zip 318.822 MiB}