2024/11/20-20:54:13.339371 140008433915456 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00: fork to child time = 0.011787 sec 2024/11/20-20:54:13.339968 140008433915456 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00 2024/11/20-20:54:13.346793 140008433915456 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00 2024/11/20-20:54:13.348595 140008433915456 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:54:13.348863 140008433915456 [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:54:13.392482 140008433915456 [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-12315/att-00/MANIFEST-049091 2024/11/20-20:54:13.408170 140008433915456 [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-12315/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 69661, last_sequence is 1119721754, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 69525 2024/11/20-20:54:13.408179 140008433915456 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:54:13.408268 140008433915456 [version_set.cc:5724] Creating manifest 69661 2024/11/20-20:54:13.448663 140008433915456 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:54:13.468950 140008433915456 [compaction_job.cc:2437] [default] [JOB 12315] Compacting 1@2 + 9@3 files to L3, score 0.89, subcompactions 1 : 1 2024/11/20-20:54:13.468982 140008433915456 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10089 Base level 2, inputs: [69655(31MB)], [69555(40MB) 69556(2698KB) 69547(40MB) 69534(39MB) 69535(39MB) 69536(39MB) 69537(39MB) 69538(39MB) 69539(40MB)] 2024/11/20-20:54:13.478170 140008433915456 [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:54:13.478196 140008433915456 [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:54:13.478217 140008433915456 [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:54:13.478225 140008433915456 [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:54:13.478238 140008433915456 [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:54:14.097790 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069662.sst) /dev/shm/ToplingTemp/Topling-974026-t0efTs 2024/11/20-20:54:14.274205 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069662.sst): first pass time = 0.18's, 761.015'MB/sec 2024/11/20-20:54:15.147038 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069662.sst): old prealloc_size = 147639500, real_size = 40949264 2024/11/20-20:54:15.147211 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069662.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.74 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.39 2024/11/20-20:54:15.147417 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069662.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:54:15.332109 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069662.sst): second pass time = 0.87's, 150.930'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 231.010'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1674.492'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.248'MB/sec write SST data time = 0.05's, 784.652'MB/sec dict compress time = 7523097641.55's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43197.962'MB/sec zip my value time = 0.87's, unzip length = 0.132'GB zip my value throughput = 150.930'MB/sec zip pipeline throughput = 322.652'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.00 avg-zval = 314.39 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1024.00 avg-zval = 314.39 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 453024 } seq expand size = 906010 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8885 value = 3.2348 dict = 1.00 all = 3.1396 } Zip/UnZip{ index = 0.1452 value = 0.3091 dict = 1.00 all = 0.3185 } ---------------------------- total value len = 563.198268 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 59.368341665 MB/sec (with seq num) write speed all = 58.038800953 MB/sec (without seq num) 2024/11/20-20:54:15.390765 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69662: 129430 keys, 42749662 bytes, temperature: kWarm 2024/11/20-20:54:15.390858 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107255390816, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69662, "file_size": 42749662, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 951055562, "largest_seqno": 1119331819, "table_properties": {"data_size": 40691264, "index_size": 225472, "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": 131629993, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732107254, "oldest_key_time": 0, "file_creation_time": 1732107254, "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": 69662, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:15.430503 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069663.sst) /dev/shm/ToplingTemp/Topling-974026-24R6Mu 2024/11/20-20:54:15.968716 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069663.sst): first pass time = 0.54's, 249.401'MB/sec 2024/11/20-20:54:16.696455 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069663.sst): old prealloc_size = 147639500, real_size = 40975808 2024/11/20-20:54:16.696590 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069663.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.72 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.62 2024/11/20-20:54:16.696736 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069663.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:54:16.871606 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069663.sst): second pass time = 0.73's, 181.023'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 244.248'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1947.931'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.06's, 768.321'MB/sec dict compress time = -2705818398.78's, -0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 37171.002'MB/sec zip my value time = 0.73's, unzip length = 0.132'GB zip my value throughput = 181.023'MB/sec zip pipeline throughput = 338.111'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 314.62 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1024.00 avg-zval = 314.62 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 453024 } seq expand size = 906003 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.9916 value = 3.2325 dict = 1.00 all = 3.1377 } Zip/UnZip{ index = 0.1430 value = 0.3094 dict = 1.00 all = 0.3187 } ---------------------------- total value len = 563.330804 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 = 59.372614034 MB/sec (with seq num) write speed all = 58.043172146 MB/sec (without seq num) 2024/11/20-20:54:16.946103 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69663: 129429 keys, 42775913 bytes, temperature: kWarm 2024/11/20-20:54:16.946169 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107256946140, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69663, "file_size": 42775913, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1119331825, "table_properties": {"data_size": 40721136, "index_size": 222144, "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": 131629655, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732107255, "oldest_key_time": 0, "file_creation_time": 1732107255, "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": 69663, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:16.981764 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069664.sst) /dev/shm/ToplingTemp/Topling-974026-cVG1hv 2024/11/20-20:54:17.478990 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069664.sst): first pass time = 0.50's, 269.955'MB/sec 2024/11/20-20:54:18.012078 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069664.sst): old prealloc_size = 147639500, real_size = 40442224 2024/11/20-20:54:18.012211 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069664.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.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.01 avg-zval = 310.45 2024/11/20-20:54:18.012290 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069664.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:54:18.173927 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069664.sst): second pass time = 0.53's, 247.326'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.794'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2159.570'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 940.440'MB/sec dict compress time = 0.00's, 1378297.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 38595.867'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 247.326'MB/sec zip pipeline throughput = 247.326'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1017.01 avg-zval = 310.45 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1018.16 avg-zval = 310.45 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 21347 bytes = 74736 } seq expand size = 149429 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.7882 value = 3.2759 dict = 1.00 all = 3.2044 } Zip/UnZip{ index = 0.1473 value = 0.3053 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 563.462583 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 = 59.378187151 MB/sec (with seq num) write speed all = 58.048813252 MB/sec (without seq num) 2024/11/20-20:54:18.224690 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69664: 129428 keys, 41884984 bytes, temperature: kWarm 2024/11/20-20:54:18.224759 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107258224728, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69664, "file_size": 41884984, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1119313474, "table_properties": {"data_size": 40180896, "index_size": 228800, "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": 131629277, "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": 1732107256, "oldest_key_time": 0, "file_creation_time": 1732107256, "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": 69664, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:18.261026 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069665.sst) /dev/shm/ToplingTemp/Topling-974026-SW3Tqt 2024/11/20-20:54:18.765593 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069665.sst): first pass time = 0.50's, 266.039'MB/sec 2024/11/20-20:54:19.300872 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069665.sst): old prealloc_size = 147639500, real_size = 40363184 2024/11/20-20:54:19.301000 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069665.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.69 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 309.90 2024/11/20-20:54:19.301079 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069665.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:54:19.463065 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069665.sst): second pass time = 0.53's, 246.287'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.390'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2101.628'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.04's, 945.607'MB/sec dict compress time = 0.00's, 1378144.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 35544.826'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.287'MB/sec zip pipeline throughput = 246.287'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.69 avg-val = 1016.98 avg-zval = 309.90 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.69 avg-val = 1017.10 avg-zval = 309.90 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2281 bytes = 8000 } seq expand size = 15967 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.0816 value = 3.2816 dict = 1.00 all = 3.2156 } Zip/UnZip{ index = 0.1412 value = 0.3047 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 563.594228 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.321532295 Billion total entry num = 1.701034317 Billion write speed all = 59.383822323 MB/sec (with seq num) write speed all = 58.054514681 MB/sec (without seq num) 2024/11/20-20:54:19.513470 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69665: 129432 keys, 41739039 bytes, temperature: kWarm 2024/11/20-20:54:19.513543 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107259513504, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69665, "file_size": 41739039, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1119327363, "table_properties": {"data_size": 40111328, "index_size": 219328, "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": 131629340, "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": 1732107258, "oldest_key_time": 0, "file_creation_time": 1732107258, "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": 69665, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:19.551840 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069666.sst) /dev/shm/ToplingTemp/Topling-974026-boeAkr 2024/11/20-20:54:20.071329 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069666.sst): first pass time = 0.52's, 258.390'MB/sec 2024/11/20-20:54:20.563247 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069666.sst): old prealloc_size = 147639500, real_size = 40456720 2024/11/20-20:54:20.563379 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069666.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.79 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.97 avg-zval = 310.53 2024/11/20-20:54:20.563448 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069666.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:54:20.728653 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069666.sst): second pass time = 0.49's, 267.992'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 253.456'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2169.258'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.05's, 909.399'MB/sec dict compress time = 0.00's, 1377747.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43111.177'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 267.992'MB/sec zip pipeline throughput = 267.992'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.79 avg-val = 1016.97 avg-zval = 310.53 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.79 avg-val = 1018.42 avg-zval = 310.53 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 26795 bytes = 93792 } seq expand size = 187565 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.6948 value = 3.2750 dict = 1.00 all = 3.2019 } Zip/UnZip{ index = 0.1494 value = 0.3053 dict = 1.00 all = 0.3123 } ---------------------------- total value len = 563.726045 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661728 Billion total entry num = 1.701163750 Billion write speed all = 59.389609332 MB/sec (with seq num) write speed all = 58.060364875 MB/sec (without seq num) 2024/11/20-20:54:20.779484 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69666: 129433 keys, 41917970 bytes, temperature: kWarm 2024/11/20-20:54:20.779563 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107260779523, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69666, "file_size": 41917970, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1119331826, "table_properties": {"data_size": 40192192, "index_size": 232000, "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": 131629493, "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": 1732107259, "oldest_key_time": 0, "file_creation_time": 1732107259, "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": 69666, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:20.817091 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069667.sst) /dev/shm/ToplingTemp/Topling-974026-kvSSYt 2024/11/20-20:54:21.305087 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069667.sst): first pass time = 0.49's, 275.070'MB/sec 2024/11/20-20:54:21.898218 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069667.sst): old prealloc_size = 147639500, real_size = 40441664 2024/11/20-20:54:21.898351 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069667.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.78 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.43 2024/11/20-20:54:21.898421 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069667.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:54:22.060248 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069667.sst): second pass time = 0.59's, 222.225'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.547'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2154.114'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 939.765'MB/sec dict compress time = 0.00's, 1378270.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43989.212'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 222.225'MB/sec zip pipeline throughput = 222.225'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1016.99 avg-zval = 310.43 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1018.19 avg-zval = 310.43 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 22074 bytes = 77280 } seq expand size = 154518 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.7599 value = 3.2760 dict = 1.00 all = 3.2043 } Zip/UnZip{ index = 0.1479 value = 0.3052 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 563.857829 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.803461 GB avg = 0.014 KB total ukey num = 2.321791158 Billion total entry num = 1.701293180 Billion write speed all = 59.395008885 MB/sec (with seq num) write speed all = 58.065836166 MB/sec (without seq num) 2024/11/20-20:54:22.110533 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69667: 129430 keys, 41886941 bytes, temperature: kWarm 2024/11/20-20:54:22.110595 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107262110564, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69667, "file_size": 41886941, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1119329448, "table_properties": {"data_size": 40179376, "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": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629608, "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": 1732107260, "oldest_key_time": 0, "file_creation_time": 1732107260, "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": 69667, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:22.150002 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069668.sst) /dev/shm/ToplingTemp/Topling-974026-glKa5r 2024/11/20-20:54:22.635580 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069668.sst): first pass time = 0.49's, 276.426'MB/sec 2024/11/20-20:54:23.182402 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069668.sst): old prealloc_size = 147639500, real_size = 40384048 2024/11/20-20:54:23.182544 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069668.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.03 avg-zval = 310.06 2024/11/20-20:54:23.182612 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069668.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:54:23.343179 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069668.sst): second pass time = 0.55's, 241.093'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.835'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1950.154'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.04's, 954.626'MB/sec dict compress time = 0.00's, 1378318.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44320.332'MB/sec zip my value time = 0.55's, unzip length = 0.132'GB zip my value throughput = 241.093'MB/sec zip pipeline throughput = 241.093'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.03 avg-zval = 310.06 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.37 avg-zval = 310.06 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 6278 bytes = 21984 } seq expand size = 43946 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0136 value = 3.2801 dict = 1.00 all = 3.2130 } Zip/UnZip{ index = 0.1426 value = 0.3049 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.989503 GB avg = 0.331 KB (by entry num) total key len = 44.332526 GB avg = 0.026 KB total ukey len = 32.805014 GB avg = 0.014 KB total ukey num = 2.321920583 Billion total entry num = 1.701422605 Billion write speed all = 59.400678480 MB/sec (with seq num) write speed all = 58.071571168 MB/sec (without seq num) 2024/11/20-20:54:23.395748 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69668: 129425 keys, 41774093 bytes, temperature: kWarm 2024/11/20-20:54:23.395819 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107263395787, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69668, "file_size": 41774093, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1119331352, "table_properties": {"data_size": 40130080, "index_size": 221440, "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": 131629677, "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": 1732107262, "oldest_key_time": 0, "file_creation_time": 1732107262, "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": 69668, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:23.431484 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069669.sst) /dev/shm/ToplingTemp/Topling-974026-0m0Wur 2024/11/20-20:54:23.936611 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069669.sst): first pass time = 0.51's, 265.734'MB/sec 2024/11/20-20:54:24.442964 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069669.sst): old prealloc_size = 147639500, real_size = 40744672 2024/11/20-20:54:24.443120 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069669.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.0405 GB avg-val =1016.99 avg-zval = 312.82 2024/11/20-20:54:24.443234 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069669.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:54:24.619384 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069669.sst): second pass time = 0.51's, 260.302'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 240.421'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1690.711'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.06's, 710.649'MB/sec dict compress time = 0.00's, 1378135.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 39972.590'MB/sec zip my value time = 0.51's, unzip length = 0.132'GB zip my value throughput = 260.302'MB/sec zip pipeline throughput = 260.302'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 312.82 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1021.49 avg-zval = 312.82 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 83221 bytes = 291296 } seq expand size = 582547 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.0424 GB } UnZip/Zip{ index = 6.9656 value = 3.2510 dict = 1.00 all = 3.1652 } Zip/UnZip{ index = 0.1436 value = 0.3076 dict = 1.00 all = 0.3159 } ---------------------------- total value len = 564.121715 GB avg = 0.332 KB (by entry num) total key len = 44.335115 GB avg = 0.026 KB total ukey len = 32.806567 GB avg = 0.014 KB total ukey num = 2.322050014 Billion total entry num = 1.701552036 Billion write speed all = 59.406438445 MB/sec (with seq num) write speed all = 58.077395643 MB/sec (without seq num) 2024/11/20-20:54:24.679446 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69669: 129431 keys, 42403798 bytes, temperature: kWarm 2024/11/20-20:54:24.679547 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107264679491, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69669, "file_size": 42403798, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1119331603, "table_properties": {"data_size": 40489168, "index_size": 222976, "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": 131629876, "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": 1732107263, "oldest_key_time": 0, "file_creation_time": 1732107263, "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": 69669, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:24.736810 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069670.sst) /dev/shm/ToplingTemp/Topling-974026-XhSV7s 2024/11/20-20:54:24.772852 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069670.sst): first pass time = 0.04's, 286.875'MB/sec 2024/11/20-20:54:24.856510 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069670.sst): old prealloc_size = 147639500, real_size = 3223768 2024/11/20-20:54:24.856563 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069670.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 9958 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.20 raw-val = 0.0101 GB zip-val = 0.0032 GB avg-val =1016.93 avg-zval = 323.26 2024/11/20-20:54:24.870670 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00/069670.sst): second pass time = 0.08's, 122.230'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 238.148'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 80.805'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.230'MB/sec write SST data time = 0.00's, 1026.042'MB/sec dict compress time = 0.00's, 111808.000'MB/sec z-dict build time = 0.00's, sample length = 0.112'MB, throughput = 4278.749'MB/sec zip my value time = 0.08's, unzip length = 0.010'GB zip my value throughput = 122.230'MB/sec zip pipeline throughput = 122.230'MB/sec entries = 9958 avg-key = 20.00 avg-zkey = 0.21 avg-val = 1016.93 avg-zval = 323.26 usrkeys = 9958 avg-key = 12.00 avg-zkey = 0.21 avg-val = 1023.93 avg-zval = 323.26 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 9958 bytes = 34864 } seq expand size = 69706 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0001 GB value = 0.0101 GB dict = 0.11 MB all = 0.0103 GB } __ZipSize{ index = 0.0000 GB value = 0.0032 GB dict = 0.11 MB all = 0.0034 GB } UnZip/Zip{ index = 58.3477 value = 3.1458 dict = 1.00 all = 3.0650 } Zip/UnZip{ index = 0.0171 value = 0.3179 dict = 1.00 all = 0.3263 } ---------------------------- total value len = 564.131911 GB avg = 0.332 KB (by entry num) total key len = 44.335314 GB avg = 0.026 KB total ukey len = 32.806687 GB avg = 0.014 KB total ukey num = 2.322059972 Billion total entry num = 1.701561994 Billion write speed all = 59.405995717 MB/sec (with seq num) write speed all = 58.076977749 MB/sec (without seq num) 2024/11/20-20:54:24.881312 140008433915456 [compaction_job.cc:1948] [default] [JOB 12315] Generated table #69670: 9958 keys, 3368902 bytes, temperature: kWarm 2024/11/20-20:54:24.881367 140008433915456 EVENT_LOG_v1 {"time_micros": 1732107264881339, "cf_name": "default", "job": 12315, "event": "table_file_creation", "file_number": 69670, "file_size": 3368902, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980028377, "largest_seqno": 1117817826, "table_properties": {"data_size": 3219024, "index_size": 2048, "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": 199160, "raw_average_key_size": 20, "raw_value_size": 10126558, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 9958, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732107264, "oldest_key_time": 0, "file_creation_time": 1732107264, "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": 69670, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:54:24.891651 140008433915456 [compaction_job.cc:703] job-12315: subcompact[0], size: 0.340501 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12315/att-00 [069662,069663,069664,069665,069666,069667,069668,069669,069670] 2024/11/20-20:54:24.949072 140008433915456 (Original Log Time 2024/11/20-20:54:13.469097) EVENT_LOG_v1 {"time_micros": 1732107253469007, "job": 12315, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [69655], "files_L3": [69555, 69556, 69547, 69534, 69535, 69536, 69537, 69538, 69539], "score": 0.885708, "input_data_size": 372692431, "oldest_snapshot_seqno": 1119720920} 2024/11/20-20:54:24.949076 140008433915456 (Original Log Time 2024/11/20-20:54:24.948245) [compaction_job.cc:2022] [default] [JOB 12315] Compacted 1@2 + 9@3 files to L3 => 340501302 bytes 2024/11/20-20:54:24.949077 140008433915456 (Original Log Time 2024/11/20-20:54:24.948998) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 32.6 rd, 29.8 wr, level 3, files in(1, 9) out(9 +0 blob) MB in(31.2, 324.2 +0.0 blob) out(324.7 +0.0 blob), read-write-amplify(21.8) write-amplify(10.4) OK, records in: 1075576, records dropped: 30180 output_compression: Snappy 2024/11/20-20:54:24.949081 140008433915456 (Original Log Time 2024/11/20-20:54:24.949042) EVENT_LOG_v1 {"time_micros": 1732107264949020, "cf": "default", "job": 12315, "event": "compaction_finished", "compaction_time_micros": 11422558, "compaction_time_cpu_micros": 2906023, "output_level": 3, "num_output_files": 9, "total_output_size": 340501302, "num_input_records": 1075576, "num_output_records": 1045396, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 236093135, "file_range_sync_nanos": 0, "file_fsync_nanos": 8434, "file_prepare_write_nanos": 17578, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-20:54:25.085507 140008433915456 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":1732107253,"executesMs":11600,"compactionJobId":12315,"attempt":0,"compactionInputRawBytes":1115365196,"compactionInputZipBytes":372692431,"compactionOutputRawBytes":0,"compactionOutputZipBytes":340501302,"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-27fd4356a8ebe101ee6dd08fb09c03e1-9740c700d646dd0e-00"}}, response = 2024/11/20-20:54:25.085616 140008433915456 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-12315/att-00: olev 3, work 11.601 s, result 7.740 ms, install 0.850 ms, input{raw 1.039 GiB zip 355.427 MiB}