2024/11/20-21:57:57.629982 140007879996992 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00: fork to child time = 0.009075 sec 2024/11/20-21:57:57.630509 140007879996992 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00 2024/11/20-21:57:57.636977 140007879996992 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00 2024/11/20-21:57:57.638668 140007879996992 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-21:57:57.638897 140007879996992 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-21:57:57.681193 140007879996992 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-15954/att-00/MANIFEST-049091 2024/11/20-21:57:57.737427 140007879996992 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-15954/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 76328, last_sequence is 1202645045, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 76111 2024/11/20-21:57:57.737433 140007879996992 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-21:57:57.737509 140007879996992 [version_set.cc:5724] Creating manifest 76328 2024/11/20-21:57:57.767647 140007879996992 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-21:57:57.784988 140007879996992 [compaction_job.cc:2437] [default] [JOB 15954] Compacting 1@2 + 9@3 files to L3, score 0.96, subcompactions 1 : 1 2024/11/20-21:57:57.784998 140007879996992 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 12453 Base level 2, inputs: [76254(31MB)], [76304(40MB) 76305(1634KB) 76174(40MB) 76175(39MB) 76176(40MB) 76177(40MB) 76178(39MB) 76179(39MB) 76277(40MB)] 2024/11/20-21:57:57.792274 140007879996992 [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-21:57:57.792297 140007879996992 [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-21:57:57.792315 140007879996992 [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-21:57:57.792322 140007879996992 [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-21:57:57.792331 140007879996992 [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-21:57:58.396058 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076329.sst) /dev/shm/ToplingTemp/Topling-1047582-VMebRo 2024/11/20-21:57:58.572206 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076329.sst): first pass time = 0.18's, 762.143'MB/sec 2024/11/20-21:57:59.249596 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076329.sst): old prealloc_size = 147639500, real_size = 40971216 2024/11/20-21:57:59.249717 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076329.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129425 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.04 avg-zval = 314.60 2024/11/20-21:57:59.249894 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076329.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:57:59.412437 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076329.sst): second pass time = 0.68's, 194.545'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.669'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2224.292'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.04's, 957.463'MB/sec dict compress time = 0.00's, 1378183.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24707.476'MB/sec zip my value time = 0.68's, unzip length = 0.132'GB zip my value throughput = 194.545'MB/sec zip pipeline throughput = 194.545'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.04 avg-zval = 314.60 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1024.04 avg-zval = 314.60 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129425 bytes = 453008 } seq expand size = 905975 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.9934 value = 3.2328 dict = 1.00 all = 3.1380 } Zip/UnZip{ index = 0.1430 value = 0.3093 dict = 1.00 all = 0.3187 } ---------------------------- total value len = 563.198268 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144001 Billion total entry num = 1.700646023 Billion write speed all = 43.217791997 MB/sec (with seq num) write speed all = 42.249939230 MB/sec (without seq num) 2024/11/20-21:57:59.464892 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76329: 129425 keys, 42771782 bytes, temperature: kWarm 2024/11/20-21:57:59.464972 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111079464933, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76329, "file_size": 42771782, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1201364245, "table_properties": {"data_size": 40716608, "index_size": 222080, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588500, "raw_average_key_size": 20, "raw_value_size": 131630196, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129425, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111078, "oldest_key_time": 0, "file_creation_time": 1732111078, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76329, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:57:59.498770 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076330.sst) /dev/shm/ToplingTemp/Topling-1047582-oRUh5o 2024/11/20-21:58:00.034210 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076330.sst): first pass time = 0.54's, 250.686'MB/sec 2024/11/20-21:58:00.689765 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076330.sst): old prealloc_size = 147639500, real_size = 40684704 2024/11/20-21:58:00.689900 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076330.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.00 avg-zval = 312.37 2024/11/20-21:58:00.690006 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076330.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:58:00.851905 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076330.sst): second pass time = 0.65's, 201.038'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 260.606'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2134.462'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.04's, 978.462'MB/sec dict compress time = 2314885530.82's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40407.725'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 201.038'MB/sec zip pipeline throughput = 299.078'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 312.37 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1020.08 avg-zval = 312.37 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 57008 bytes = 199536 } seq expand size = 399056 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0404 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 7.0018 value = 3.2557 dict = 1.00 all = 3.1766 } Zip/UnZip{ index = 0.1428 value = 0.3072 dict = 1.00 all = 0.3148 } ---------------------------- total value len = 563.330297 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273431 Billion total entry num = 1.700775453 Billion write speed all = 43.222942372 MB/sec (with seq num) write speed all = 42.255115053 MB/sec (without seq num) 2024/11/20-21:58:00.902022 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76330: 129430 keys, 42251782 bytes, temperature: kWarm 2024/11/20-21:58:00.902092 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111080902063, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76330, "file_size": 42251782, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201364249, "table_properties": {"data_size": 40430352, "index_size": 221824, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629762, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111079, "oldest_key_time": 0, "file_creation_time": 1732111079, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76330, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:00.939315 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076331.sst) /dev/shm/ToplingTemp/Topling-1047582-eOH9os 2024/11/20-21:58:01.494231 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076331.sst): first pass time = 0.55's, 241.887'MB/sec 2024/11/20-21:58:02.031697 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076331.sst): old prealloc_size = 147639500, real_size = 40454064 2024/11/20-21:58:02.031835 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076331.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.76 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.54 2024/11/20-21:58:02.031908 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076331.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:58:02.193108 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076331.sst): second pass time = 0.54's, 245.262'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.736'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1982.025'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 956.033'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25099.809'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 245.262'MB/sec zip pipeline throughput = 245.262'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1016.99 avg-zval = 310.54 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1018.48 avg-zval = 310.54 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 27687 bytes = 96912 } seq expand size = 193809 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.8112 value = 3.2749 dict = 1.00 all = 3.2019 } Zip/UnZip{ index = 0.1468 value = 0.3054 dict = 1.00 all = 0.3123 } ---------------------------- total value len = 563.462120 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402862 Billion total entry num = 1.700904884 Billion write speed all = 43.228379241 MB/sec (with seq num) write speed all = 42.260570598 MB/sec (without seq num) 2024/11/20-21:58:02.249388 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76331: 129431 keys, 41918776 bytes, temperature: kWarm 2024/11/20-21:58:02.249450 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111082249419, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76331, "file_size": 41918776, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201334974, "table_properties": {"data_size": 40193504, "index_size": 228032, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629439, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111080, "oldest_key_time": 0, "file_creation_time": 1732111080, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76331, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:02.285327 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076332.sst) /dev/shm/ToplingTemp/Topling-1047582-EIlj3r 2024/11/20-21:58:02.771765 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076332.sst): first pass time = 0.49's, 275.941'MB/sec 2024/11/20-21:58:03.376524 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076332.sst): old prealloc_size = 147639500, real_size = 40488016 2024/11/20-21:58:03.376680 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076332.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.81 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.76 2024/11/20-21:58:03.376807 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076332.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:58:03.542823 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076332.sst): second pass time = 0.60's, 217.976'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.619'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1797.598'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.05's, 873.265'MB/sec dict compress time = 0.00's, 1269091.160'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24688.013'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 217.976'MB/sec zip pipeline throughput = 279.740'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.81 avg-val = 1016.99 avg-zval = 310.76 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.81 avg-val = 1019.29 avg-zval = 310.76 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 42525 bytes = 148848 } seq expand size = 297675 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0420 GB } UnZip/Zip{ index = 6.6343 value = 3.2726 dict = 1.00 all = 3.1953 } Zip/UnZip{ index = 0.1507 value = 0.3056 dict = 1.00 all = 0.3130 } ---------------------------- total value len = 563.594048 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532293 Billion total entry num = 1.701034315 Billion write speed all = 43.233796311 MB/sec (with seq num) write speed all = 42.266006928 MB/sec (without seq num) 2024/11/20-21:58:03.598079 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76332: 129431 keys, 42004792 bytes, temperature: kWarm 2024/11/20-21:58:03.598141 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111083598111, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76332, "file_size": 42004792, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201359732, "table_properties": {"data_size": 40221376, "index_size": 234112, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629853, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111082, "oldest_key_time": 0, "file_creation_time": 1732111082, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76332, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:03.636936 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076333.sst) /dev/shm/ToplingTemp/Topling-1047582-Byp05q 2024/11/20-21:58:04.118728 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076333.sst): first pass time = 0.48's, 278.598'MB/sec 2024/11/20-21:58:04.654156 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076333.sst): old prealloc_size = 147639500, real_size = 40456800 2024/11/20-21:58:04.654281 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076333.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129435 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.96 avg-zval = 310.54 2024/11/20-21:58:04.654368 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076333.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:58:04.821193 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076333.sst): second pass time = 0.53's, 246.224'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 251.054'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2107.572'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.05's, 818.115'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43198.978'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.224'MB/sec zip pipeline throughput = 246.224'MB/sec entries = 129435 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.96 avg-zval = 310.54 usrkeys = 129435 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1018.60 avg-zval = 310.54 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 30373 bytes = 106320 } seq expand size = 212611 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7677 value = 3.2748 dict = 1.00 all = 3.2010 } Zip/UnZip{ index = 0.1478 value = 0.3054 dict = 1.00 all = 0.3124 } ---------------------------- total value len = 563.725890 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661728 Billion total entry num = 1.701163750 Billion write speed all = 43.239425625 MB/sec (with seq num) write speed all = 42.271650586 MB/sec (without seq num) 2024/11/20-21:58:04.870682 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76333: 129435 keys, 41930728 bytes, temperature: kWarm 2024/11/20-21:58:04.870742 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111084870712, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76333, "file_size": 41930728, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201359870, "table_properties": {"data_size": 40194768, "index_size": 229504, "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": 2588700, "raw_average_key_size": 20, "raw_value_size": 131629802, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129435, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111083, "oldest_key_time": 0, "file_creation_time": 1732111083, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76333, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:04.907181 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076334.sst) /dev/shm/ToplingTemp/Topling-1047582-jhNu4q 2024/11/20-21:58:05.398130 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076334.sst): first pass time = 0.49's, 273.402'MB/sec 2024/11/20-21:58:05.923622 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076334.sst): old prealloc_size = 147639500, real_size = 40382688 2024/11/20-21:58:05.923735 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076334.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 310.06 2024/11/20-21:58:05.923800 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076334.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:58:06.081459 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076334.sst): second pass time = 0.52's, 250.830'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 264.681'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2413.494'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 974.125'MB/sec dict compress time = 140029.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 28861.080'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 250.830'MB/sec zip pipeline throughput = 250.830'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.02 avg-zval = 310.06 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1017.35 avg-zval = 310.06 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5957 bytes = 20864 } seq expand size = 41699 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0483 value = 3.2801 dict = 1.00 all = 3.2132 } Zip/UnZip{ index = 0.1419 value = 0.3049 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.857562 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.803461 GB avg = 0.014 KB total ukey num = 2.321791154 Billion total entry num = 1.701293176 Billion write speed all = 43.245097401 MB/sec (with seq num) write speed all = 42.277335464 MB/sec (without seq num) 2024/11/20-21:58:06.131546 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76334: 129426 keys, 41771447 bytes, temperature: kWarm 2024/11/20-21:58:06.131612 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111086131582, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76334, "file_size": 41771447, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201342691, "table_properties": {"data_size": 40129808, "index_size": 220352, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629411, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111084, "oldest_key_time": 0, "file_creation_time": 1732111084, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76334, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:06.168614 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076335.sst) /dev/shm/ToplingTemp/Topling-1047582-iexGRq 2024/11/20-21:58:06.690215 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076335.sst): first pass time = 0.52's, 257.336'MB/sec 2024/11/20-21:58:07.186887 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076335.sst): old prealloc_size = 147639500, real_size = 40397408 2024/11/20-21:58:07.187030 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076335.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 310.16 2024/11/20-21:58:07.187115 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076335.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:58:07.346748 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076335.sst): second pass time = 0.50's, 265.488'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 261.473'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1904.069'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.04's, 943.108'MB/sec dict compress time = 140029.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 29898.232'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 265.488'MB/sec zip pipeline throughput = 265.488'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 310.16 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.55 avg-zval = 310.16 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 9904 bytes = 34672 } seq expand size = 69328 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0016 value = 3.2790 dict = 1.00 all = 3.2110 } Zip/UnZip{ index = 0.1428 value = 0.3050 dict = 1.00 all = 0.3114 } ---------------------------- total value len = 563.989261 GB avg = 0.331 KB (by entry num) total key len = 44.332526 GB avg = 0.026 KB total ukey len = 32.805014 GB avg = 0.014 KB total ukey num = 2.321920581 Billion total entry num = 1.701422603 Billion write speed all = 43.250754712 MB/sec (with seq num) write speed all = 42.283006218 MB/sec (without seq num) 2024/11/20-21:58:07.397598 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76335: 129427 keys, 41799619 bytes, temperature: kWarm 2024/11/20-21:58:07.397669 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111087397637, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76335, "file_size": 41799619, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201336505, "table_properties": {"data_size": 40143056, "index_size": 221824, "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": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629675, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111086, "oldest_key_time": 0, "file_creation_time": 1732111086, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76335, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:07.433068 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076336.sst) /dev/shm/ToplingTemp/Topling-1047582-1jFGOs 2024/11/20-21:58:07.932804 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076336.sst): first pass time = 0.50's, 268.604'MB/sec 2024/11/20-21:58:08.493030 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076336.sst): old prealloc_size = 147639500, real_size = 40935664 2024/11/20-21:58:08.493149 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076336.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.98 avg-zval = 314.30 2024/11/20-21:58:08.493304 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076336.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:58:08.653428 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076336.sst): second pass time = 0.56's, 235.304'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 266.423'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2459.615'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 996.215'MB/sec dict compress time = 0.00's, 1376653.347'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 33371.192'MB/sec zip my value time = 0.56's, unzip length = 0.132'GB zip my value throughput = 235.304'MB/sec zip pipeline throughput = 235.304'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.98 avg-zval = 314.30 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1023.55 avg-zval = 314.30 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 121342 bytes = 424704 } seq expand size = 849394 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.9497 value = 3.2358 dict = 1.00 all = 3.1412 } Zip/UnZip{ index = 0.1439 value = 0.3090 dict = 1.00 all = 0.3183 } ---------------------------- total value len = 564.121739 GB avg = 0.332 KB (by entry num) total key len = 44.335115 GB avg = 0.026 KB total ukey len = 32.806567 GB avg = 0.014 KB total ukey num = 2.322050012 Billion total entry num = 1.701552034 Billion write speed all = 43.256339145 MB/sec (with seq num) write speed all = 42.288606938 MB/sec (without seq num) 2024/11/20-21:58:08.705906 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76336: 129431 keys, 42728109 bytes, temperature: kWarm 2024/11/20-21:58:08.705965 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111088705934, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76336, "file_size": 42728109, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201364226, "table_properties": {"data_size": 40679648, "index_size": 223488, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629181, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111087, "oldest_key_time": 0, "file_creation_time": 1732111087, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76336, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:08.742198 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076337.sst) /dev/shm/ToplingTemp/Topling-1047582-PUCtmp 2024/11/20-21:58:08.754179 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076337.sst): first pass time = 0.01's, 530.558'MB/sec 2024/11/20-21:58:08.802518 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076337.sst): old prealloc_size = 147639500, real_size = 1998248 2024/11/20-21:58:08.802554 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076337.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 6115 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.22 raw-val = 0.0062 GB zip-val = 0.0020 GB avg-val =1017.02 avg-zval = 326.28 2024/11/20-21:58:08.811905 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00/076337.sst): second pass time = 0.05's, 130.069'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 222.184'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 65.960'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.205'MB/sec write SST data time = 0.00's, 1102.040'MB/sec dict compress time = 0.02's, 2.570'MB/sec z-dict build time = 0.00's, sample length = 0.064'MB, throughput = 1596.009'MB/sec zip my value time = 0.05's, unzip length = 0.006'GB zip my value throughput = 130.069'MB/sec zip pipeline throughput = 130.069'MB/sec entries = 6115 avg-key = 20.00 avg-zkey = 0.22 avg-val = 1017.02 avg-zval = 326.28 usrkeys = 6115 avg-key = 12.00 avg-zkey = 0.22 avg-val = 1024.02 avg-zval = 326.28 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 6115 bytes = 21424 } seq expand size = 42805 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0062 GB dict = 0.06 MB all = 0.0063 GB } __ZipSize{ index = 0.0000 GB value = 0.0020 GB dict = 0.06 MB all = 0.0021 GB } UnZip/Zip{ index = 54.5982 value = 3.1170 dict = 1.00 all = 3.0442 } Zip/UnZip{ index = 0.0183 value = 0.3208 dict = 1.00 all = 0.3285 } ---------------------------- total value len = 564.128001 GB avg = 0.332 KB (by entry num) total key len = 44.335237 GB avg = 0.026 KB total ukey len = 32.806640 GB avg = 0.014 KB total ukey num = 2.322056127 Billion total entry num = 1.701558149 Billion write speed all = 43.256305617 MB/sec (with seq num) write speed all = 42.288580835 MB/sec (without seq num) 2024/11/20-21:58:08.821808 140007879996992 [compaction_job.cc:1948] [default] [JOB 15954] Generated table #76337: 6115 keys, 2083122 bytes, temperature: kWarm 2024/11/20-21:58:08.821855 140007879996992 EVENT_LOG_v1 {"time_micros": 1732111088821830, "cf_name": "default", "job": 15954, "event": "table_file_creation", "file_number": 76337, "file_size": 2083122, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980009580, "largest_seqno": 1201364227, "table_properties": {"data_size": 1995184, "index_size": 1344, "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": 122300, "raw_average_key_size": 20, "raw_value_size": 6219061, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 6115, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732111088, "oldest_key_time": 0, "file_creation_time": 1732111088, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 76337, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:58:08.830016 140007879996992 [compaction_job.cc:703] job-15954: subcompact[0], size: 0.339260 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15954/att-00 [076329,076330,076331,076332,076333,076334,076335,076336,076337] 2024/11/20-21:58:08.886636 140007879996992 (Original Log Time 2024/11/20-21:57:57.785056) EVENT_LOG_v1 {"time_micros": 1732111077785010, "job": 15954, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [76254], "files_L3": [76304, 76305, 76174, 76175, 76176, 76177, 76178, 76179, 76277], "score": 0.959864, "input_data_size": 371581639, "oldest_snapshot_seqno": 1202644489} 2024/11/20-21:58:08.886640 140007879996992 (Original Log Time 2024/11/20-21:58:08.885791) [compaction_job.cc:2022] [default] [JOB 15954] Compacted 1@2 + 9@3 files to L3 => 339260157 bytes 2024/11/20-21:58:08.886641 140007879996992 (Original Log Time 2024/11/20-21:58:08.886571) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 33.6 rd, 30.7 wr, level 3, files in(1, 9) out(9 +0 blob) MB in(31.2, 323.1 +0.0 blob) out(323.5 +0.0 blob), read-write-amplify(21.7) write-amplify(10.4) OK, records in: 1072293, records dropped: 30742 output_compression: Snappy 2024/11/20-21:58:08.886645 140007879996992 (Original Log Time 2024/11/20-21:58:08.886618) EVENT_LOG_v1 {"time_micros": 1732111088886594, "cf": "default", "job": 15954, "event": "compaction_finished", "compaction_time_micros": 11044963, "compaction_time_cpu_micros": 2814491, "output_level": 3, "num_output_files": 9, "total_output_size": 339260157, "num_input_records": 1072293, "num_output_records": 1041551, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 230159746, "file_range_sync_nanos": 0, "file_fsync_nanos": 8085, "file_prepare_write_nanos": 16828, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-21:58:09.030134 140007879996992 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732096383,"starts":1732111077,"executesMs":11247,"compactionJobId":15954,"attempt":0,"compactionInputRawBytes":1111966377,"compactionInputZipBytes":371581639,"compactionOutputRawBytes":0,"compactionOutputZipBytes":339260157,"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-ae29033fea4ddba64bf77e697db5774d-7063485504ba814f-00"}}, response = 2024/11/20-21:58:09.030195 140007879996992 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-15954/att-00: olev 3, work 11.248 s, result 7.795 ms, install 0.874 ms, input{raw 1.036 GiB zip 354.368 MiB}