2024/11/20-20:24:58.823416 140008148563520 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00: fork to child time = 0.009566 sec 2024/11/20-20:24:58.824039 140008148563520 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00 2024/11/20-20:24:58.830673 140008148563520 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00 2024/11/20-20:24:58.832377 140008148563520 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:24:58.832612 140008148563520 [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:24:58.877858 140008148563520 [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-10483/att-00/MANIFEST-049091 2024/11/20-20:24:58.893712 140008148563520 [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-10483/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 66401, last_sequence is 1079589960, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 66277 2024/11/20-20:24:58.893720 140008148563520 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:24:58.893803 140008148563520 [version_set.cc:5724] Creating manifest 66401 2024/11/20-20:24:58.951002 140008148563520 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:24:58.984714 140008148563520 [compaction_job.cc:2437] [default] [JOB 10483] Compacting 1@2 + 9@3 files to L3, score 0.86, subcompactions 1 : 1 2024/11/20-20:24:58.984745 140008148563520 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8927 Base level 2, inputs: [66381(31MB)], [66307(40MB) 66308(2260KB) 66298(40MB) 66299(39MB) 66300(39MB) 66301(39MB) 66302(39MB) 66303(39MB) 66317(40MB)] 2024/11/20-20:24:58.993656 140008148563520 [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:24:58.993722 140008148563520 [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:24:58.993751 140008148563520 [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:24:58.993763 140008148563520 [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:24:58.993780 140008148563520 [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:24:59.642653 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066402.sst) /dev/shm/ToplingTemp/Topling-938204-6B975M 2024/11/20-20:24:59.818776 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066402.sst): first pass time = 0.18's, 762.265'MB/sec 2024/11/20-20:25:01.007674 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066402.sst): old prealloc_size = 147639500, real_size = 40933968 2024/11/20-20:25:01.007846 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066402.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.28 2024/11/20-20:25:01.008070 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066402.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:25:01.205600 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066402.sst): second pass time = 1.19's, 110.808'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 215.827'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1568.814'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.216'MB/sec write SST data time = 0.05's, 893.357'MB/sec dict compress time = 8371976435.89's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40009.289'MB/sec zip my value time = 1.19's, unzip length = 0.132'GB zip my value throughput = 110.808'MB/sec zip pipeline throughput = 185.818'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.00 avg-zval = 314.28 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1024.00 avg-zval = 314.28 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 436848 } 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.9140 value = 3.2360 dict = 1.00 all = 3.1419 } Zip/UnZip{ index = 0.1446 value = 0.3090 dict = 1.00 all = 0.3183 } ---------------------------- 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 = 71.650608071 MB/sec (with seq num) write speed all = 70.046008754 MB/sec (without seq num) 2024/11/20-20:25:01.257614 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66402: 129430 keys, 42718519 bytes, temperature: kWarm 2024/11/20-20:25:01.257698 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105501257657, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66402, "file_size": 42718519, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 951055562, "largest_seqno": 1078712696, "table_properties": {"data_size": 40676800, "index_size": 224640, "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": 131629952, "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": 1732105499, "oldest_key_time": 0, "file_creation_time": 1732105499, "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": 66402, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:01.293833 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066403.sst) /dev/shm/ToplingTemp/Topling-938204-XjuyvN 2024/11/20-20:25:01.925842 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066403.sst): first pass time = 0.63's, 212.378'MB/sec 2024/11/20-20:25:02.515919 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066403.sst): old prealloc_size = 147639500, real_size = 40914560 2024/11/20-20:25:02.516070 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066403.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.72 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.01 avg-zval = 314.14 2024/11/20-20:25:02.516226 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066403.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:25:02.697790 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066403.sst): second pass time = 0.59's, 223.383'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 234.609'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1896.337'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.250'MB/sec write SST data time = 0.05's, 813.366'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 22434.269'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 223.383'MB/sec zip pipeline throughput = 223.383'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 314.14 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1023.20 avg-zval = 314.14 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 114425 bytes = 386192 } seq expand size = 800975 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.9615 value = 3.2374 dict = 1.00 all = 3.1456 } Zip/UnZip{ index = 0.1436 value = 0.3089 dict = 1.00 all = 0.3179 } ---------------------------- total value len = 563.330698 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.321273434 Billion total entry num = 1.700775456 Billion write speed all = 71.653921893 MB/sec (with seq num) write speed all = 70.049482822 MB/sec (without seq num) 2024/11/20-20:25:02.751968 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66403: 129428 keys, 42668613 bytes, temperature: kWarm 2024/11/20-20:25:02.752035 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105502752005, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66403, "file_size": 42668613, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1078713082, "table_properties": {"data_size": 40658928, "index_size": 223104, "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": 131629205, "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": 1732105501, "oldest_key_time": 0, "file_creation_time": 1732105501, "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": 66403, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:02.789898 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066404.sst) /dev/shm/ToplingTemp/Topling-938204-LCV5kL 2024/11/20-20:25:03.311810 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066404.sst): first pass time = 0.52's, 257.189'MB/sec 2024/11/20-20:25:04.156839 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066404.sst): old prealloc_size = 147639500, real_size = 40414880 2024/11/20-20:25:04.156962 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066404.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.75 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.25 2024/11/20-20:25:04.157024 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066404.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:25:04.318425 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066404.sst): second pass time = 0.84's, 155.954'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.900'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2306.800'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 946.372'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36368.188'MB/sec zip my value time = 0.84's, unzip length = 0.132'GB zip my value throughput = 155.954'MB/sec zip pipeline throughput = 201.649'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.99 avg-zval = 310.25 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1017.73 avg-zval = 310.25 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 13652 bytes = 46096 } seq expand size = 95564 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.8632 value = 3.2780 dict = 1.00 all = 3.2088 } Zip/UnZip{ index = 0.1457 value = 0.3051 dict = 1.00 all = 0.3116 } ---------------------------- total value len = 563.462424 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.321402865 Billion total entry num = 1.700904887 Billion write speed all = 71.656066341 MB/sec (with seq num) write speed all = 70.051811752 MB/sec (without seq num) 2024/11/20-20:25:04.372763 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66404: 129431 keys, 41828650 bytes, temperature: kWarm 2024/11/20-20:25:04.372835 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105504372802, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66404, "file_size": 41828650, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1078707952, "table_properties": {"data_size": 40156048, "index_size": 226304, "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": 131629701, "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": 1732105502, "oldest_key_time": 0, "file_creation_time": 1732105502, "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": 66404, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:04.418652 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066405.sst) /dev/shm/ToplingTemp/Topling-938204-qCbCSN 2024/11/20-20:25:05.088292 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066405.sst): first pass time = 0.67's, 200.448'MB/sec 2024/11/20-20:25:05.591955 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066405.sst): old prealloc_size = 147639500, real_size = 40436176 2024/11/20-20:25:05.592100 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066405.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.78 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.98 avg-zval = 310.38 2024/11/20-20:25:05.592169 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066405.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:25:05.753786 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066405.sst): second pass time = 0.50's, 261.762'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.765'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1942.594'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.05's, 904.856'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25547.083'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 261.762'MB/sec zip pipeline throughput = 261.762'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1016.98 avg-zval = 310.38 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1018.07 avg-zval = 310.38 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 20067 bytes = 67744 } seq expand size = 140469 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7318 value = 3.2766 dict = 1.00 all = 3.2055 } Zip/UnZip{ index = 0.1485 value = 0.3052 dict = 1.00 all = 0.3120 } ---------------------------- total value len = 563.594193 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.321532296 Billion total entry num = 1.701034318 Billion write speed all = 71.659780158 MB/sec (with seq num) write speed all = 70.055674947 MB/sec (without seq num) 2024/11/20-20:25:05.805387 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66405: 129431 keys, 41871564 bytes, temperature: kWarm 2024/11/20-20:25:05.805459 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105505805426, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66405, "file_size": 41871564, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1078713202, "table_properties": {"data_size": 40172928, "index_size": 230720, "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": 131629192, "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": 1732105504, "oldest_key_time": 0, "file_creation_time": 1732105504, "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": 66405, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:05.842860 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066406.sst) /dev/shm/ToplingTemp/Topling-938204-uELynN 2024/11/20-20:25:06.395162 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066406.sst): first pass time = 0.55's, 243.032'MB/sec 2024/11/20-20:25:07.695427 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066406.sst): old prealloc_size = 147639500, real_size = 40377584 2024/11/20-20:25:07.695567 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066406.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.97 avg-zval = 309.99 2024/11/20-20:25:07.695631 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066406.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:25:07.854649 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066406.sst): second pass time = 1.30's, 101.298'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.314'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2225.250'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.04's, 956.695'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26209.466'MB/sec zip my value time = 1.30's, unzip length = 0.132'GB zip my value throughput = 101.298'MB/sec zip pipeline throughput = 220.617'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.97 avg-zval = 309.99 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.28 avg-zval = 309.99 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5737 bytes = 19376 } seq expand size = 40159 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 = 7.0019 value = 3.2806 dict = 1.00 all = 3.2137 } Zip/UnZip{ index = 0.1428 value = 0.3048 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.725863 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.321661729 Billion total entry num = 1.701163751 Billion write speed all = 71.657860481 MB/sec (with seq num) write speed all = 70.054030391 MB/sec (without seq num) 2024/11/20-20:25:07.907326 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66406: 129433 keys, 41764440 bytes, temperature: kWarm 2024/11/20-20:25:07.907395 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105507907363, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66406, "file_size": 41764440, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1078706222, "table_properties": {"data_size": 40123232, "index_size": 221824, "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": 131629089, "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": 1732105505, "oldest_key_time": 0, "file_creation_time": 1732105505, "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": 66406, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:07.943880 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066407.sst) /dev/shm/ToplingTemp/Topling-938204-KKFjRN 2024/11/20-20:25:08.499844 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066407.sst): first pass time = 0.56's, 241.437'MB/sec 2024/11/20-20:25:09.075839 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066407.sst): old prealloc_size = 147639500, real_size = 40404352 2024/11/20-20:25:09.075989 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066407.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.74 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 310.19 2024/11/20-20:25:09.076073 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066407.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:25:09.240400 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066407.sst): second pass time = 0.58's, 228.806'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 254.057'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1989.822'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.273'MB/sec write SST data time = 0.05's, 908.869'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42334.613'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 228.806'MB/sec zip pipeline throughput = 228.806'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.02 avg-zval = 310.19 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.62 avg-zval = 310.19 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11123 bytes = 37552 } seq expand size = 77861 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.8962 value = 3.2787 dict = 1.00 all = 3.2102 } Zip/UnZip{ index = 0.1450 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.857570 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.321791156 Billion total entry num = 1.701293178 Billion write speed all = 71.661983992 MB/sec (with seq num) write speed all = 70.058293777 MB/sec (without seq num) 2024/11/20-20:25:09.293169 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66407: 129427 keys, 41809776 bytes, temperature: kWarm 2024/11/20-20:25:09.293228 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105509293197, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66407, "file_size": 41809776, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1078697000, "table_properties": {"data_size": 40146608, "index_size": 225216, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629994, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732105507, "oldest_key_time": 0, "file_creation_time": 1732105507, "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": 66407, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:09.332865 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066408.sst) /dev/shm/ToplingTemp/Topling-938204-myJ9AK 2024/11/20-20:25:09.870412 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066408.sst): first pass time = 0.54's, 249.704'MB/sec 2024/11/20-20:25:10.800403 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066408.sst): old prealloc_size = 147639500, real_size = 40375552 2024/11/20-20:25:10.800579 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066408.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 310.00 2024/11/20-20:25:10.800663 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066408.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:25:11.124654 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066408.sst): second pass time = 0.92's, 143.604'MB/sec, value only(98.1% of KV) wait indexing time = 0.01's, remap KeyValue time = 0.32's, 128.784'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1627.514'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.128'MB/sec write SST data time = 0.07's, 579.307'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 49689.037'MB/sec zip my value time = 0.92's, unzip length = 0.132'GB zip my value throughput = 143.604'MB/sec zip pipeline throughput = 186.445'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 310.00 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.26 avg-zval = 310.00 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 4417 bytes = 14928 } seq expand size = 30919 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 = 7.0280 value = 3.2807 dict = 1.00 all = 3.2142 } Zip/UnZip{ index = 0.1423 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 563.989231 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 = 71.661892152 MB/sec (with seq num) write speed all = 70.058435932 MB/sec (without seq num) 2024/11/20-20:25:11.174444 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66408: 129427 keys, 41758036 bytes, temperature: kWarm 2024/11/20-20:25:11.174519 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105511174489, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66408, "file_size": 41758036, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1078658826, "table_properties": {"data_size": 40122032, "index_size": 220992, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629576, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732105509, "oldest_key_time": 0, "file_creation_time": 1732105509, "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": 66408, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:11.213612 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066409.sst) /dev/shm/ToplingTemp/Topling-938204-sNHiNM 2024/11/20-20:25:11.798014 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066409.sst): first pass time = 0.58's, 229.684'MB/sec 2024/11/20-20:25:12.393981 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066409.sst): old prealloc_size = 147639500, real_size = 40917024 2024/11/20-20:25:12.394135 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066409.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.99 avg-zval = 314.16 2024/11/20-20:25:12.394287 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066409.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:25:12.563485 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066409.sst): second pass time = 0.60's, 221.211'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 251.858'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1860.319'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.267'MB/sec write SST data time = 0.05's, 883.785'MB/sec dict compress time = 4500410383.62's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24537.011'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 221.211'MB/sec zip pipeline throughput = 221.211'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 314.16 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1023.46 avg-zval = 314.16 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 119478 bytes = 403248 } seq expand size = 836346 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.9756 value = 3.2372 dict = 1.00 all = 3.1442 } Zip/UnZip{ index = 0.1434 value = 0.3089 dict = 1.00 all = 0.3181 } ---------------------------- total value len = 564.121697 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.322050013 Billion total entry num = 1.701552035 Billion write speed all = 71.665654807 MB/sec (with seq num) write speed all = 70.062348366 MB/sec (without seq num) 2024/11/20-20:25:12.618292 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66409: 129430 keys, 42688244 bytes, temperature: kWarm 2024/11/20-20:25:12.618362 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105512618330, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66409, "file_size": 42688244, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1078713204, "table_properties": {"data_size": 40661840, "index_size": 222656, "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": 131629650, "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": 1732105511, "oldest_key_time": 0, "file_creation_time": 1732105511, "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": 66409, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:12.658736 140008148563520 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066410.sst) /dev/shm/ToplingTemp/Topling-938204-wMeSSM 2024/11/20-20:25:12.675997 140008148563520 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066410.sst): first pass time = 0.02's, 584.890'MB/sec 2024/11/20-20:25:12.760983 140008148563520 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066410.sst): old prealloc_size = 147639500, real_size = 3159600 2024/11/20-20:25:12.761036 140008148563520 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066410.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 9710 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 1.90 raw-val = 0.0099 GB zip-val = 0.0031 GB avg-val =1017.00 avg-zval = 323.22 2024/11/20-20:25:12.761098 140008148563520 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066410.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0000 GB, waited 0.000 sec, Key+Value = 0.010 GB 2024/11/20-20:25:12.775900 140008148563520 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00/066410.sst): second pass time = 0.08's, 117.321'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 221.610'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 418.102'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.221'MB/sec write SST data time = 0.00's, 847.866'MB/sec dict compress time = 4500410383.62's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.111'MB, throughput = 2430.394'MB/sec zip my value time = 0.08's, unzip length = 0.010'GB zip my value throughput = 117.321'MB/sec zip pipeline throughput = 117.321'MB/sec entries = 9710 avg-key = 20.00 avg-zkey = 1.90 avg-val = 1017.00 avg-zval = 323.22 usrkeys = 9710 avg-key = 12.00 avg-zkey = 1.90 avg-val = 1024.00 avg-zval = 323.22 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 9710 bytes = 32784 } seq expand size = 67970 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0001 GB value = 0.0099 GB dict = 0.11 MB all = 0.0101 GB } __ZipSize{ index = 0.0000 GB value = 0.0031 GB dict = 0.11 MB all = 0.0033 GB } UnZip/Zip{ index = 6.2997 value = 3.1465 dict = 1.00 all = 3.0494 } Zip/UnZip{ index = 0.1587 value = 0.3178 dict = 1.00 all = 0.3279 } ---------------------------- total value len = 564.131640 GB avg = 0.332 KB (by entry num) total key len = 44.335309 GB avg = 0.026 KB total ukey len = 32.806684 GB avg = 0.014 KB total ukey num = 2.322059723 Billion total entry num = 1.701561745 Billion write speed all = 71.665055721 MB/sec (with seq num) write speed all = 70.061780244 MB/sec (without seq num) 2024/11/20-20:25:12.787503 140008148563520 [compaction_job.cc:1948] [default] [JOB 10483] Generated table #66410: 9710 keys, 3302042 bytes, temperature: kWarm 2024/11/20-20:25:12.787568 140008148563520 EVENT_LOG_v1 {"time_micros": 1732105512787536, "cf_name": "default", "job": 10483, "event": "table_file_creation", "file_number": 66410, "file_size": 3302042, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 978102088, "largest_seqno": 1077209130, "table_properties": {"data_size": 3138464, "index_size": 18496, "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": 194200, "raw_average_key_size": 20, "raw_value_size": 9875111, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 9710, "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": 1732105512, "oldest_key_time": 0, "file_creation_time": 1732105512, "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": 66410, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:25:12.796413 140008148563520 [compaction_job.cc:703] job-10483: subcompact[0], size: 0.340410 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10483/att-00 [066402,066403,066404,066405,066406,066407,066408,066409,066410] 2024/11/20-20:25:12.870265 140008148563520 (Original Log Time 2024/11/20-20:24:58.984838) EVENT_LOG_v1 {"time_micros": 1732105498984770, "job": 10483, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [66381], "files_L3": [66307, 66308, 66298, 66299, 66300, 66301, 66302, 66303, 66317], "score": 0.856417, "input_data_size": 372178507, "oldest_snapshot_seqno": 1079589580} 2024/11/20-20:25:12.870269 140008148563520 (Original Log Time 2024/11/20-20:25:12.858754) [compaction_job.cc:2022] [default] [JOB 10483] Compacted 1@2 + 9@3 files to L3 => 340409884 bytes 2024/11/20-20:25:12.870270 140008148563520 (Original Log Time 2024/11/20-20:25:12.870177) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 26.9 rd, 24.6 wr, level 3, files in(1, 9) out(9 +0 blob) MB in(31.2, 323.7 +0.0 blob) out(324.6 +0.0 blob), read-write-amplify(21.8) write-amplify(10.4) OK, records in: 1074248, records dropped: 29101 output_compression: Snappy 2024/11/20-20:25:12.870274 140008148563520 (Original Log Time 2024/11/20-20:25:12.870237) EVENT_LOG_v1 {"time_micros": 1732105512870208, "cf": "default", "job": 10483, "event": "compaction_finished", "compaction_time_micros": 13811583, "compaction_time_cpu_micros": 3129424, "output_level": 3, "num_output_files": 9, "total_output_size": 340409884, "num_input_records": 1074248, "num_output_records": 1045147, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 274713502, "file_range_sync_nanos": 0, "file_fsync_nanos": 7950, "file_prepare_write_nanos": 20560, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-20:25:13.006352 140008148563520 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":1732105498,"executesMs":14027,"compactionJobId":10483,"attempt":0,"compactionInputRawBytes":1113990022,"compactionInputZipBytes":372178507,"compactionOutputRawBytes":0,"compactionOutputZipBytes":340409884,"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-383d45944c8a03ad65d20721ba425cb0-d252f08301438c41-00"}}, response = 2024/11/20-20:25:13.006440 140008148563520 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-10483/att-00: olev 3, work 14.027 s, result 7.711 ms, install 11.542 ms, input{raw 1.037 GiB zip 354.937 MiB}