2024/11/20-15:38:31.999676 140257575654976 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00: fork to child time = 0.010388 sec 2024/11/20-15:38:32.000217 140257575654976 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00 2024/11/20-15:38:32.005111 140257575654976 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00 2024/11/20-15:38:32.006751 140257575654976 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:38:32.006969 140257575654976 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-15:38:32.055013 140257575654976 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-13325/att-00/MANIFEST-019309 2024/11/20-15:38:32.071834 140257575654976 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-13325/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 40898, last_sequence is 719255678, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 40729 2024/11/20-15:38:32.071841 140257575654976 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:38:32.071916 140257575654976 [version_set.cc:5724] Creating manifest 40898 2024/11/20-15:38:32.105999 140257575654976 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:38:32.128143 140257575654976 [compaction_job.cc:2437] [default] [JOB 13325] Compacting 1@2 + 7@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/20-15:38:32.128156 140257575654976 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10684 Base level 2, inputs: [40896(12MB)], [40840(38MB) 40841(37MB) 40842(37MB) 40843(38MB) 40844(36MB) 40845(36MB) 40846(38MB)] 2024/11/20-15:38:32.134148 140257575654976 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:38:32.134173 140257575654976 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:38:32.134193 140257575654976 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:38:32.134201 140257575654976 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-15:38:32.134209 140257575654976 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-15:38:32.588479 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040899.sst) /dev/shm/ToplingTemp/Topling-496476-oo4NMp 2024/11/20-15:38:33.116201 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040899.sst): first pass time = 0.53's, 254.353'MB/sec 2024/11/20-15:38:34.297135 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040899.sst): old prealloc_size = 147639500, real_size = 35925904 2024/11/20-15:38:34.297842 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040899.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926970 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1083 GB zip-val = 0.0339 GB avg-val = 116.79 avg-zval = 36.59 2024/11/20-15:38:34.298741 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040899.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:38:35.207684 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040899.sst): second pass time = 1.18's, 91.746'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.91's, 43.957'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2599.857'MB/sec (index lex order gen) rebuild zvType time = 0.76's, 0.305'MB/sec write SST data time = 0.15's, 265.425'MB/sec dict compress time = 8247268753.41's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 20761.610'MB/sec zip my value time = 1.18's, unzip length = 0.108'GB zip my value throughput = 91.746'MB/sec zip pipeline throughput = 91.746'MB/sec entries = 926970 avg-key = 28.00 avg-zkey = 1.92 avg-val = 116.79 avg-zval = 36.59 usrkeys = 926970 avg-key = 20.00 avg-zkey = 1.92 avg-val = 123.79 avg-zval = 36.59 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 926970 bytes = 3244416 } seq expand size = 6488790 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0339 GB dict = 1.08 MB all = 0.0400 GB } UnZip/Zip{ index = 10.4434 value = 3.1918 dict = 1.00 all = 3.3533 } Zip/UnZip{ index = 0.0958 value = 0.3133 dict = 1.00 all = 0.2982 } ---------------------------- total value len = 0.114751 GB avg = 0.124 KB (by entry num) total key len = 0.025955 GB avg = 0.028 KB total ukey len = 0.018539 GB avg = 0.020 KB total ukey num = 0.000926970 Billion total entry num = 0.000926970 Billion write speed all = 0.005707398 MB/sec (with seq num) write speed all = 0.005406597 MB/sec (without seq num) 2024/11/20-15:38:35.260197 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40899: 926970 keys, 40025002 bytes, temperature: kWarm 2024/11/20-15:38:35.260299 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088315260246, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40899, "file_size": 40025002, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625257, "largest_seqno": 718931869, "table_properties": {"data_size": 33918720, "index_size": 1775232, "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": 25955160, "raw_average_key_size": 28, "raw_value_size": 108262640, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926970, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088312, "oldest_key_time": 0, "file_creation_time": 1732088312, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40899, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:35.314104 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040900.sst) /dev/shm/ToplingTemp/Topling-496476-yU9hMm 2024/11/20-15:38:36.157949 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040900.sst): first pass time = 0.84's, 159.064'MB/sec 2024/11/20-15:38:37.986614 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040900.sst): old prealloc_size = 147639500, real_size = 35307760 2024/11/20-15:38:37.987238 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040900.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 924896 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.97 raw-val = 0.1083 GB zip-val = 0.0333 GB avg-val = 117.12 avg-zval = 35.96 2024/11/20-15:38:37.988169 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040900.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:38:38.979898 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040900.sst): second pass time = 1.83's, 59.257'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.99's, 39.673'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2989.357'MB/sec (index lex order gen) rebuild zvType time = 0.83's, 0.280'MB/sec write SST data time = 0.17's, 236.868'MB/sec dict compress time = 8247268753.41's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 28542.517'MB/sec zip my value time = 1.83's, unzip length = 0.108'GB zip my value throughput = 59.257'MB/sec zip pipeline throughput = 169.670'MB/sec entries = 924896 avg-key = 28.00 avg-zkey = 1.97 avg-val = 117.12 avg-zval = 35.96 usrkeys = 924896 avg-key = 20.00 avg-zkey = 1.97 avg-val = 124.12 avg-zval = 35.96 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 924896 bytes = 3237152 } seq expand size = 6474272 multi value expand size = 0 cnt WriteAppend = 37 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0333 GB dict = 1.08 MB all = 0.0394 GB } UnZip/Zip{ index = 10.1760 value = 3.2569 dict = 1.00 all = 3.4062 } Zip/UnZip{ index = 0.0983 value = 0.3070 dict = 1.00 all = 0.2936 } ---------------------------- total value len = 0.229546 GB avg = 0.124 KB (by entry num) total key len = 0.051852 GB avg = 0.028 KB total ukey len = 0.037037 GB avg = 0.020 KB total ukey num = 0.001851866 Billion total entry num = 0.001851866 Billion write speed all = 0.011412461 MB/sec (with seq num) write speed all = 0.010811624 MB/sec (without seq num) 2024/11/20-15:38:39.029093 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40900: 924896 keys, 39404506 bytes, temperature: kWarm 2024/11/20-15:38:39.029151 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088319029122, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40900, "file_size": 39404506, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 505009814, "largest_seqno": 718930179, "table_properties": {"data_size": 33258592, "index_size": 1817792, "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": 25897088, "raw_average_key_size": 28, "raw_value_size": 108320712, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 924896, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088315, "oldest_key_time": 0, "file_creation_time": 1732088315, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40900, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:39.068784 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040901.sst) /dev/shm/ToplingTemp/Topling-496476-elQiFn 2024/11/20-15:38:39.896775 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040901.sst): first pass time = 0.83's, 162.109'MB/sec 2024/11/20-15:38:41.596697 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040901.sst): old prealloc_size = 147639500, real_size = 35069488 2024/11/20-15:38:41.597269 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040901.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 924904 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.94 raw-val = 0.1083 GB zip-val = 0.0330 GB avg-val = 117.12 avg-zval = 35.73 2024/11/20-15:38:41.598008 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040901.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:38:42.399737 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040901.sst): second pass time = 1.70's, 63.750'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.80's, 48.619'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3267.575'MB/sec (index lex order gen) rebuild zvType time = 0.67's, 0.343'MB/sec write SST data time = 0.13's, 303.569'MB/sec dict compress time = 8247268753.41's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 12878.875'MB/sec zip my value time = 1.70's, unzip length = 0.108'GB zip my value throughput = 63.750'MB/sec zip pipeline throughput = 135.605'MB/sec entries = 924904 avg-key = 28.00 avg-zkey = 1.94 avg-val = 117.12 avg-zval = 35.73 usrkeys = 924904 avg-key = 20.00 avg-zkey = 1.94 avg-val = 123.54 avg-zval = 35.73 TagRS{ kinds = RS_Key0_TagN bytes = 144600 } TagArray{ size = 848331 bytes = 2969168 } seq expand size = 5938317 multi value expand size = 0 cnt WriteAppend = 20 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0330 GB dict = 1.08 MB all = 0.0390 GB } UnZip/Zip{ index = 10.3093 value = 3.2781 dict = 1.00 all = 3.4377 } Zip/UnZip{ index = 0.0970 value = 0.3051 dict = 1.00 all = 0.2909 } ---------------------------- total value len = 0.343805 GB avg = 0.124 KB (by entry num) total key len = 0.077750 GB avg = 0.028 KB total ukey len = 0.055535 GB avg = 0.020 KB total ukey num = 0.002776770 Billion total entry num = 0.002776770 Billion write speed all = 0.017094290 MB/sec (with seq num) write speed all = 0.016193493 MB/sec (without seq num) 2024/11/20-15:38:42.446497 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40901: 924904 keys, 39042682 bytes, temperature: kWarm 2024/11/20-15:38:42.446554 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088322446524, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40901, "file_size": 39042682, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 718931582, "table_properties": {"data_size": 33043744, "index_size": 1794304, "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": 25897312, "raw_average_key_size": 28, "raw_value_size": 108320488, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 924904, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088319, "oldest_key_time": 0, "file_creation_time": 1732088319, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40901, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:42.482142 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040902.sst) /dev/shm/ToplingTemp/Topling-496476-JM3vcq 2024/11/20-15:38:43.357528 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040902.sst): first pass time = 0.88's, 153.329'MB/sec 2024/11/20-15:38:44.898577 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040902.sst): old prealloc_size = 147639500, real_size = 36358800 2024/11/20-15:38:44.899174 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040902.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 930787 prefix = 4 raw-key = 0.0149 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1082 GB zip-val = 0.0344 GB avg-val = 116.20 avg-zval = 36.91 2024/11/20-15:38:44.899922 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040902.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:38:45.819508 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040902.sst): second pass time = 1.54's, 70.221'MB/sec, value only(80.6% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.92's, 43.691'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3073.295'MB/sec (index lex order gen) rebuild zvType time = 0.69's, 0.339'MB/sec write SST data time = 0.23's, 171.391'MB/sec dict compress time = 8247268753.41's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.078'MB, throughput = 28188.452'MB/sec zip my value time = 1.54's, unzip length = 0.108'GB zip my value throughput = 70.221'MB/sec zip pipeline throughput = 79.965'MB/sec entries = 930787 avg-key = 28.00 avg-zkey = 1.90 avg-val = 116.20 avg-zval = 36.91 usrkeys = 930787 avg-key = 20.00 avg-zkey = 1.90 avg-val = 123.20 avg-zval = 36.91 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 930787 bytes = 3025072 } seq expand size = 6515509 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0186 GB value = 0.1082 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0344 GB dict = 1.08 MB all = 0.0402 GB } UnZip/Zip{ index = 10.5133 value = 3.1482 dict = 1.00 all = 3.3358 } Zip/UnZip{ index = 0.0951 value = 0.3176 dict = 1.00 all = 0.2998 } ---------------------------- total value len = 0.458476 GB avg = 0.124 KB (by entry num) total key len = 0.103812 GB avg = 0.028 KB total ukey len = 0.074151 GB avg = 0.020 KB total ukey num = 0.003707557 Billion total entry num = 0.003707557 Billion write speed all = 0.022797945 MB/sec (with seq num) write speed all = 0.021595363 MB/sec (without seq num) 2024/11/20-15:38:45.870669 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40902: 930787 keys, 40235406 bytes, temperature: kWarm 2024/11/20-15:38:45.870738 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088325870707, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40902, "file_size": 40235406, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 684241260, "largest_seqno": 718930567, "table_properties": {"data_size": 34355200, "index_size": 1770688, "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": 26062036, "raw_average_key_size": 28, "raw_value_size": 108155754, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 930787, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088322, "oldest_key_time": 0, "file_creation_time": 1732088322, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40902, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:45.905355 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040903.sst) /dev/shm/ToplingTemp/Topling-496476-VXJMXn 2024/11/20-15:38:46.768842 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040903.sst): first pass time = 0.86's, 155.444'MB/sec 2024/11/20-15:38:48.228817 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040903.sst): old prealloc_size = 147639500, real_size = 34235184 2024/11/20-15:38:48.229385 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040903.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925587 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0017 GB avg-key = 16.00 avg-zkey = 1.89 raw-val = 0.1083 GB zip-val = 0.0323 GB avg-val = 117.01 avg-zval = 34.85 2024/11/20-15:38:48.230201 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040903.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:38:49.172412 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040903.sst): second pass time = 1.46's, 74.232'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.94's, 40.625'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3230.801'MB/sec (index lex order gen) rebuild zvType time = 0.79's, 0.291'MB/sec write SST data time = 0.15's, 258.510'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 36719.655'MB/sec zip my value time = 1.46's, unzip length = 0.108'GB zip my value throughput = 74.232'MB/sec zip pipeline throughput = 74.232'MB/sec entries = 925587 avg-key = 28.00 avg-zkey = 1.89 avg-val = 117.01 avg-zval = 34.85 usrkeys = 925587 avg-key = 20.00 avg-zkey = 1.89 avg-val = 124.01 avg-zval = 34.85 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 925587 bytes = 3239568 } seq expand size = 6479109 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0017 GB value = 0.0323 GB dict = 1.08 MB all = 0.0383 GB } UnZip/Zip{ index = 10.5796 value = 3.3578 dict = 1.00 all = 3.5013 } Zip/UnZip{ index = 0.0945 value = 0.2978 dict = 1.00 all = 0.2856 } ---------------------------- total value len = 0.573257 GB avg = 0.124 KB (by entry num) total key len = 0.129728 GB avg = 0.028 KB total ukey len = 0.092663 GB avg = 0.020 KB total ukey num = 0.004633144 Billion total entry num = 0.004633144 Billion write speed all = 0.028498618 MB/sec (with seq num) write speed all = 0.026996017 MB/sec (without seq num) 2024/11/20-15:38:49.220217 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40903: 925587 keys, 38333530 bytes, temperature: kWarm 2024/11/20-15:38:49.220275 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088329220245, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40903, "file_size": 38333530, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 515788917, "largest_seqno": 718932062, "table_properties": {"data_size": 32253856, "index_size": 1749760, "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": 25916436, "raw_average_key_size": 28, "raw_value_size": 108301298, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 925587, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088325, "oldest_key_time": 0, "file_creation_time": 1732088325, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40903, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:49.256431 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040904.sst) /dev/shm/ToplingTemp/Topling-496476-jFhohp 2024/11/20-15:38:50.389650 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040904.sst): first pass time = 1.13's, 118.443'MB/sec 2024/11/20-15:38:52.710129 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040904.sst): old prealloc_size = 147639500, real_size = 36415344 2024/11/20-15:38:52.710827 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040904.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926656 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1083 GB zip-val = 0.0344 GB avg-val = 116.84 avg-zval = 37.13 2024/11/20-15:38:52.711243 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040904.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:38:53.652808 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040904.sst): second pass time = 2.32's, 46.682'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.94's, 40.727'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2644.417'MB/sec (index lex order gen) rebuild zvType time = 0.78's, 0.298'MB/sec write SST data time = 0.16's, 233.541'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 20338.491'MB/sec zip my value time = 2.32's, unzip length = 0.108'GB zip my value throughput = 46.682'MB/sec zip pipeline throughput = 91.322'MB/sec entries = 926656 avg-key = 28.00 avg-zkey = 1.92 avg-val = 116.84 avg-zval = 37.13 usrkeys = 926656 avg-key = 20.00 avg-zkey = 1.92 avg-val = 119.29 avg-zval = 37.13 TagRS{ kinds = RS_Key0_TagN bytes = 144880 } TagArray{ size = 324065 bytes = 972208 } seq expand size = 2268455 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0344 GB dict = 1.08 MB all = 0.0384 GB } UnZip/Zip{ index = 10.4421 value = 3.1466 dict = 1.00 all = 3.4960 } Zip/UnZip{ index = 0.0958 value = 0.3178 dict = 1.00 all = 0.2860 } ---------------------------- total value len = 0.683797 GB avg = 0.123 KB (by entry num) total key len = 0.155674 GB avg = 0.028 KB total ukey len = 0.111196 GB avg = 0.020 KB total ukey num = 0.005559800 Billion total entry num = 0.005559800 Billion write speed all = 0.034025515 MB/sec (with seq num) write speed all = 0.032222713 MB/sec (without seq num) 2024/11/20-15:38:53.725412 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40904: 926656 keys, 38391773 bytes, temperature: kWarm 2024/11/20-15:38:53.725497 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088333725451, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40904, "file_size": 38391773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 528564145, "table_properties": {"data_size": 34408672, "index_size": 1774848, "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": 25946368, "raw_average_key_size": 28, "raw_value_size": 108271444, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926656, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088329, "oldest_key_time": 0, "file_creation_time": 1732088329, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40904, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:53.791609 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040905.sst) /dev/shm/ToplingTemp/Topling-496476-LjDcXp 2024/11/20-15:38:55.102416 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040905.sst): first pass time = 1.31's, 102.398'MB/sec 2024/11/20-15:38:56.678654 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040905.sst): old prealloc_size = 147639500, real_size = 36683936 2024/11/20-15:38:56.679247 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040905.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925085 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1083 GB zip-val = 0.0347 GB avg-val = 117.09 avg-zval = 37.50 2024/11/20-15:38:56.679902 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040905.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:38:57.467801 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040905.sst): second pass time = 1.58's, 68.765'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.79's, 50.789'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3107.989'MB/sec (index lex order gen) rebuild zvType time = 0.66's, 0.353'MB/sec write SST data time = 0.13's, 301.944'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 18785.018'MB/sec zip my value time = 1.58's, unzip length = 0.108'GB zip my value throughput = 68.765'MB/sec zip pipeline throughput = 114.955'MB/sec entries = 925085 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.09 avg-zval = 37.50 usrkeys = 925085 avg-key = 20.00 avg-zkey = 1.90 avg-val = 122.26 avg-zval = 37.50 TagRS{ kinds = RS_Key0_TagN bytes = 144640 } TagArray{ size = 683546 bytes = 2392432 } seq expand size = 4784822 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0347 GB dict = 1.08 MB all = 0.0401 GB } UnZip/Zip{ index = 10.5108 value = 3.1222 dict = 1.00 all = 3.3487 } Zip/UnZip{ index = 0.0951 value = 0.3203 dict = 1.00 all = 0.2986 } ---------------------------- total value len = 0.796897 GB avg = 0.123 KB (by entry num) total key len = 0.181577 GB avg = 0.028 KB total ukey len = 0.129698 GB avg = 0.020 KB total ukey num = 0.006484885 Billion total entry num = 0.006484885 Billion write speed all = 0.039653451 MB/sec (with seq num) write speed all = 0.037551009 MB/sec (without seq num) 2024/11/20-15:38:57.520258 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40905: 925085 keys, 40080044 bytes, temperature: kWarm 2024/11/20-15:38:57.520327 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088337520296, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40905, "file_size": 40080044, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 718929855, "table_properties": {"data_size": 34692240, "index_size": 1760256, "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": 25902380, "raw_average_key_size": 28, "raw_value_size": 108315462, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 925085, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088333, "oldest_key_time": 0, "file_creation_time": 1732088333, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40905, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:57.564791 140257575654976 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040906.sst) /dev/shm/ToplingTemp/Topling-496476-rPhzyp 2024/11/20-15:38:57.598628 140257575654976 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040906.sst): first pass time = 0.03's, 233.812'MB/sec 2024/11/20-15:38:57.814393 140257575654976 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040906.sst): old prealloc_size = 147639500, real_size = 2442608 2024/11/20-15:38:57.814509 140257575654976 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040906.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 55115 prefix = 4 raw-key = 0.0009 GB zip-key = 0.0001 GB avg-key = 16.00 avg-zkey = 1.93 raw-val = 0.0064 GB zip-val = 0.0023 GB avg-val = 115.38 avg-zval = 42.14 2024/11/20-15:38:57.814625 140257575654976 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040906.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0001 GB, waited 0.000 sec, Key+Value = 0.008 GB 2024/11/20-15:38:57.907877 140257575654976 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00/040906.sst): second pass time = 0.21's, 29.592'MB/sec, value only(80.5% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.09's, 28.606'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1171.355'MB/sec (index lex order gen) rebuild zvType time = 0.07's, 0.204'MB/sec write SST data time = 0.03's, 103.681'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.064'MB, throughput = 931.749'MB/sec zip my value time = 0.21's, unzip length = 0.006'GB zip my value throughput = 29.592'MB/sec zip pipeline throughput = 186.753'MB/sec entries = 55115 avg-key = 28.00 avg-zkey = 1.93 avg-val = 115.38 avg-zval = 42.14 usrkeys = 55115 avg-key = 20.00 avg-zkey = 1.93 avg-val = 122.38 avg-zval = 42.14 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 55115 bytes = 179136 } seq expand size = 385805 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0011 GB value = 0.0064 GB dict = 0.06 MB all = 0.0079 GB } __ZipSize{ index = 0.0001 GB value = 0.0023 GB dict = 0.06 MB all = 0.0027 GB } UnZip/Zip{ index = 10.3693 value = 2.7383 dict = 1.00 all = 2.9559 } Zip/UnZip{ index = 0.0964 value = 0.3652 dict = 1.00 all = 0.3383 } ---------------------------- total value len = 0.803642 GB avg = 0.123 KB (by entry num) total key len = 0.183120 GB avg = 0.028 KB total ukey len = 0.130800 GB avg = 0.020 KB total ukey num = 0.006540000 Billion total entry num = 0.006540000 Billion write speed all = 0.039988628 MB/sec (with seq num) write speed all = 0.037868356 MB/sec (without seq num) 2024/11/20-15:38:57.923851 140257575654976 [compaction_job.cc:1948] [default] [JOB 13325] Generated table #40906: 55115 keys, 2673458 bytes, temperature: kWarm 2024/11/20-15:38:57.923941 140257575654976 EVENT_LOG_v1 {"time_micros": 1732088337923895, "cf_name": "default", "job": 13325, "event": "table_file_creation", "file_number": 40906, "file_size": 2673458, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 678179921, "largest_seqno": 717437913, "table_properties": {"data_size": 2322336, "index_size": 106304, "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": 1543220, "raw_average_key_size": 28, "raw_value_size": 6359290, "raw_average_value_size": 115, "num_data_blocks": 1, "num_entries": 55115, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732088337, "oldest_key_time": 0, "file_creation_time": 1732088337, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 40906, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:38:57.934393 140257575654976 [compaction_job.cc:703] job-13325: subcompact[0], size: 0.278186 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13325/att-00 [040899,040900,040901,040902,040903,040904,040905,040906] 2024/11/20-15:38:58.031364 140257575654976 (Original Log Time 2024/11/20-15:38:32.128213) EVENT_LOG_v1 {"time_micros": 1732088312128172, "job": 13325, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [40896], "files_L3": [40840, 40841, 40842, 40843, 40844, 40845, 40846], "score": 0.985891, "input_data_size": 288344023, "oldest_snapshot_seqno": 719255501} 2024/11/20-15:38:58.031370 140257575654976 (Original Log Time 2024/11/20-15:38:58.030261) [compaction_job.cc:2022] [default] [JOB 13325] Compacted 1@2 + 7@3 files to L3 => 278186401 bytes 2024/11/20-15:38:58.031373 140257575654976 (Original Log Time 2024/11/20-15:38:58.031268) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 8 0 0 0] max score 0.01, MB/sec: 11.2 rd, 10.8 wr, level 3, files in(1, 7) out(8 +0 blob) MB in(12.5, 262.5 +0.0 blob) out(265.3 +0.0 blob), read-write-amplify(43.2) write-amplify(21.2) OK, records in: 6593321, records dropped: 53321 output_compression: Snappy 2024/11/20-15:38:58.031380 140257575654976 (Original Log Time 2024/11/20-15:38:58.031337) EVENT_LOG_v1 {"time_micros": 1732088338031301, "cf": "default", "job": 13325, "event": "compaction_finished", "compaction_time_micros": 25806193, "compaction_time_cpu_micros": 10671055, "output_level": 3, "num_output_files": 8, "total_output_size": 278186401, "num_input_records": 6593321, "num_output_records": 6540000, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 215734653, "file_range_sync_nanos": 0, "file_fsync_nanos": 7733, "file_prepare_write_nanos": 22904, "lsm_state": [0, 0, 0, 8, 0, 0, 0]} 2024/11/20-15:38:58.181410 140257575654976 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732076400,"starts":1732088311,"executesMs":26022,"compactionJobId":13325,"attempt":0,"compactionInputRawBytes":954998670,"compactionInputZipBytes":288344023,"compactionOutputRawBytes":0,"compactionOutputZipBytes":278186401,"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-35fdf84c527578463df8224fcc4e8612-37d22ffe583644bf-00"}}, response = 2024/11/20-15:38:58.181515 140257575654976 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-13325/att-00: olev 3, work 26.023 s, result 7.743 ms, install 1.141 ms, input{raw 910.758 MiB zip 274.986 MiB}