2024/11/20-13:42:41.044312 140257659582016 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00: fork to child time = 0.010005 sec 2024/11/20-13:42:41.044857 140257659582016 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00 2024/11/20-13:42:41.058904 140257659582016 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00 2024/11/20-13:42:41.060508 140257659582016 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-13:42:41.060759 140257659582016 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-13:42:41.121995 140257659582016 [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-07865/att-00/MANIFEST-019309 2024/11/20-13:42:41.176882 140257659582016 [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-07865/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 31259, last_sequence is 583144500, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 31097 2024/11/20-13:42:41.176892 140257659582016 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-13:42:41.176976 140257659582016 [version_set.cc:5724] Creating manifest 31259 2024/11/20-13:42:41.215918 140257659582016 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-13:42:41.234710 140257659582016 [compaction_job.cc:2437] [default] [JOB 7865] Compacting 1@2 + 8@3 files to L3, score 0.95, subcompactions 1 : 1 2024/11/20-13:42:41.234738 140257659582016 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 7172 Base level 2, inputs: [31251(17MB)], [31214(38MB) 31215(37MB) 31216(36MB) 31217(35MB) 31218(36MB) 31219(37MB) 31220(37MB) 31221(38MB)] 2024/11/20-13:42:41.245568 140257659582016 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-13:42:41.245592 140257659582016 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-13:42:41.245610 140257659582016 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-13:42:41.245618 140257659582016 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-13:42:41.245629 140257659582016 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-13:42:41.804331 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031260.sst) /dev/shm/ToplingTemp/Topling-248755-d003NU 2024/11/20-13:42:42.459887 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031260.sst): first pass time = 0.66's, 204.756'MB/sec 2024/11/20-13:42:43.717077 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031260.sst): old prealloc_size = 147639500, real_size = 36640384 2024/11/20-13:42:43.717619 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031260.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922664 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0347 GB avg-val = 117.47 avg-zval = 37.56 2024/11/20-13:42:43.718451 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031260.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-13:42:44.623024 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031260.sst): second pass time = 1.26's, 86.256'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.91's, 44.701'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3366.386'MB/sec (index lex order gen) rebuild zvType time = 0.77's, 0.298'MB/sec write SST data time = 0.13's, 306.982'MB/sec dict compress time = 3474581195.55's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 35972.494'MB/sec zip my value time = 1.26's, unzip length = 0.108'GB zip my value throughput = 86.256'MB/sec zip pipeline throughput = 86.256'MB/sec entries = 922664 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.47 avg-zval = 37.56 usrkeys = 922664 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.47 avg-zval = 37.56 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 922664 bytes = 2998672 } seq expand size = 6458648 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0347 GB dict = 1.08 MB all = 0.0405 GB } UnZip/Zip{ index = 10.5116 value = 3.1276 dict = 1.00 all = 3.3143 } Zip/UnZip{ index = 0.0951 value = 0.3197 dict = 1.00 all = 0.3017 } ---------------------------- total value len = 0.114842 GB avg = 0.124 KB (by entry num) total key len = 0.025835 GB avg = 0.028 KB total ukey len = 0.018453 GB avg = 0.020 KB total ukey num = 0.000922664 Billion total entry num = 0.000922664 Billion write speed all = 0.007946574 MB/sec (with seq num) write speed all = 0.007529616 MB/sec (without seq num) 2024/11/20-13:42:44.672302 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31260: 922664 keys, 40497068 bytes, temperature: kWarm 2024/11/20-13:42:44.672380 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081364672342, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31260, "file_size": 40497068, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542657275, "largest_seqno": 583105425, "table_properties": {"data_size": 34654000, "index_size": 1755520, "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": 25834592, "raw_average_key_size": 28, "raw_value_size": 108383240, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922664, "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": 1732081361, "oldest_key_time": 0, "file_creation_time": 1732081361, "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": 31260, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:42:44.712184 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031261.sst) /dev/shm/ToplingTemp/Topling-248755-FVoTWS 2024/11/20-13:42:45.687140 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031261.sst): first pass time = 0.97's, 137.671'MB/sec 2024/11/20-13:42:47.050561 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031261.sst): old prealloc_size = 147639500, real_size = 36830576 2024/11/20-13:42:47.051089 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031261.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925663 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.0348 GB avg-val = 117.00 avg-zval = 37.64 2024/11/20-13:42:47.051568 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031261.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-13:42:47.874823 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031261.sst): second pass time = 1.36's, 79.468'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.82's, 47.867'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3466.630'MB/sec (index lex order gen) rebuild zvType time = 0.70's, 0.332'MB/sec write SST data time = 0.13's, 311.027'MB/sec dict compress time = 0.00's, 1080354.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 34087.020'MB/sec zip my value time = 1.36's, unzip length = 0.108'GB zip my value throughput = 79.468'MB/sec zip pipeline throughput = 79.468'MB/sec entries = 925663 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.00 avg-zval = 37.64 usrkeys = 925663 avg-key = 20.00 avg-zkey = 1.90 avg-val = 120.50 avg-zval = 37.64 TagRS{ kinds = RS_Key0_TagN bytes = 144720 } TagArray{ size = 462764 bytes = 1619696 } seq expand size = 3239348 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.0348 GB dict = 1.08 MB all = 0.0395 GB } UnZip/Zip{ index = 10.5120 value = 3.1087 dict = 1.00 all = 3.4019 } Zip/UnZip{ index = 0.0951 value = 0.3217 dict = 1.00 all = 0.2940 } ---------------------------- total value len = 0.226381 GB avg = 0.122 KB (by entry num) total key len = 0.051753 GB avg = 0.028 KB total ukey len = 0.036967 GB avg = 0.020 KB total ukey num = 0.001848327 Billion total entry num = 0.001848327 Billion write speed all = 0.015708409 MB/sec (with seq num) write speed all = 0.014873292 MB/sec (without seq num) 2024/11/20-13:42:47.923706 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31261: 925663 keys, 39453553 bytes, temperature: kWarm 2024/11/20-13:42:47.923778 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081367923748, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31261, "file_size": 39453553, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 583105060, "table_properties": {"data_size": 34837856, "index_size": 1761152, "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": 25918564, "raw_average_key_size": 28, "raw_value_size": 108299270, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 925663, "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": 1732081364, "oldest_key_time": 0, "file_creation_time": 1732081364, "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": 31261, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:42:47.970954 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031262.sst) /dev/shm/ToplingTemp/Topling-248755-KlWriV 2024/11/20-13:42:48.869893 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031262.sst): first pass time = 0.90's, 149.313'MB/sec 2024/11/20-13:42:50.474820 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031262.sst): old prealloc_size = 147639500, real_size = 36476576 2024/11/20-13:42:50.475366 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031262.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926744 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.0344 GB avg-val = 116.83 avg-zval = 37.14 2024/11/20-13:42:50.475763 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031262.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-13:42:51.173744 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031262.sst): second pass time = 1.60's, 67.493'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.70's, 55.442'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3524.514'MB/sec (index lex order gen) rebuild zvType time = 0.58's, 0.401'MB/sec write SST data time = 0.12's, 321.155'MB/sec dict compress time = 0.00's, 1080290.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 20587.540'MB/sec zip my value time = 1.60's, unzip length = 0.108'GB zip my value throughput = 67.493'MB/sec zip pipeline throughput = 67.493'MB/sec entries = 926744 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.83 avg-zval = 37.14 usrkeys = 926744 avg-key = 20.00 avg-zkey = 1.97 avg-val = 119.67 avg-zval = 37.14 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 375850 bytes = 1268512 } seq expand size = 2630950 multi value expand size = 0 cnt WriteAppend = 62 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.0387 GB } UnZip/Zip{ index = 10.1756 value = 3.1452 dict = 1.00 all = 3.4639 } Zip/UnZip{ index = 0.0983 value = 0.3179 dict = 1.00 all = 0.2887 } ---------------------------- total value len = 0.337280 GB avg = 0.122 KB (by entry num) total key len = 0.077702 GB avg = 0.028 KB total ukey len = 0.055501 GB avg = 0.020 KB total ukey num = 0.002775071 Billion total entry num = 0.002775071 Billion write speed all = 0.023432976 MB/sec (with seq num) write speed all = 0.022179368 MB/sec (without seq num) 2024/11/20-13:42:51.221989 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31262: 926744 keys, 38748145 bytes, temperature: kWarm 2024/11/20-13:42:51.222061 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081371222019, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31262, "file_size": 38748145, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 535975517, "table_properties": {"data_size": 34423184, "index_size": 1821504, "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": 25948832, "raw_average_key_size": 28, "raw_value_size": 108268984, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926744, "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": 1732081367, "oldest_key_time": 0, "file_creation_time": 1732081367, "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": 31262, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:42:51.254485 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031263.sst) /dev/shm/ToplingTemp/Topling-248755-TRyfGR 2024/11/20-13:42:52.054899 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031263.sst): first pass time = 0.80's, 167.692'MB/sec 2024/11/20-13:42:53.574773 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031263.sst): old prealloc_size = 147639500, real_size = 36407984 2024/11/20-13:42:53.575342 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031263.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926887 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.80 avg-zval = 37.09 2024/11/20-13:42:53.575474 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031263.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-13:42:54.293013 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031263.sst): second pass time = 1.52's, 71.269'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.72's, 52.112'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3256.983'MB/sec (index lex order gen) rebuild zvType time = 0.59's, 0.393'MB/sec write SST data time = 0.13's, 292.549'MB/sec dict compress time = 0.00's, 1080464.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 38704.112'MB/sec zip my value time = 1.52's, unzip length = 0.108'GB zip my value throughput = 71.269'MB/sec zip pipeline throughput = 86.447'MB/sec entries = 926887 avg-key = 28.00 avg-zkey = 1.94 avg-val = 116.80 avg-zval = 37.09 usrkeys = 926887 avg-key = 20.00 avg-zkey = 1.94 avg-val = 116.84 avg-zval = 37.09 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 5004 bytes = 16272 } seq expand size = 35028 multi value expand size = 0 cnt WriteAppend = 52 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.0374 GB } UnZip/Zip{ index = 10.3064 value = 3.1493 dict = 1.00 all = 3.5861 } Zip/UnZip{ index = 0.0970 value = 0.3175 dict = 1.00 all = 0.2789 } ---------------------------- total value len = 0.445580 GB avg = 0.120 KB (by entry num) total key len = 0.103655 GB avg = 0.028 KB total ukey len = 0.074039 GB avg = 0.020 KB total ukey num = 0.003701958 Billion total entry num = 0.003701958 Billion write speed all = 0.031008424 MB/sec (with seq num) write speed all = 0.029336399 MB/sec (without seq num) 2024/11/20-13:42:54.339299 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31263: 926887 keys, 37427615 bytes, temperature: kWarm 2024/11/20-13:42:54.339371 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081374339339, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31263, "file_size": 37427615, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 538604047, "table_properties": {"data_size": 34377440, "index_size": 1798656, "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": 25952836, "raw_average_key_size": 28, "raw_value_size": 108265010, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926887, "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": 1732081371, "oldest_key_time": 0, "file_creation_time": 1732081371, "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": 31263, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:42:54.374215 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031264.sst) /dev/shm/ToplingTemp/Topling-248755-zB2y1Q 2024/11/20-13:42:55.340937 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031264.sst): first pass time = 0.97's, 138.842'MB/sec 2024/11/20-13:42:57.143971 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031264.sst): old prealloc_size = 147639500, real_size = 36529296 2024/11/20-13:42:57.144528 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031264.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926977 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.0345 GB avg-val = 116.79 avg-zval = 37.22 2024/11/20-13:42:57.144838 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031264.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-13:42:57.840981 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031264.sst): second pass time = 1.80's, 60.069'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.70's, 54.975'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3348.152'MB/sec (index lex order gen) rebuild zvType time = 0.58's, 0.402'MB/sec write SST data time = 0.12's, 319.927'MB/sec dict compress time = 0.00's, 1080466.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 21723.586'MB/sec zip my value time = 1.80's, unzip length = 0.108'GB zip my value throughput = 60.069'MB/sec zip pipeline throughput = 133.102'MB/sec entries = 926977 avg-key = 28.00 avg-zkey = 1.94 avg-val = 116.79 avg-zval = 37.22 usrkeys = 926977 avg-key = 20.00 avg-zkey = 1.94 avg-val = 118.55 avg-zval = 37.22 TagRS{ kinds = RS_Key0_TagN bytes = 144960 } TagArray{ size = 232495 bytes = 784688 } seq expand size = 1627465 multi value expand size = 0 cnt WriteAppend = 39 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0345 GB dict = 1.08 MB all = 0.0383 GB } UnZip/Zip{ index = 10.3063 value = 3.1382 dict = 1.00 all = 3.5028 } Zip/UnZip{ index = 0.0970 value = 0.3187 dict = 1.00 all = 0.2855 } ---------------------------- total value len = 0.555470 GB avg = 0.120 KB (by entry num) total key len = 0.129610 GB avg = 0.028 KB total ukey len = 0.092579 GB avg = 0.020 KB total ukey num = 0.004628935 Billion total entry num = 0.004628935 Billion write speed all = 0.038670157 MB/sec (with seq num) write speed all = 0.036579872 MB/sec (without seq num) 2024/11/20-13:42:57.894912 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31264: 926977 keys, 38317153 bytes, temperature: kWarm 2024/11/20-13:42:57.895074 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081377894969, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31264, "file_size": 38317153, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 538604114, "table_properties": {"data_size": 34498496, "index_size": 1798848, "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": 25955356, "raw_average_key_size": 28, "raw_value_size": 108262466, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926977, "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": 1732081374, "oldest_key_time": 0, "file_creation_time": 1732081374, "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": 31264, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:42:57.942494 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031265.sst) /dev/shm/ToplingTemp/Topling-248755-jk1yKS 2024/11/20-13:42:58.842166 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031265.sst): first pass time = 0.90's, 149.196'MB/sec 2024/11/20-13:43:00.661296 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031265.sst): old prealloc_size = 147639500, real_size = 36566128 2024/11/20-13:43:00.661832 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031265.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926873 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.0345 GB avg-val = 116.81 avg-zval = 37.24 2024/11/20-13:43:00.662297 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031265.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-13:43:01.536740 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031265.sst): second pass time = 1.82's, 59.540'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.88's, 44.643'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3553.592'MB/sec (index lex order gen) rebuild zvType time = 0.75's, 0.309'MB/sec write SST data time = 0.13's, 310.133'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 = 37052.198'MB/sec zip my value time = 1.82's, unzip length = 0.108'GB zip my value throughput = 59.540'MB/sec zip pipeline throughput = 59.540'MB/sec entries = 926873 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.81 avg-zval = 37.24 usrkeys = 926873 avg-key = 20.00 avg-zkey = 1.97 avg-val = 120.32 avg-zval = 37.24 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 465375 bytes = 1512480 } seq expand size = 3257625 multi value expand size = 0 cnt WriteAppend = 50 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0345 GB dict = 1.08 MB all = 0.0391 GB } UnZip/Zip{ index = 10.1774 value = 3.1370 dict = 1.00 all = 3.4343 } Zip/UnZip{ index = 0.0983 value = 0.3188 dict = 1.00 all = 0.2912 } ---------------------------- total value len = 0.666993 GB avg = 0.120 KB (by entry num) total key len = 0.155563 GB avg = 0.028 KB total ukey len = 0.111116 GB avg = 0.020 KB total ukey num = 0.005555808 Billion total entry num = 0.005555808 Billion write speed all = 0.046420432 MB/sec (with seq num) write speed all = 0.043912124 MB/sec (without seq num) 2024/11/20-13:43:01.586805 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31265: 926873 keys, 39081791 bytes, temperature: kWarm 2024/11/20-13:43:01.586866 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081381586837, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31265, "file_size": 39081791, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 541395865, "table_properties": {"data_size": 34512800, "index_size": 1821440, "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": 25952444, "raw_average_key_size": 28, "raw_value_size": 108265390, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926873, "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": 1732081377, "oldest_key_time": 0, "file_creation_time": 1732081377, "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": 31265, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:43:01.622234 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031266.sst) /dev/shm/ToplingTemp/Topling-248755-umVbzT 2024/11/20-13:43:02.825791 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031266.sst): first pass time = 1.20's, 111.522'MB/sec 2024/11/20-13:43:04.350706 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031266.sst): old prealloc_size = 147639500, real_size = 36805856 2024/11/20-13:43:04.351250 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031266.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926132 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.0348 GB avg-val = 116.92 avg-zval = 37.59 2024/11/20-13:43:04.351571 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031266.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-13:43:05.053416 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031266.sst): second pass time = 1.52's, 71.044'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.70's, 55.241'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3418.919'MB/sec (index lex order gen) rebuild zvType time = 0.58's, 0.399'MB/sec write SST data time = 0.12's, 320.361'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 = 32789.231'MB/sec zip my value time = 1.52's, unzip length = 0.108'GB zip my value throughput = 71.044'MB/sec zip pipeline throughput = 71.044'MB/sec entries = 926132 avg-key = 28.00 avg-zkey = 1.90 avg-val = 116.92 avg-zval = 37.59 usrkeys = 926132 avg-key = 20.00 avg-zkey = 1.90 avg-val = 119.27 avg-zval = 37.59 TagRS{ kinds = RS_Key0_TagN bytes = 144800 } TagArray{ size = 310232 bytes = 1008272 } seq expand size = 2171624 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.0348 GB dict = 1.08 MB all = 0.0388 GB } UnZip/Zip{ index = 10.5112 value = 3.1106 dict = 1.00 all = 3.4577 } Zip/UnZip{ index = 0.0951 value = 0.3215 dict = 1.00 all = 0.2892 } ---------------------------- total value len = 0.777451 GB avg = 0.120 KB (by entry num) total key len = 0.181494 GB avg = 0.028 KB total ukey len = 0.129639 GB avg = 0.020 KB total ukey num = 0.006481940 Billion total entry num = 0.006481940 Billion write speed all = 0.054106747 MB/sec (with seq num) write speed all = 0.051180894 MB/sec (without seq num) 2024/11/20-13:43:05.109958 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31266: 926132 keys, 38817249 bytes, temperature: kWarm 2024/11/20-13:43:05.110060 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081385110003, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31266, "file_size": 38817249, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 557702811, "table_properties": {"data_size": 34811984, "index_size": 1762176, "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": 25931696, "raw_average_key_size": 28, "raw_value_size": 108286140, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926132, "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": 1732081381, "oldest_key_time": 0, "file_creation_time": 1732081381, "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": 31266, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:43:05.168337 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031267.sst) /dev/shm/ToplingTemp/Topling-248755-WLiECR 2024/11/20-13:43:06.318517 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031267.sst): first pass time = 1.15's, 116.700'MB/sec 2024/11/20-13:43:07.532214 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031267.sst): old prealloc_size = 147639500, real_size = 36611744 2024/11/20-13:43:07.532841 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031267.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922767 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.93 raw-val = 0.1084 GB zip-val = 0.0346 GB avg-val = 117.45 avg-zval = 37.50 2024/11/20-13:43:07.533584 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031267.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-13:43:08.494689 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031267.sst): second pass time = 1.21's, 89.362'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.96's, 42.048'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3026.035'MB/sec (index lex order gen) rebuild zvType time = 0.70's, 0.331'MB/sec write SST data time = 0.26's, 153.195'MB/sec dict compress time = 140261.76's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 28609.422'MB/sec zip my value time = 1.21's, unzip length = 0.108'GB zip my value throughput = 89.362'MB/sec zip pipeline throughput = 89.362'MB/sec entries = 922767 avg-key = 28.00 avg-zkey = 1.93 avg-val = 117.45 avg-zval = 37.50 usrkeys = 922767 avg-key = 20.00 avg-zkey = 1.93 avg-val = 124.45 avg-zval = 37.50 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 922767 bytes = 2999008 } seq expand size = 6459369 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0346 GB dict = 1.08 MB all = 0.0405 GB } UnZip/Zip{ index = 10.3754 value = 3.1322 dict = 1.00 all = 3.3166 } Zip/UnZip{ index = 0.0964 value = 0.3193 dict = 1.00 all = 0.3015 } ---------------------------- total value len = 0.892291 GB avg = 0.121 KB (by entry num) total key len = 0.207332 GB avg = 0.028 KB total ukey len = 0.148094 GB avg = 0.020 KB total ukey num = 0.007404707 Billion total entry num = 0.007404707 Billion write speed all = 0.062032157 MB/sec (with seq num) write speed all = 0.058690429 MB/sec (without seq num) 2024/11/20-13:43:08.546264 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31267: 922767 keys, 40468710 bytes, temperature: kWarm 2024/11/20-13:43:08.546356 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081388546310, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31267, "file_size": 40468710, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625158, "largest_seqno": 583105013, "table_properties": {"data_size": 34602128, "index_size": 1778752, "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": 25837476, "raw_average_key_size": 28, "raw_value_size": 108380354, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922767, "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": 1732081385, "oldest_key_time": 0, "file_creation_time": 1732081385, "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": 31267, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:43:08.613803 140257659582016 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031268.sst) /dev/shm/ToplingTemp/Topling-248755-IrorTU 2024/11/20-13:43:08.713691 140257659582016 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031268.sst): first pass time = 0.10's, 119.188'MB/sec 2024/11/20-13:43:08.840735 140257659582016 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031268.sst): old prealloc_size = 147639500, real_size = 3661808 2024/11/20-13:43:08.840837 140257659582016 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031268.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 81499 prefix = 4 raw-key = 0.0013 GB zip-key = 0.0002 GB avg-key = 16.00 avg-zkey = 1.93 raw-val = 0.0096 GB zip-val = 0.0035 GB avg-val = 118.00 avg-zval = 42.75 2024/11/20-13:43:08.840931 140257659582016 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031268.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.012 GB 2024/11/20-13:43:08.911247 140257659582016 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00/031268.sst): second pass time = 0.13's, 76.208'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.07's, 56.539'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1993.845'MB/sec (index lex order gen) rebuild zvType time = 0.06's, 0.344'MB/sec write SST data time = 0.01's, 357.404'MB/sec dict compress time = 140278.11's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.099'MB, throughput = 1582.679'MB/sec zip my value time = 0.13's, unzip length = 0.010'GB zip my value throughput = 76.208'MB/sec zip pipeline throughput = 84.506'MB/sec entries = 81499 avg-key = 28.00 avg-zkey = 1.93 avg-val = 118.00 avg-zval = 42.75 usrkeys = 81499 avg-key = 20.00 avg-zkey = 1.93 avg-val = 125.00 avg-zval = 42.75 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 81499 bytes = 244512 } seq expand size = 570493 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.0096 GB dict = 0.10 MB all = 0.0119 GB } __ZipSize{ index = 0.0002 GB value = 0.0035 GB dict = 0.10 MB all = 0.0040 GB } UnZip/Zip{ index = 10.3530 value = 2.7605 dict = 1.00 all = 2.9848 } Zip/UnZip{ index = 0.0966 value = 0.3623 dict = 1.00 all = 0.3350 } ---------------------------- total value len = 0.902478 GB avg = 0.121 KB (by entry num) total key len = 0.209614 GB avg = 0.028 KB total ukey len = 0.149724 GB avg = 0.020 KB total ukey num = 0.007486206 Billion total entry num = 0.007486206 Billion write speed all = 0.062734106 MB/sec (with seq num) write speed all = 0.059355677 MB/sec (without seq num) 2024/11/20-13:43:08.922206 140257659582016 [compaction_job.cc:1948] [default] [JOB 7865] Generated table #31268: 81499 keys, 3986447 bytes, temperature: kWarm 2024/11/20-13:43:08.922262 140257659582016 EVENT_LOG_v1 {"time_micros": 1732081388922233, "cf_name": "default", "job": 7865, "event": "table_file_creation", "file_number": 31268, "file_size": 3986447, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 556337194, "largest_seqno": 572807966, "table_properties": {"data_size": 3483808, "index_size": 157440, "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": 2281972, "raw_average_key_size": 28, "raw_value_size": 9616882, "raw_average_value_size": 118, "num_data_blocks": 1, "num_entries": 81499, "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": 1732081388, "oldest_key_time": 0, "file_creation_time": 1732081388, "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": 31268, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:43:08.932978 140257659582016 [compaction_job.cc:703] job-07865: subcompact[0], size: 0.316798 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07865/att-00 [031260,031261,031262,031263,031264,031265,031266,031267,031268] 2024/11/20-13:43:09.044543 140257659582016 (Original Log Time 2024/11/20-13:42:41.234815) EVENT_LOG_v1 {"time_micros": 1732081361234759, "job": 7865, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [31251], "files_L3": [31214, 31215, 31216, 31217, 31218, 31219, 31220, 31221], "score": 0.949055, "input_data_size": 331750360, "oldest_snapshot_seqno": 583144432} 2024/11/20-13:43:09.044548 140257659582016 (Original Log Time 2024/11/20-13:43:09.040005) [compaction_job.cc:2022] [default] [JOB 7865] Compacted 1@2 + 8@3 files to L3 => 316797731 bytes 2024/11/20-13:43:09.044551 140257659582016 (Original Log Time 2024/11/20-13:43:09.044441) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 12.0 rd, 11.4 wr, level 3, files in(1, 8) out(9 +0 blob) MB in(17.8, 298.6 +0.0 blob) out(302.1 +0.0 blob), read-write-amplify(34.7) write-amplify(17.0) OK, records in: 7557642, records dropped: 71436 output_compression: Snappy 2024/11/20-13:43:09.044558 140257659582016 (Original Log Time 2024/11/20-13:43:09.044513) EVENT_LOG_v1 {"time_micros": 1732081389044477, "cf": "default", "job": 7865, "event": "compaction_finished", "compaction_time_micros": 27698171, "compaction_time_cpu_micros": 11276551, "output_level": 3, "num_output_files": 9, "total_output_size": 316797731, "num_input_records": 7557642, "num_output_records": 7486206, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 222416129, "file_range_sync_nanos": 0, "file_fsync_nanos": 8986, "file_prepare_write_nanos": 26248, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-13:43:09.182371 140257659582016 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":1732081361,"executesMs":27978,"compactionJobId":7865,"attempt":0,"compactionInputRawBytes":1095785416,"compactionInputZipBytes":331750360,"compactionOutputRawBytes":0,"compactionOutputZipBytes":316797731,"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-6a9fa51766f7d438d223e01f4d2e7449-15552601ae4a3e05-00"}}, response = 2024/11/20-13:43:09.182459 140257659582016 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-07865/att-00: olev 3, work 27.978 s, result 17.131 ms, install 4.583 ms, input{raw 1.021 GiB zip 316.382 MiB}