2024/11/20-20:08:41.736261 140008123385408 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00: fork to child time = 0.018257 sec 2024/11/20-20:08:41.737039 140008123385408 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00 2024/11/20-20:08:41.744452 140008123385408 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00 2024/11/20-20:08:41.746144 140008123385408 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:08:41.746396 140008123385408 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:08:41.798635 140008123385408 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09473/att-00/MANIFEST-049091 2024/11/20-20:08:41.858984 140008123385408 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09473/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 64591, last_sequence is 1056467649, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 64457 2024/11/20-20:08:41.858998 140008123385408 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:08:41.859125 140008123385408 [version_set.cc:5724] Creating manifest 64591 2024/11/20-20:08:41.897060 140008123385408 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:08:41.917681 140008123385408 [compaction_job.cc:2437] [default] [JOB 9473] Compacting 1@2 + 6@3 files to L3, score 0.95, subcompactions 1 : 1 2024/11/20-20:08:41.917697 140008123385408 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8276 Base level 2, inputs: [64584(31MB)], [64514(40MB) 64515(40MB) 64516(40MB) 64517(39MB) 64518(39MB) 64519(26MB)] 2024/11/20-20:08:41.931839 140008123385408 [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-20:08:41.931863 140008123385408 [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-20:08:41.931883 140008123385408 [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-20:08:41.931894 140008123385408 [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-20:08:41.931904 140008123385408 [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-20:08:42.555717 140008123385408 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064592.sst) /dev/shm/ToplingTemp/Topling-918317-mhEUf1 2024/11/20-20:08:42.722875 140008123385408 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064592.sst): first pass time = 0.17's, 803.101'MB/sec 2024/11/20-20:08:43.312394 140008123385408 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064592.sst): old prealloc_size = 147639500, real_size = 40533280 2024/11/20-20:08:43.312541 140008123385408 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064592.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.00 avg-zval = 311.20 2024/11/20-20:08:43.312639 140008123385408 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064592.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-20:08:43.476169 140008123385408 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064592.sst): second pass time = 0.59's, 223.581'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.512'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1850.546'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.05's, 918.508'MB/sec dict compress time = 4355096676.89's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 35568.391'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 223.581'MB/sec zip pipeline throughput = 223.581'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 311.20 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1018.79 avg-zval = 311.20 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 33200 bytes = 112064 } seq expand size = 232400 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.0403 GB dict = 1.38 MB all = 0.0420 GB } UnZip/Zip{ index = 6.9897 value = 3.2680 dict = 1.00 all = 3.1947 } Zip/UnZip{ index = 0.1431 value = 0.3060 dict = 1.00 all = 0.3130 } ---------------------------- total value len = 563.197595 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 80.989768451 MB/sec (with seq num) write speed all = 79.176018719 MB/sec (without seq num) 2024/11/20-20:08:43.527985 140008123385408 [compaction_job.cc:1948] [default] [JOB 9473] Generated table #64592: 129430 keys, 42013211 bytes, temperature: kWarm 2024/11/20-20:08:43.528085 140008123385408 EVENT_LOG_v1 {"time_micros": 1732104523528034, "cf_name": "default", "job": 9473, "event": "table_file_creation", "file_number": 64592, "file_size": 42013211, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1056145212, "table_properties": {"data_size": 40278544, "index_size": 222208, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131630027, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104522, "oldest_key_time": 0, "file_creation_time": 1732104522, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64592, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:08:43.564583 140008123385408 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064593.sst) /dev/shm/ToplingTemp/Topling-918317-lnVYJ1 2024/11/20-20:08:44.097273 140008123385408 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064593.sst): first pass time = 0.53's, 251.978'MB/sec 2024/11/20-20:08:44.880260 140008123385408 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064593.sst): old prealloc_size = 147639500, real_size = 40736864 2024/11/20-20:08:44.880394 140008123385408 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064593.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.71 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.00 avg-zval = 312.78 2024/11/20-20:08:44.880521 140008123385408 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064593.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-20:08:45.107968 140008123385408 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064593.sst): second pass time = 0.78's, 168.294'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.23's, 185.972'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2019.412'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.207'MB/sec write SST data time = 0.07's, 597.009'MB/sec dict compress time = 4589000621.28's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34093.809'MB/sec zip my value time = 0.78's, unzip length = 0.132'GB zip my value throughput = 168.294'MB/sec zip pipeline throughput = 313.337'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 312.78 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1020.78 avg-zval = 312.78 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 69924 bytes = 236016 } seq expand size = 489468 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.0405 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 7.0159 value = 3.2515 dict = 1.00 all = 3.1700 } Zip/UnZip{ index = 0.1425 value = 0.3076 dict = 1.00 all = 0.3155 } ---------------------------- total value len = 563.329714 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273435 Billion total entry num = 1.700775457 Billion write speed all = 80.990108494 MB/sec (with seq num) write speed all = 79.176615225 MB/sec (without seq num) 2024/11/20-20:08:45.198398 140008123385408 [compaction_job.cc:1948] [default] [JOB 9473] Generated table #64593: 129429 keys, 42340358 bytes, temperature: kWarm 2024/11/20-20:08:45.198496 140008123385408 EVENT_LOG_v1 {"time_micros": 1732104525198437, "cf_name": "default", "job": 9473, "event": "table_file_creation", "file_number": 64593, "file_size": 42340358, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1056145460, "table_properties": {"data_size": 40482960, "index_size": 221376, "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": 131629635, "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": 1732104523, "oldest_key_time": 0, "file_creation_time": 1732104523, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64593, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:08:45.272863 140008123385408 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064594.sst) /dev/shm/ToplingTemp/Topling-918317-ZQIdK3 2024/11/20-20:08:45.888431 140008123385408 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064594.sst): first pass time = 0.62's, 218.063'MB/sec 2024/11/20-20:08:46.454377 140008123385408 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064594.sst): old prealloc_size = 147639500, real_size = 40528784 2024/11/20-20:08:46.454532 140008123385408 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064594.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 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.0403 GB avg-val =1017.01 avg-zval = 311.14 2024/11/20-20:08:46.454618 140008123385408 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064594.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-20:08:46.618489 140008123385408 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064594.sst): second pass time = 0.57's, 232.892'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.089'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1767.501'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.04's, 968.946'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 37996.250'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 232.892'MB/sec zip pipeline throughput = 232.892'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.01 avg-zval = 311.14 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1019.00 avg-zval = 311.14 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 36779 bytes = 124144 } seq expand size = 257453 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.0403 GB dict = 1.38 MB all = 0.0420 GB } UnZip/Zip{ index = 6.8553 value = 3.2687 dict = 1.00 all = 3.1941 } Zip/UnZip{ index = 0.1459 value = 0.3059 dict = 1.00 all = 0.3131 } ---------------------------- total value len = 563.461601 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402863 Billion total entry num = 1.700904885 Billion write speed all = 80.991725803 MB/sec (with seq num) write speed all = 79.178459595 MB/sec (without seq num) 2024/11/20-20:08:46.684240 140008123385408 [compaction_job.cc:1948] [default] [JOB 9473] Generated table #64594: 129428 keys, 42020799 bytes, temperature: kWarm 2024/11/20-20:08:46.684295 140008123385408 EVENT_LOG_v1 {"time_micros": 1732104526684260, "cf_name": "default", "job": 9473, "event": "table_file_creation", "file_number": 64594, "file_size": 42020799, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1056145059, "table_properties": {"data_size": 40269696, "index_size": 226560, "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": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629337, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "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": 1732104525, "oldest_key_time": 0, "file_creation_time": 1732104525, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64594, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:08:46.722706 140008123385408 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064595.sst) /dev/shm/ToplingTemp/Topling-918317-LmFAP2 2024/11/20-20:08:47.293864 140008123385408 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064595.sst): first pass time = 0.57's, 235.007'MB/sec 2024/11/20-20:08:47.787764 140008123385408 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064595.sst): old prealloc_size = 147639500, real_size = 40465680 2024/11/20-20:08:47.787895 140008123385408 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064595.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.02 avg-zval = 310.70 2024/11/20-20:08:47.787967 140008123385408 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064595.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-20:08:47.950075 140008123385408 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064595.sst): second pass time = 0.49's, 266.923'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.206'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2149.219'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.05's, 919.757'MB/sec dict compress time = 0.00's, 1376656.344'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43859.862'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 266.923'MB/sec zip pipeline throughput = 266.923'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 310.70 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1018.19 avg-zval = 310.70 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 21604 bytes = 70224 } seq expand size = 151228 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 = 7.0341 value = 3.2734 dict = 1.00 all = 3.2030 } Zip/UnZip{ index = 0.1422 value = 0.3055 dict = 1.00 all = 0.3122 } ---------------------------- total value len = 563.593381 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532290 Billion total entry num = 1.701034312 Billion write speed all = 80.995259511 MB/sec (with seq num) write speed all = 79.182177045 MB/sec (without seq num) 2024/11/20-20:08:48.001569 140008123385408 [compaction_job.cc:1948] [default] [JOB 9473] Generated table #64595: 129427 keys, 41903600 bytes, temperature: kWarm 2024/11/20-20:08:48.001640 140008123385408 EVENT_LOG_v1 {"time_micros": 1732104528001607, "cf_name": "default", "job": 9473, "event": "table_file_creation", "file_number": 64595, "file_size": 41903600, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1056145064, "table_properties": {"data_size": 40212352, "index_size": 220800, "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": 131629669, "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": 1732104526, "oldest_key_time": 0, "file_creation_time": 1732104526, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64595, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:08:48.038471 140008123385408 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064596.sst) /dev/shm/ToplingTemp/Topling-918317-CFdeU2 2024/11/20-20:08:48.742297 140008123385408 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064596.sst): first pass time = 0.70's, 190.710'MB/sec 2024/11/20-20:08:49.518353 140008123385408 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064596.sst): old prealloc_size = 147639500, real_size = 40369488 2024/11/20-20:08:49.518509 140008123385408 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064596.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 309.93 2024/11/20-20:08:49.518572 140008123385408 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064596.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-20:08:49.680752 140008123385408 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064596.sst): second pass time = 0.78's, 169.830'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.086'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1872.562'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.05's, 919.637'MB/sec dict compress time = 0.00's, 1378498.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36344.169'MB/sec zip my value time = 0.78's, unzip length = 0.132'GB zip my value throughput = 169.830'MB/sec zip pipeline throughput = 215.298'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.98 avg-zval = 309.93 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.17 avg-zval = 309.93 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 3583 bytes = 11664 } seq expand size = 25081 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.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 7.0039 value = 3.2813 dict = 1.00 all = 3.2149 } Zip/UnZip{ index = 0.1428 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 563.725036 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661722 Billion total entry num = 1.701163744 Billion write speed all = 80.994469035 MB/sec (with seq num) write speed all = 79.181666619 MB/sec (without seq num) 2024/11/20-20:08:49.752326 140008123385408 [compaction_job.cc:1948] [default] [JOB 9473] Generated table #64596: 129432 keys, 41749313 bytes, temperature: kWarm 2024/11/20-20:08:49.752399 140008123385408 EVENT_LOG_v1 {"time_micros": 1732104529752364, "cf_name": "default", "job": 9473, "event": "table_file_creation", "file_number": 64596, "file_size": 41749313, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1056139293, "table_properties": {"data_size": 40115200, "index_size": 221760, "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": 2588640, "raw_average_key_size": 20, "raw_value_size": 131629899, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "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": 1732104528, "oldest_key_time": 0, "file_creation_time": 1732104528, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64596, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:08:49.788538 140008123385408 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064597.sst) /dev/shm/ToplingTemp/Topling-918317-wWEu7Z 2024/11/20-20:08:50.201332 140008123385408 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064597.sst): first pass time = 0.41's, 220.218'MB/sec 2024/11/20-20:08:50.623394 140008123385408 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064597.sst): old prealloc_size = 147639500, real_size = 27389392 2024/11/20-20:08:50.623530 140008123385408 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064597.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 87653 prefix = 4 raw-key = 0.0007 GB zip-key = 0.0001 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.0891 GB zip-val = 0.0272 GB avg-val =1016.99 avg-zval = 310.51 2024/11/20-20:08:50.623588 140008123385408 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064597.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.091 GB 2024/11/20-20:08:50.738985 140008123385408 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00/064597.sst): second pass time = 0.42's, 211.631'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.12's, 244.915'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1498.859'MB/sec (index lex order gen) rebuild zvType time = 0.08's, 0.274'MB/sec write SST data time = 0.04's, 796.991'MB/sec dict compress time = 0.00's, 923438.000'MB/sec z-dict build time = 0.00's, sample length = 0.923'MB, throughput = 17329.518'MB/sec zip my value time = 0.42's, unzip length = 0.089'GB zip my value throughput = 211.631'MB/sec zip pipeline throughput = 211.631'MB/sec entries = 87653 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.99 avg-zval = 310.51 usrkeys = 87653 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.07 avg-zval = 310.51 TagRS{ kinds = RS_Key0_TagN bytes = 13800 } TagArray{ size = 1000 bytes = 3264 } seq expand size = 7000 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0011 GB value = 0.0891 GB dict = 0.92 MB all = 0.0909 GB } __ZipSize{ index = 0.0001 GB value = 0.0272 GB dict = 0.92 MB all = 0.0283 GB } UnZip/Zip{ index = 7.0235 value = 3.2752 dict = 1.00 all = 3.2108 } Zip/UnZip{ index = 0.1424 value = 0.3053 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.814185 GB avg = 0.331 KB (by entry num) total key len = 44.329102 GB avg = 0.026 KB total ukey len = 32.802959 GB avg = 0.014 KB total ukey num = 2.321749375 Billion total entry num = 1.701251397 Billion write speed all = 80.995160441 MB/sec (with seq num) write speed all = 79.182520129 MB/sec (without seq num) 2024/11/20-20:08:50.801464 140008123385408 [compaction_job.cc:1948] [default] [JOB 9473] Generated table #64597: 87653 keys, 28309484 bytes, temperature: kWarm 2024/11/20-20:08:50.801535 140008123385408 EVENT_LOG_v1 {"time_micros": 1732104530801502, "cf_name": "default", "job": 9473, "event": "table_file_creation", "file_number": 64597, "file_size": 28309484, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1056122904, "table_properties": {"data_size": 27217536, "index_size": 149760, "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": 1753060, "raw_average_key_size": 20, "raw_value_size": 89142048, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 87653, "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": 1732104529, "oldest_key_time": 0, "file_creation_time": 1732104529, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 64597, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:08:50.824316 140008123385408 [compaction_job.cc:703] job-09473: subcompact[0], size: 0.238337 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09473/att-00 [064592,064593,064594,064595,064596,064597] 2024/11/20-20:08:50.868954 140008123385408 (Original Log Time 2024/11/20-20:08:41.917758) EVENT_LOG_v1 {"time_micros": 1732104521917714, "job": 9473, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [64584], "files_L3": [64514, 64515, 64516, 64517, 64518, 64519], "score": 0.950202, "input_data_size": 270188487, "oldest_snapshot_seqno": 1056466625} 2024/11/20-20:08:50.868958 140008123385408 (Original Log Time 2024/11/20-20:08:50.868302) [compaction_job.cc:2022] [default] [JOB 9473] Compacted 1@2 + 6@3 files to L3 => 238336765 bytes 2024/11/20-20:08:50.868959 140008123385408 (Original Log Time 2024/11/20-20:08:50.868887) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 30.3 rd, 26.8 wr, level 3, files in(1, 6) out(6 +0 blob) MB in(31.1, 226.6 +0.0 blob) out(227.3 +0.0 blob), read-write-amplify(15.6) write-amplify(7.3) OK, records in: 764359, records dropped: 29560 output_compression: Snappy 2024/11/20-20:08:50.868963 140008123385408 (Original Log Time 2024/11/20-20:08:50.868933) EVENT_LOG_v1 {"time_micros": 1732104530868909, "cf": "default", "job": 9473, "event": "compaction_finished", "compaction_time_micros": 8906567, "compaction_time_cpu_micros": 2308565, "output_level": 3, "num_output_files": 6, "total_output_size": 238336765, "num_input_records": 764359, "num_output_records": 734799, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 172476551, "file_range_sync_nanos": 0, "file_fsync_nanos": 5300, "file_prepare_write_nanos": 13750, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-20:08:50.999120 140008123385408 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732096383,"starts":1732104521,"executesMs":9124,"compactionJobId":9473,"attempt":0,"compactionInputRawBytes":792639648,"compactionInputZipBytes":270188487,"compactionOutputRawBytes":0,"compactionOutputZipBytes":238336765,"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-246a88a085e5b73e0b4b035ac4127356-613d72377ce1ac08-00"}}, response = 2024/11/20-20:08:50.999212 140008123385408 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09473/att-00: olev 3, work 9.124 s, result 7.690 ms, install 0.676 ms, input{raw 755.920 MiB zip 257.672 MiB}