2024/11/20-15:44:27.079024 140257281910336 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00: fork to child time = 0.018694 sec 2024/11/20-15:44:27.079603 140257281910336 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00 2024/11/20-15:44:27.086057 140257281910336 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00 2024/11/20-15:44:27.087688 140257281910336 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:44:27.087901 140257281910336 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-15:44:27.132143 140257281910336 [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-13607/att-00/MANIFEST-019309 2024/11/20-15:44:27.159116 140257281910336 [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-13607/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 41398, last_sequence is 726136518, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 41206 2024/11/20-15:44:27.159125 140257281910336 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:44:27.159205 140257281910336 [version_set.cc:5724] Creating manifest 41398 2024/11/20-15:44:27.203577 140257281910336 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:44:27.238165 140257281910336 [compaction_job.cc:2437] [default] [JOB 13607] Compacting 1@2 + 7@3 files to L3, score 0.92, subcompactions 1 : 1 2024/11/20-15:44:27.238180 140257281910336 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10862 Base level 2, inputs: [41337(31MB)], [41364(40MB) 41365(823KB) 41327(39MB) 41328(39MB) 41329(39MB) 41330(40MB) 41331(40MB)] 2024/11/20-15:44:27.244874 140257281910336 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:44:27.244894 140257281910336 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:44:27.244910 140257281910336 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:44:27.244916 140257281910336 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-15:44:27.244926 140257281910336 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-15:44:27.859973 140257281910336 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041399.sst) /dev/shm/ToplingTemp/Topling-507760-Owud4D 2024/11/20-15:44:28.182386 140257281910336 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041399.sst): first pass time = 0.32's, 416.363'MB/sec 2024/11/20-15:44:28.795224 140257281910336 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041399.sst): old prealloc_size = 147639500, real_size = 40970528 2024/11/20-15:44:28.795347 140257281910336 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041399.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129433 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.76 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.97 avg-zval = 314.52 2024/11/20-15:44:28.795505 140257281910336 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041399.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-15:44:28.962182 140257281910336 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041399.sst): second pass time = 0.61's, 215.062'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 256.147'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2221.872'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.05's, 931.358'MB/sec dict compress time = 3403719016.18's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 38337.692'MB/sec zip my value time = 0.61's, unzip length = 0.132'GB zip my value throughput = 215.062'MB/sec zip pipeline throughput = 215.062'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1016.97 avg-zval = 314.52 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1023.57 avg-zval = 314.52 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 122128 bytes = 427456 } seq expand size = 854896 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.0428 GB } UnZip/Zip{ index = 6.8056 value = 3.2334 dict = 1.00 all = 3.1385 } Zip/UnZip{ index = 0.1469 value = 0.3093 dict = 1.00 all = 0.3186 } ---------------------------- total value len = 0.132484 GB avg = 1.024 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.000129433 Billion total entry num = 0.000129433 Billion write speed all = 0.005401378 MB/sec (with seq num) write speed all = 0.005359971 MB/sec (without seq num) 2024/11/20-15:44:29.023398 140257281910336 [compaction_job.cc:1948] [default] [JOB 13607] Generated table #41399: 129433 keys, 42765657 bytes, temperature: kWarm 2024/11/20-15:44:29.023518 140257281910336 EVENT_LOG_v1 {"time_micros": 1732088669023459, "cf_name": "default", "job": 13607, "event": "table_file_creation", "file_number": 41399, "file_size": 42765657, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724897264, "table_properties": {"data_size": 40709776, "index_size": 228224, "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": 2588660, "raw_average_key_size": 20, "raw_value_size": 131629377, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129433, "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": 1732088667, "oldest_key_time": 0, "file_creation_time": 1732088667, "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": 41399, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:44:29.074360 140257281910336 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041400.sst) /dev/shm/ToplingTemp/Topling-507760-kLRWDB 2024/11/20-15:44:29.666109 140257281910336 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041400.sst): first pass time = 0.59's, 226.833'MB/sec 2024/11/20-15:44:30.323227 140257281910336 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041400.sst): old prealloc_size = 147639500, real_size = 40393984 2024/11/20-15:44:30.323366 140257281910336 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041400.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.0401 GB avg-val =1017.00 avg-zval = 310.13 2024/11/20-15:44:30.323425 140257281910336 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041400.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-15:44:30.543326 140257281910336 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041400.sst): second pass time = 0.66's, 200.547'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.22's, 189.902'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1942.620'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.203'MB/sec write SST data time = 0.06's, 692.321'MB/sec dict compress time = 3403719016.18's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24549.804'MB/sec zip my value time = 0.66's, unzip length = 0.132'GB zip my value throughput = 200.547'MB/sec zip pipeline throughput = 200.547'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 310.13 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.49 avg-zval = 310.13 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 9111 bytes = 31904 } seq expand size = 63777 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.0418 GB } UnZip/Zip{ index = 6.9997 value = 3.2793 dict = 1.00 all = 3.2115 } Zip/UnZip{ index = 0.1429 value = 0.3049 dict = 1.00 all = 0.3114 } ---------------------------- total value len = 0.264177 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.000258862 Billion total entry num = 0.000258862 Billion write speed all = 0.010770434 MB/sec (with seq num) write speed all = 0.010687627 MB/sec (without seq num) 2024/11/20-15:44:30.598971 140257281910336 [compaction_job.cc:1948] [default] [JOB 13607] Generated table #41400: 129429 keys, 41793350 bytes, temperature: kWarm 2024/11/20-15:44:30.599066 140257281910336 EVENT_LOG_v1 {"time_micros": 1732088670599017, "cf_name": "default", "job": 13607, "event": "table_file_creation", "file_number": 41400, "file_size": 41793350, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724892762, "table_properties": {"data_size": 40139568, "index_size": 221888, "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": 131629324, "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": 1732088669, "oldest_key_time": 0, "file_creation_time": 1732088669, "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": 41400, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:44:30.637636 140257281910336 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041401.sst) /dev/shm/ToplingTemp/Topling-507760-WlCc2D 2024/11/20-15:44:31.154988 140257281910336 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041401.sst): first pass time = 0.52's, 259.463'MB/sec 2024/11/20-15:44:31.691159 140257281910336 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041401.sst): old prealloc_size = 147639500, real_size = 40416256 2024/11/20-15:44:31.691277 140257281910336 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041401.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.73 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.28 2024/11/20-15:44:31.691341 140257281910336 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041401.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-15:44:31.852124 140257281910336 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041401.sst): second pass time = 0.54's, 245.901'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.930'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2372.902'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.04's, 954.110'MB/sec dict compress time = 3403719016.18's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23086.748'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 245.901'MB/sec zip pipeline throughput = 245.901'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.00 avg-zval = 310.28 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.81 avg-zval = 310.28 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 15103 bytes = 52880 } seq expand size = 105721 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.0418 GB } UnZip/Zip{ index = 6.9219 value = 3.2777 dict = 1.00 all = 3.2081 } Zip/UnZip{ index = 0.1445 value = 0.3051 dict = 1.00 all = 0.3117 } ---------------------------- total value len = 0.395913 GB avg = 1.020 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004660 GB avg = 0.012 KB total ukey num = 0.000388292 Billion total entry num = 0.000388292 Billion write speed all = 0.016140684 MB/sec (with seq num) write speed all = 0.016016481 MB/sec (without seq num) 2024/11/20-15:44:31.905305 140257281910336 [compaction_job.cc:1948] [default] [JOB 13607] Generated table #41401: 129430 keys, 41837140 bytes, temperature: kWarm 2024/11/20-15:44:31.905370 140257281910336 EVENT_LOG_v1 {"time_micros": 1732088671905339, "cf_name": "default", "job": 13607, "event": "table_file_creation", "file_number": 41401, "file_size": 41837140, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724881256, "table_properties": {"data_size": 40159344, "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": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629796, "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": 1732088670, "oldest_key_time": 0, "file_creation_time": 1732088670, "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": 41401, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:44:31.939824 140257281910336 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041402.sst) /dev/shm/ToplingTemp/Topling-507760-O8QQGC 2024/11/20-15:44:32.435831 140257281910336 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041402.sst): first pass time = 0.50's, 270.621'MB/sec 2024/11/20-15:44:33.069850 140257281910336 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041402.sst): old prealloc_size = 147639500, real_size = 40414224 2024/11/20-15:44:33.069967 140257281910336 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041402.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.26 2024/11/20-15:44:33.070024 140257281910336 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041402.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-15:44:33.273713 140257281910336 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041402.sst): second pass time = 0.63's, 207.866'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 205.255'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2387.800'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.243'MB/sec write SST data time = 0.07's, 590.823'MB/sec dict compress time = 3403719016.18's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24036.682'MB/sec zip my value time = 0.63's, unzip length = 0.132'GB zip my value throughput = 207.866'MB/sec zip pipeline throughput = 317.582'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.99 avg-zval = 310.26 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.78 avg-zval = 310.26 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 14660 bytes = 51328 } seq expand size = 102620 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.0418 GB } UnZip/Zip{ index = 6.9219 value = 3.2779 dict = 1.00 all = 3.2084 } Zip/UnZip{ index = 0.1445 value = 0.3051 dict = 1.00 all = 0.3117 } ---------------------------- total value len = 0.527645 GB avg = 1.019 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.000517723 Billion total entry num = 0.000517723 Billion write speed all = 0.021510152 MB/sec (with seq num) write speed all = 0.021344557 MB/sec (without seq num) 2024/11/20-15:44:33.334306 140257281910336 [compaction_job.cc:1948] [default] [JOB 13607] Generated table #41402: 129431 keys, 41833254 bytes, temperature: kWarm 2024/11/20-15:44:33.334374 140257281910336 EVENT_LOG_v1 {"time_micros": 1732088673334343, "cf_name": "default", "job": 13607, "event": "table_file_creation", "file_number": 41402, "file_size": 41833254, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724887716, "table_properties": {"data_size": 40157312, "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": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629809, "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": 1732088671, "oldest_key_time": 0, "file_creation_time": 1732088671, "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": 41402, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:44:33.374971 140257281910336 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041403.sst) /dev/shm/ToplingTemp/Topling-507760-6CBMsC 2024/11/20-15:44:34.049362 140257281910336 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041403.sst): first pass time = 0.67's, 199.035'MB/sec 2024/11/20-15:44:36.105259 140257281910336 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041403.sst): old prealloc_size = 147639500, real_size = 40628128 2024/11/20-15:44:36.105400 140257281910336 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041403.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.00 avg-zval = 311.94 2024/11/20-15:44:36.105510 140257281910336 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041403.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-15:44:36.552021 140257281910336 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041403.sst): second pass time = 2.06's, 64.049'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.45's, 94.372'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1944.453'MB/sec (index lex order gen) rebuild zvType time = 0.36's, 0.089'MB/sec write SST data time = 0.08's, 506.444'MB/sec dict compress time = 0.00's, 1378334.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36474.477'MB/sec zip my value time = 2.06's, unzip length = 0.132'GB zip my value throughput = 64.049'MB/sec zip pipeline throughput = 176.282'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 311.94 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1019.51 avg-zval = 311.94 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 46505 bytes = 162784 } seq expand size = 325535 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0404 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 7.0159 value = 3.2602 dict = 1.00 all = 3.1836 } Zip/UnZip{ index = 0.1425 value = 0.3067 dict = 1.00 all = 0.3141 } ---------------------------- total value len = 0.659601 GB avg = 1.019 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.000647153 Billion total entry num = 0.000647153 Billion write speed all = 0.026885927 MB/sec (with seq num) write speed all = 0.026678959 MB/sec (without seq num) 2024/11/20-15:44:36.607364 140257281910336 [compaction_job.cc:1948] [default] [JOB 13607] Generated table #41403: 129430 keys, 42158941 bytes, temperature: kWarm 2024/11/20-15:44:36.607450 140257281910336 EVENT_LOG_v1 {"time_micros": 1732088676607408, "cf_name": "default", "job": 13607, "event": "table_file_creation", "file_number": 41403, "file_size": 42158941, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724897205, "table_properties": {"data_size": 40374224, "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": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629835, "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": 1732088673, "oldest_key_time": 0, "file_creation_time": 1732088673, "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": 41403, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:44:36.669709 140257281910336 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041404.sst) /dev/shm/ToplingTemp/Topling-507760-fVgeUD 2024/11/20-15:44:37.228409 140257281910336 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041404.sst): first pass time = 0.56's, 240.259'MB/sec 2024/11/20-15:44:37.924234 140257281910336 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041404.sst): old prealloc_size = 147639500, real_size = 40743024 2024/11/20-15:44:37.924362 140257281910336 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041404.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129425 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.78 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.03 avg-zval = 312.77 2024/11/20-15:44:37.924477 140257281910336 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041404.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-15:44:38.097624 140257281910336 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041404.sst): second pass time = 0.70's, 189.351'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 244.424'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2183.387'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.255'MB/sec write SST data time = 0.05's, 915.051'MB/sec dict compress time = 0.00's, 1378033.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45681.661'MB/sec zip my value time = 0.70's, unzip length = 0.132'GB zip my value throughput = 189.351'MB/sec zip pipeline throughput = 252.289'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.03 avg-zval = 312.77 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1021.17 avg-zval = 312.77 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 76494 bytes = 267744 } seq expand size = 535458 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.0424 GB } UnZip/Zip{ index = 6.7597 value = 3.2517 dict = 1.00 all = 3.1671 } Zip/UnZip{ index = 0.1479 value = 0.3075 dict = 1.00 all = 0.3157 } ---------------------------- total value len = 0.791766 GB avg = 1.020 KB (by entry num) total key len = 0.015532 GB avg = 0.020 KB total ukey len = 0.009319 GB avg = 0.012 KB total ukey num = 0.000776578 Billion total entry num = 0.000776578 Billion write speed all = 0.032270897 MB/sec (with seq num) write speed all = 0.032022553 MB/sec (without seq num) 2024/11/20-15:44:38.155813 140257281910336 [compaction_job.cc:1948] [default] [JOB 13607] Generated table #41404: 129425 keys, 42378672 bytes, temperature: kWarm 2024/11/20-15:44:38.155870 140257281910336 EVENT_LOG_v1 {"time_micros": 1732088678155841, "cf_name": "default", "job": 13607, "event": "table_file_creation", "file_number": 41404, "file_size": 42378672, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724897212, "table_properties": {"data_size": 40480736, "index_size": 229760, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588500, "raw_average_key_size": 20, "raw_value_size": 131629401, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129425, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732088676, "oldest_key_time": 0, "file_creation_time": 1732088676, "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": 41404, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:44:38.189701 140257281910336 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041405.sst) /dev/shm/ToplingTemp/Topling-507760-jonmOE 2024/11/20-15:44:38.197417 140257281910336 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041405.sst): first pass time = 0.01's, 430.830'MB/sec 2024/11/20-15:44:38.227917 140257281910336 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041405.sst): old prealloc_size = 147639500, real_size = 1030536 2024/11/20-15:44:38.227945 140257281910336 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041405.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 3193 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.61 raw-val = 0.0032 GB zip-val = 0.0010 GB avg-val =1016.83 avg-zval = 321.83 2024/11/20-15:44:38.234207 140257281910336 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00/041405.sst): second pass time = 0.03's, 108.433'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 170.017'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 133.927'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.335'MB/sec write SST data time = 0.00's, 275.223'MB/sec dict compress time = 0.00's, 35531.000'MB/sec z-dict build time = 0.00's, sample length = 0.036'MB, throughput = 1173.880'MB/sec zip my value time = 0.03's, unzip length = 0.003'GB zip my value throughput = 108.433'MB/sec zip pipeline throughput = 108.433'MB/sec entries = 3193 avg-key = 20.00 avg-zkey = 0.62 avg-val = 1016.83 avg-zval = 321.83 usrkeys = 3193 avg-key = 12.00 avg-zkey = 0.62 avg-val = 1017.06 avg-zval = 321.83 TagRS{ kinds = RS_Key0_TagN bytes = 600 } TagArray{ size = 105 bytes = 384 } seq expand size = 735 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0032 GB dict = 0.04 MB all = 0.0033 GB } __ZipSize{ index = 0.0000 GB value = 0.0010 GB dict = 0.04 MB all = 0.0011 GB } UnZip/Zip{ index = 19.3125 value = 3.1595 dict = 1.00 all = 3.1019 } Zip/UnZip{ index = 0.0518 value = 0.3165 dict = 1.00 all = 0.3224 } ---------------------------- total value len = 0.795013 GB avg = 1.020 KB (by entry num) total key len = 0.015595 GB avg = 0.020 KB total ukey len = 0.009357 GB avg = 0.012 KB total ukey num = 0.000779771 Billion total entry num = 0.000779771 Billion write speed all = 0.032403087 MB/sec (with seq num) write speed all = 0.032153724 MB/sec (without seq num) 2024/11/20-15:44:38.242138 140257281910336 [compaction_job.cc:1948] [default] [JOB 13607] Generated table #41405: 3193 keys, 1067276 bytes, temperature: kWarm 2024/11/20-15:44:38.242181 140257281910336 EVENT_LOG_v1 {"time_micros": 1732088678242157, "cf_name": "default", "job": 13607, "event": "table_file_creation", "file_number": 41405, "file_size": 1067276, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 723225431, "table_properties": {"data_size": 1027600, "index_size": 1984, "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": 63860, "raw_average_key_size": 20, "raw_value_size": 3246746, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 3193, "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-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732088678, "oldest_key_time": 0, "file_creation_time": 1732088678, "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": 41405, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:44:38.268537 140257281910336 [compaction_job.cc:703] job-13607: subcompact[0], size: 0.253834 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13607/att-00 [041399,041400,041401,041402,041403,041404,041405] 2024/11/20-15:44:38.313085 140257281910336 (Original Log Time 2024/11/20-15:44:27.238240) EVENT_LOG_v1 {"time_micros": 1732088667238197, "job": 13607, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [41337], "files_L3": [41364, 41365, 41327, 41328, 41329, 41330, 41331], "score": 0.918293, "input_data_size": 286327142, "oldest_snapshot_seqno": 726136437} 2024/11/20-15:44:38.313089 140257281910336 (Original Log Time 2024/11/20-15:44:38.312374) [compaction_job.cc:2022] [default] [JOB 13607] Compacted 1@2 + 7@3 files to L3 => 253834290 bytes 2024/11/20-15:44:38.313090 140257281910336 (Original Log Time 2024/11/20-15:44:38.312999) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 26.0 rd, 23.0 wr, level 3, files in(1, 7) out(7 +0 blob) MB in(31.2, 241.9 +0.0 blob) out(242.1 +0.0 blob), read-write-amplify(16.5) write-amplify(7.8) OK, records in: 811030, records dropped: 31259 output_compression: Snappy 2024/11/20-15:44:38.313093 140257281910336 (Original Log Time 2024/11/20-15:44:38.313066) EVENT_LOG_v1 {"time_micros": 1732088678313022, "cf": "default", "job": 13607, "event": "compaction_finished", "compaction_time_micros": 11030303, "compaction_time_cpu_micros": 2565796, "output_level": 3, "num_output_files": 7, "total_output_size": 253834290, "num_input_records": 811030, "num_output_records": 779771, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 253941289, "file_range_sync_nanos": 0, "file_fsync_nanos": 6668, "file_prepare_write_nanos": 17213, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-15:44:38.437782 140257281910336 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":1732088667,"executesMs":11227,"compactionJobId":13607,"attempt":0,"compactionInputRawBytes":841035176,"compactionInputZipBytes":286327142,"compactionOutputRawBytes":0,"compactionOutputZipBytes":253834290,"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-efa4658f78ad38c8a00b3469339e4ee7-fcfac3d9fa45d2ed-00"}}, response = 2024/11/20-15:44:38.437855 140257281910336 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-13607/att-00: olev 3, work 11.227 s, result 5.934 ms, install 0.734 ms, input{raw 802.074 MiB zip 273.063 MiB}