2024/11/20-16:23:16.843234 140257349051968 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00: fork to child time = 0.011183 sec 2024/11/20-16:23:16.843782 140257349051968 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00 2024/11/20-16:23:16.850760 140257349051968 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00 2024/11/20-16:23:16.852696 140257349051968 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-16:23:16.852928 140257349051968 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-16:23:16.902390 140257349051968 [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-15568/att-00/MANIFEST-019309 2024/11/20-16:23:16.920538 140257349051968 [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-15568/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 44939, last_sequence is 770104073, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 44790 2024/11/20-16:23:16.920544 140257349051968 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-16:23:16.920621 140257349051968 [version_set.cc:5724] Creating manifest 44939 2024/11/20-16:23:16.950938 140257349051968 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-16:23:16.970677 140257349051968 [compaction_job.cc:2437] [default] [JOB 15568] Compacting 1@2 + 7@3 files to L3, score 0.95, subcompactions 1 : 1 2024/11/20-16:23:16.970689 140257349051968 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 12092 Base level 2, inputs: [44934(18MB)], [44877(40MB) 44878(554KB) 44831(39MB) 44832(39MB) 44833(40MB) 44834(39MB) 44835(12MB)] 2024/11/20-16:23:16.976273 140257349051968 [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-16:23:16.976295 140257349051968 [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-16:23:16.976315 140257349051968 [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-16:23:16.976323 140257349051968 [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-16:23:16.976333 140257349051968 [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-16:23:17.487123 140257349051968 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044940.sst) /dev/shm/ToplingTemp/Topling-569006-URNDrL 2024/11/20-16:23:17.662001 140257349051968 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044940.sst): first pass time = 0.17's, 767.682'MB/sec 2024/11/20-16:23:18.199216 140257349051968 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044940.sst): old prealloc_size = 147639500, real_size = 40937824 2024/11/20-16:23:18.199338 140257349051968 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044940.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.75 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.02 avg-zval = 314.30 2024/11/20-16:23:18.199491 140257349051968 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044940.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-16:23:18.363181 140257349051968 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044940.sst): second pass time = 0.54's, 245.380'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 260.384'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2256.087'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.05's, 929.466'MB/sec dict compress time = 4495846074.25's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24187.486'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 245.380'MB/sec zip pipeline throughput = 245.380'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.02 avg-zval = 314.30 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1023.01 avg-zval = 314.30 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 110838 bytes = 387952 } seq expand size = 775866 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.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8747 value = 3.2358 dict = 1.00 all = 3.1438 } Zip/UnZip{ index = 0.1455 value = 0.3090 dict = 1.00 all = 0.3181 } ---------------------------- total value len = 0.132405 GB avg = 1.023 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129427 Billion total entry num = 0.000129427 Billion write speed all = 0.004938220 MB/sec (with seq num) write speed all = 0.004900343 MB/sec (without seq num) 2024/11/20-16:23:18.415858 140257349051968 [compaction_job.cc:1948] [default] [JOB 15568] Generated table #44940: 129427 keys, 42693537 bytes, temperature: kWarm 2024/11/20-16:23:18.415949 140257349051968 EVENT_LOG_v1 {"time_micros": 1732090998415908, "cf_name": "default", "job": 15568, "event": "table_file_creation", "file_number": 44940, "file_size": 42693537, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 769709069, "table_properties": {"data_size": 40679376, "index_size": 225920, "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": 131629365, "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": 1732090997, "oldest_key_time": 0, "file_creation_time": 1732090997, "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": 44940, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:23:18.462358 140257349051968 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044941.sst) /dev/shm/ToplingTemp/Topling-569006-aDMxBJ 2024/11/20-16:23:19.048094 140257349051968 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044941.sst): first pass time = 0.59's, 229.165'MB/sec 2024/11/20-16:23:19.584606 140257349051968 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044941.sst): old prealloc_size = 147639500, real_size = 40460352 2024/11/20-16:23:19.584745 140257349051968 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044941.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.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.03 avg-zval = 310.60 2024/11/20-16:23:19.584835 140257349051968 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044941.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-16:23:19.772262 140257349051968 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044941.sst): second pass time = 0.54's, 245.672'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 223.441'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2021.678'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.227'MB/sec write SST data time = 0.05's, 926.690'MB/sec dict compress time = 140267.33's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 30802.522'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 245.672'MB/sec zip pipeline throughput = 245.672'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1017.03 avg-zval = 310.60 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1018.60 avg-zval = 310.60 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 28962 bytes = 101376 } seq expand size = 202734 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.7919 value = 3.2744 dict = 1.00 all = 3.2011 } Zip/UnZip{ index = 0.1472 value = 0.3054 dict = 1.00 all = 0.3124 } ---------------------------- total value len = 0.264238 GB avg = 1.021 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258853 Billion total entry num = 0.000258853 Billion write speed all = 0.009854992 MB/sec (with seq num) write speed all = 0.009779243 MB/sec (without seq num) 2024/11/20-16:23:19.822689 140257349051968 [compaction_job.cc:1948] [default] [JOB 15568] Generated table #44941: 129426 keys, 41929317 bytes, temperature: kWarm 2024/11/20-16:23:19.822755 140257349051968 EVENT_LOG_v1 {"time_micros": 1732090999822725, "cf_name": "default", "job": 15568, "event": "table_file_creation", "file_number": 44941, "file_size": 41929317, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 769687192, "table_properties": {"data_size": 40199152, "index_size": 228672, "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": 131630099, "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": 1732090998, "oldest_key_time": 0, "file_creation_time": 1732090998, "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": 44941, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:23:19.862634 140257349051968 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044942.sst) /dev/shm/ToplingTemp/Topling-569006-nf5ElL 2024/11/20-16:23:20.386009 140257349051968 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044942.sst): first pass time = 0.52's, 256.467'MB/sec 2024/11/20-16:23:20.892941 140257349051968 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044942.sst): old prealloc_size = 147639500, real_size = 40474192 2024/11/20-16:23:20.893091 140257349051968 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044942.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.74 2024/11/20-16:23:20.893162 140257349051968 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044942.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-16:23:21.058985 140257349051968 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044942.sst): second pass time = 0.51's, 259.996'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.520'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1939.259'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.05's, 924.228'MB/sec dict compress time = 140267.33's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26531.440'MB/sec zip my value time = 0.51's, unzip length = 0.132'GB zip my value throughput = 259.996'MB/sec zip pipeline throughput = 259.996'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 310.74 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1018.22 avg-zval = 310.74 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 22695 bytes = 79440 } seq expand size = 158865 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.9676 value = 3.2728 dict = 1.00 all = 3.2017 } Zip/UnZip{ index = 0.1435 value = 0.3055 dict = 1.00 all = 0.3123 } ---------------------------- total value len = 0.396027 GB avg = 1.020 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388284 Billion total entry num = 0.000388284 Billion write speed all = 0.014769711 MB/sec (with seq num) write speed all = 0.014656091 MB/sec (without seq num) 2024/11/20-16:23:21.110170 140257349051968 [compaction_job.cc:1948] [default] [JOB 15568] Generated table #44942: 129431 keys, 41921338 bytes, temperature: kWarm 2024/11/20-16:23:21.110236 140257349051968 EVENT_LOG_v1 {"time_micros": 1732091001110205, "cf_name": "default", "job": 15568, "event": "table_file_creation", "file_number": 44942, "file_size": 41921338, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 769708694, "table_properties": {"data_size": 40218752, "index_size": 222912, "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": 131629775, "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": 1732090999, "oldest_key_time": 0, "file_creation_time": 1732090999, "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": 44942, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:23:21.151925 140257349051968 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044943.sst) /dev/shm/ToplingTemp/Topling-569006-HfX4vL 2024/11/20-16:23:21.732023 140257349051968 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044943.sst): first pass time = 0.58's, 231.398'MB/sec 2024/11/20-16:23:22.379374 140257349051968 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044943.sst): old prealloc_size = 147639500, real_size = 40799152 2024/11/20-16:23:22.379501 140257349051968 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044943.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.70 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1016.99 avg-zval = 313.27 2024/11/20-16:23:22.379620 140257349051968 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044943.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-16:23:22.550922 140257349051968 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044943.sst): second pass time = 0.65's, 203.615'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 247.451'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2166.193'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.256'MB/sec write SST data time = 0.05's, 941.719'MB/sec dict compress time = 140267.33's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 20183.645'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 203.615'MB/sec zip pipeline throughput = 324.277'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.99 avg-zval = 313.27 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1021.36 avg-zval = 313.27 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 80921 bytes = 283232 } seq expand size = 566447 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.0405 GB dict = 1.38 MB all = 0.0425 GB } UnZip/Zip{ index = 7.0568 value = 3.2464 dict = 1.00 all = 3.1618 } Zip/UnZip{ index = 0.1417 value = 0.3080 dict = 1.00 all = 0.3163 } ---------------------------- total value len = 0.528223 GB avg = 1.020 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517715 Billion total entry num = 0.000517715 Billion write speed all = 0.019698714 MB/sec (with seq num) write speed all = 0.019547229 MB/sec (without seq num) 2024/11/20-16:23:22.603121 140257349051968 [compaction_job.cc:1948] [default] [JOB 15568] Generated table #44943: 129431 keys, 42450347 bytes, temperature: kWarm 2024/11/20-16:23:22.603187 140257349051968 EVENT_LOG_v1 {"time_micros": 1732091002603155, "cf_name": "default", "job": 15568, "event": "table_file_creation", "file_number": 44943, "file_size": 42450347, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 769709544, "table_properties": {"data_size": 40546528, "index_size": 220096, "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": 131629428, "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": 1732091001, "oldest_key_time": 0, "file_creation_time": 1732091001, "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": 44943, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:23:22.639404 140257349051968 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044944.sst) /dev/shm/ToplingTemp/Topling-569006-G32ruM 2024/11/20-16:23:23.127684 140257349051968 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044944.sst): first pass time = 0.49's, 274.899'MB/sec 2024/11/20-16:23:23.627005 140257349051968 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044944.sst): old prealloc_size = 147639500, real_size = 40416160 2024/11/20-16:23:23.627148 140257349051968 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044944.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.28 2024/11/20-16:23:23.627214 140257349051968 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044944.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-16:23:23.789422 140257349051968 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044944.sst): second pass time = 0.50's, 264.064'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.589'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1879.389'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.279'MB/sec write SST data time = 0.05's, 899.747'MB/sec dict compress time = 7022905635.27's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43390.372'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 264.064'MB/sec zip pipeline throughput = 264.064'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.00 avg-zval = 310.28 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.80 avg-zval = 310.28 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 14790 bytes = 51776 } seq expand size = 103530 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.0402 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.9218 value = 3.2777 dict = 1.00 all = 3.2082 } Zip/UnZip{ index = 0.1445 value = 0.3051 dict = 1.00 all = 0.3117 } ---------------------------- total value len = 0.659955 GB avg = 1.020 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647144 Billion total entry num = 0.000647144 Billion write speed all = 0.024610471 MB/sec (with seq num) write speed all = 0.024421122 MB/sec (without seq num) 2024/11/20-16:23:23.862962 140257349051968 [compaction_job.cc:1948] [default] [JOB 15568] Generated table #44944: 129429 keys, 41835764 bytes, temperature: kWarm 2024/11/20-16:23:23.863028 140257349051968 EVENT_LOG_v1 {"time_micros": 1732091003862998, "cf_name": "default", "job": 15568, "event": "table_file_creation", "file_number": 44944, "file_size": 41835764, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 769701023, "table_properties": {"data_size": 40159248, "index_size": 224384, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629294, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732091002, "oldest_key_time": 0, "file_creation_time": 1732091002, "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": 44944, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:23:23.903092 140257349051968 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044945.sst) /dev/shm/ToplingTemp/Topling-569006-4pDojK 2024/11/20-16:23:24.077038 140257349051968 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044945.sst): first pass time = 0.17's, 260.837'MB/sec 2024/11/20-16:23:24.442628 140257349051968 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044945.sst): old prealloc_size = 147639500, real_size = 13767424 2024/11/20-16:23:24.442727 140257349051968 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044945.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 43745 prefix = 4 raw-key = 0.0003 GB zip-key = 0.0001 GB avg-key = 8.00 avg-zkey = 1.78 raw-val = 0.0445 GB zip-val = 0.0137 GB avg-val =1016.98 avg-zval = 312.68 2024/11/20-16:23:24.442796 140257349051968 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044945.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0001 GB, waited 0.000 sec, Key+Value = 0.045 GB 2024/11/20-16:23:24.524407 140257349051968 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00/044945.sst): second pass time = 0.36's, 121.976'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.08's, 174.048'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1075.445'MB/sec (index lex order gen) rebuild zvType time = 0.06's, 0.188'MB/sec write SST data time = 0.02's, 608.638'MB/sec dict compress time = 7022905635.27's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.444'MB, throughput = 14237.836'MB/sec zip my value time = 0.36's, unzip length = 0.044'GB zip my value throughput = 121.976'MB/sec zip pipeline throughput = 245.089'MB/sec entries = 43745 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1016.98 avg-zval = 312.68 usrkeys = 43745 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1018.02 avg-zval = 312.68 TagRS{ kinds = RS_Key0_TagN bytes = 6920 } TagArray{ size = 6543 bytes = 22912 } seq expand size = 45801 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0005 GB value = 0.0445 GB dict = 0.44 MB all = 0.0454 GB } __ZipSize{ index = 0.0001 GB value = 0.0137 GB dict = 0.44 MB all = 0.0142 GB } UnZip/Zip{ index = 6.7397 value = 3.2524 dict = 1.00 all = 3.1873 } Zip/UnZip{ index = 0.1484 value = 0.3075 dict = 1.00 all = 0.3137 } ---------------------------- total value len = 0.704489 GB avg = 1.020 KB (by entry num) total key len = 0.013818 GB avg = 0.020 KB total ukey len = 0.008291 GB avg = 0.012 KB total ukey num = 0.000690889 Billion total entry num = 0.000690889 Billion write speed all = 0.026270524 MB/sec (with seq num) write speed all = 0.026068382 MB/sec (without seq num) 2024/11/20-16:23:24.547037 140257349051968 [compaction_job.cc:1948] [default] [JOB 15568] Generated table #44945: 43745 keys, 14232137 bytes, temperature: kWarm 2024/11/20-16:23:24.547139 140257349051968 EVENT_LOG_v1 {"time_micros": 1732091004547094, "cf_name": "default", "job": 15568, "event": "table_file_creation", "file_number": 44945, "file_size": 14232137, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 769703913, "table_properties": {"data_size": 13678384, "index_size": 77888, "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": 874900, "raw_average_key_size": 20, "raw_value_size": 44487699, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 43745, "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": 1732091003, "oldest_key_time": 0, "file_creation_time": 1732091003, "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": 44945, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:23:24.566878 140257349051968 [compaction_job.cc:703] job-15568: subcompact[0], size: 0.225062 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15568/att-00 [044940,044941,044942,044943,044944,044945] 2024/11/20-16:23:24.650610 140257349051968 (Original Log Time 2024/11/20-16:23:16.970742) EVENT_LOG_v1 {"time_micros": 1732090996970703, "job": 15568, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [44934], "files_L3": [44877, 44878, 44831, 44832, 44833, 44834, 44835], "score": 0.951399, "input_data_size": 243802926, "oldest_snapshot_seqno": 770104040} 2024/11/20-16:23:24.650615 140257349051968 (Original Log Time 2024/11/20-16:23:24.646315) [compaction_job.cc:2022] [default] [JOB 15568] Compacted 1@2 + 7@3 files to L3 => 225062440 bytes 2024/11/20-16:23:24.650617 140257349051968 (Original Log Time 2024/11/20-16:23:24.650518) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 32.1 rd, 29.6 wr, level 3, files in(1, 7) out(6 +0 blob) MB in(18.0, 214.5 +0.0 blob) out(214.6 +0.0 blob), read-write-amplify(24.8) write-amplify(11.9) OK, records in: 708728, records dropped: 17839 output_compression: Snappy 2024/11/20-16:23:24.650623 140257349051968 (Original Log Time 2024/11/20-16:23:24.650584) EVENT_LOG_v1 {"time_micros": 1732091004650550, "cf": "default", "job": 15568, "event": "compaction_finished", "compaction_time_micros": 7596152, "compaction_time_cpu_micros": 2027792, "output_level": 3, "num_output_files": 6, "total_output_size": 225062440, "num_input_records": 708728, "num_output_records": 690889, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 152908350, "file_range_sync_nanos": 0, "file_fsync_nanos": 5259, "file_prepare_write_nanos": 14061, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-16:23:24.813948 140257349051968 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":1732090996,"executesMs":7794,"compactionJobId":15568,"attempt":0,"compactionInputRawBytes":734952449,"compactionInputZipBytes":243802926,"compactionOutputRawBytes":0,"compactionOutputZipBytes":225062440,"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-7b8f38fdad1501266a6a38386ffd9b4e-4215c4cae3ff280c-00"}}, response = 2024/11/20-16:23:24.814106 140257349051968 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-15568/att-00: olev 3, work 7.795 s, result 7.922 ms, install 4.327 ms, input{raw 700.905 MiB zip 232.509 MiB}