2024/11/20-20:32:45.193337 140008685696576 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00: fork to child time = 0.009169 sec 2024/11/20-20:32:45.193911 140008685696576 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00 2024/11/20-20:32:45.200462 140008685696576 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00 2024/11/20-20:32:45.202160 140008685696576 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:32:45.202438 140008685696576 [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:32:45.246514 140008685696576 [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-10975/att-00/MANIFEST-049091 2024/11/20-20:32:45.287311 140008685696576 [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-10975/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 67302, last_sequence is 1090363237, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 67129 2024/11/20-20:32:45.287322 140008685696576 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:32:45.287399 140008685696576 [version_set.cc:5724] Creating manifest 67302 2024/11/20-20:32:45.318495 140008685696576 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:32:45.337547 140008685696576 [compaction_job.cc:2437] [default] [JOB 10975] Compacting 1@2 + 8@3 files to L3, score 0.90, subcompactions 1 : 1 2024/11/20-20:32:45.337562 140008685696576 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 9244 Base level 2, inputs: [67242(27MB)], [67192(38MB) 67193(39MB) 67194(36MB) 67195(37MB) 67196(36MB) 67197(38MB) 67198(39MB) 67287(40MB)] 2024/11/20-20:32:45.344483 140008685696576 [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:32:45.344507 140008685696576 [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:32:45.344523 140008685696576 [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:32:45.344530 140008685696576 [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:32:45.344540 140008685696576 [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:32:45.910432 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067303.sst) /dev/shm/ToplingTemp/Topling-948043-VPFOTL 2024/11/20-20:32:46.528777 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067303.sst): first pass time = 0.62's, 217.081'MB/sec 2024/11/20-20:32:47.892318 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067303.sst): old prealloc_size = 147639500, real_size = 36699600 2024/11/20-20:32:47.893030 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067303.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 923780 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.94 raw-val = 0.1084 GB zip-val = 0.0347 GB avg-val = 117.29 avg-zval = 37.54 2024/11/20-20:32:47.894734 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067303.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-20:32:48.823514 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067303.sst): second pass time = 1.36's, 79.530'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.93's, 43.807'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2557.125'MB/sec (index lex order gen) rebuild zvType time = 0.72's, 0.322'MB/sec write SST data time = 0.21's, 190.857'MB/sec dict compress time = 7308349836.37's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.082'MB, throughput = 15282.993'MB/sec zip my value time = 1.36's, unzip length = 0.108'GB zip my value throughput = 79.530'MB/sec zip pipeline throughput = 111.453'MB/sec entries = 923780 avg-key = 28.00 avg-zkey = 1.94 avg-val = 117.29 avg-zval = 37.54 usrkeys = 923780 avg-key = 20.00 avg-zkey = 1.94 avg-val = 124.29 avg-zval = 37.54 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 923780 bytes = 3233248 } seq expand size = 6466460 multi value expand size = 0 cnt WriteAppend = 38 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0347 GB dict = 1.08 MB all = 0.0408 GB } UnZip/Zip{ index = 10.3086 value = 3.1247 dict = 1.00 all = 3.2902 } Zip/UnZip{ index = 0.0970 value = 0.3200 dict = 1.00 all = 0.3039 } ---------------------------- total value len = 563.180551 GB avg = 0.331 KB (by entry num) total key len = 44.340272 GB avg = 0.026 KB total ukey len = 32.812617 GB avg = 0.014 KB total ukey num = 2.321938356 Billion total entry num = 1.701440378 Billion write speed all = 67.906167015 MB/sec (with seq num) write speed all = 66.384727221 MB/sec (without seq num) 2024/11/20-20:32:48.907560 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67303: 923780 keys, 40793794 bytes, temperature: kWarm 2024/11/20-20:32:48.907622 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105968907592, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67303, "file_size": 40793794, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479839, "largest_seqno": 1089257315, "table_properties": {"data_size": 34676224, "index_size": 1792256, "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": 25865840, "raw_average_key_size": 28, "raw_value_size": 108351952, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 923780, "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": 1732105965, "oldest_key_time": 0, "file_creation_time": 1732105965, "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": 67303, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:32:48.957324 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067304.sst) /dev/shm/ToplingTemp/Topling-948043-BZtTLM 2024/11/20-20:32:49.911212 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067304.sst): first pass time = 0.95's, 140.713'MB/sec 2024/11/20-20:32:51.377705 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067304.sst): old prealloc_size = 147639500, real_size = 36906800 2024/11/20-20:32:51.378289 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067304.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 928472 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.0349 GB avg-val = 116.56 avg-zval = 37.60 2024/11/20-20:32:51.379096 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067304.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-20:32:52.285859 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067304.sst): second pass time = 1.47's, 73.838'MB/sec, value only(80.6% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.91's, 45.030'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3150.035'MB/sec (index lex order gen) rebuild zvType time = 0.78's, 0.299'MB/sec write SST data time = 0.13's, 312.640'MB/sec dict compress time = 7308349836.37's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 26973.216'MB/sec zip my value time = 1.47's, unzip length = 0.108'GB zip my value throughput = 73.838'MB/sec zip pipeline throughput = 185.928'MB/sec entries = 928472 avg-key = 28.00 avg-zkey = 1.90 avg-val = 116.56 avg-zval = 37.60 usrkeys = 928472 avg-key = 20.00 avg-zkey = 1.90 avg-val = 123.56 avg-zval = 37.60 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 928472 bytes = 3133600 } seq expand size = 6499304 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.0349 GB dict = 1.08 MB all = 0.0409 GB } UnZip/Zip{ index = 10.5122 value = 3.1002 dict = 1.00 all = 3.2821 } Zip/UnZip{ index = 0.0951 value = 0.3226 dict = 1.00 all = 0.3047 } ---------------------------- total value len = 563.295271 GB avg = 0.331 KB (by entry num) total key len = 44.366269 GB avg = 0.026 KB total ukey len = 32.831187 GB avg = 0.014 KB total ukey num = 2.322866828 Billion total entry num = 1.702368850 Billion write speed all = 67.895619734 MB/sec (with seq num) write speed all = 66.373938595 MB/sec (without seq num) 2024/11/20-20:32:52.351560 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67304: 928472 keys, 40893736 bytes, temperature: kWarm 2024/11/20-20:32:52.351653 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105972351607, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67304, "file_size": 40893736, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980655735, "largest_seqno": 1089257349, "table_properties": {"data_size": 34908064, "index_size": 1766464, "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": 25997216, "raw_average_key_size": 28, "raw_value_size": 108220564, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 928472, "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": 1732105968, "oldest_key_time": 0, "file_creation_time": 1732105968, "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": 67304, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:32:52.393790 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067305.sst) /dev/shm/ToplingTemp/Topling-948043-xEpsSJ 2024/11/20-20:32:53.231699 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067305.sst): first pass time = 0.84's, 160.194'MB/sec 2024/11/20-20:32:54.413730 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067305.sst): old prealloc_size = 147639500, real_size = 34370656 2024/11/20-20:32:54.414315 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067305.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 923079 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.97 raw-val = 0.1084 GB zip-val = 0.0323 GB avg-val = 117.40 avg-zval = 35.02 2024/11/20-20:32:54.415116 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067305.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-20:32:55.255953 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067305.sst): second pass time = 1.18's, 91.750'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.84's, 45.519'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3289.779'MB/sec (index lex order gen) rebuild zvType time = 0.71's, 0.325'MB/sec write SST data time = 0.13's, 292.887'MB/sec dict compress time = 7308349836.37's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 22660.039'MB/sec zip my value time = 1.18's, unzip length = 0.108'GB zip my value throughput = 91.750'MB/sec zip pipeline throughput = 91.750'MB/sec entries = 923079 avg-key = 28.00 avg-zkey = 1.97 avg-val = 117.40 avg-zval = 35.02 usrkeys = 923079 avg-key = 20.00 avg-zkey = 1.97 avg-val = 123.82 avg-zval = 35.02 TagRS{ kinds = RS_Key0_TagN bytes = 144320 } TagArray{ size = 845799 bytes = 2960304 } seq expand size = 5920593 multi value expand size = 0 cnt WriteAppend = 83 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0323 GB dict = 1.08 MB all = 0.0383 GB } UnZip/Zip{ index = 10.1761 value = 3.3525 dict = 1.00 all = 3.5010 } Zip/UnZip{ index = 0.0983 value = 0.2983 dict = 1.00 all = 0.2856 } ---------------------------- total value len = 563.409563 GB avg = 0.331 KB (by entry num) total key len = 44.392116 GB avg = 0.026 KB total ukey len = 32.849648 GB avg = 0.014 KB total ukey num = 2.323789907 Billion total entry num = 1.703291929 Billion write speed all = 67.888748521 MB/sec (with seq num) write speed all = 66.366747361 MB/sec (without seq num) 2024/11/20-20:32:55.303883 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67305: 923079 keys, 38336770 bytes, temperature: kWarm 2024/11/20-20:32:55.303971 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105975303924, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67305, "file_size": 38336770, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1089252312, "table_properties": {"data_size": 32325520, "index_size": 1814208, "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": 25846212, "raw_average_key_size": 28, "raw_value_size": 108371558, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 923079, "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": 1732105972, "oldest_key_time": 0, "file_creation_time": 1732105972, "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": 67305, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:32:55.345374 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067306.sst) /dev/shm/ToplingTemp/Topling-948043-5mDyZJ 2024/11/20-20:32:56.150582 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067306.sst): first pass time = 0.81's, 166.695'MB/sec 2024/11/20-20:32:57.626350 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067306.sst): old prealloc_size = 147639500, real_size = 36416400 2024/11/20-20:32:57.627000 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067306.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926475 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.0344 GB avg-val = 116.87 avg-zval = 37.09 2024/11/20-20:32:57.627583 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067306.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-20:32:58.328554 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067306.sst): second pass time = 1.47's, 73.418'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.70's, 56.257'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2959.036'MB/sec (index lex order gen) rebuild zvType time = 0.57's, 0.404'MB/sec write SST data time = 0.13's, 309.388'MB/sec dict compress time = 7308349836.37's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 17897.949'MB/sec zip my value time = 1.47's, unzip length = 0.108'GB zip my value throughput = 73.418'MB/sec zip pipeline throughput = 145.397'MB/sec entries = 926475 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.87 avg-zval = 37.09 usrkeys = 926475 avg-key = 20.00 avg-zkey = 1.97 avg-val = 121.53 avg-zval = 37.09 TagRS{ kinds = RS_Key0_TagN bytes = 144880 } TagArray{ size = 617447 bytes = 2083904 } seq expand size = 4322129 multi value expand size = 0 cnt WriteAppend = 51 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.0395 GB } UnZip/Zip{ index = 10.1769 value = 3.1509 dict = 1.00 all = 3.3976 } Zip/UnZip{ index = 0.0983 value = 0.3174 dict = 1.00 all = 0.2943 } ---------------------------- total value len = 563.522161 GB avg = 0.331 KB (by entry num) total key len = 44.418057 GB avg = 0.026 KB total ukey len = 32.868178 GB avg = 0.014 KB total ukey num = 2.324716382 Billion total entry num = 1.704218404 Billion write speed all = 67.880926281 MB/sec (with seq num) write speed all = 66.358619707 MB/sec (without seq num) 2024/11/20-20:32:58.398296 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67306: 926475 keys, 39503604 bytes, temperature: kWarm 2024/11/20-20:32:58.398371 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105978398339, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67306, "file_size": 39503604, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 978567417, "table_properties": {"data_size": 34363840, "index_size": 1820736, "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": 25941300, "raw_average_key_size": 28, "raw_value_size": 108276482, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926475, "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": 1732105975, "oldest_key_time": 0, "file_creation_time": 1732105975, "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": 67306, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:32:58.435536 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067307.sst) /dev/shm/ToplingTemp/Topling-948043-pNcBRK 2024/11/20-20:32:59.216412 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067307.sst): first pass time = 0.78's, 171.890'MB/sec 2024/11/20-20:33:00.713080 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067307.sst): old prealloc_size = 147639500, real_size = 36489440 2024/11/20-20:33:00.713690 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067307.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 927007 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.0344 GB avg-val = 116.79 avg-zval = 37.15 2024/11/20-20:33:00.713869 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067307.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-20:33:01.416579 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067307.sst): second pass time = 1.50's, 72.376'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.70's, 53.639'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3119.730'MB/sec (index lex order gen) rebuild zvType time = 0.57's, 0.405'MB/sec write SST data time = 0.13's, 289.274'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 14364.787'MB/sec zip my value time = 1.50's, unzip length = 0.108'GB zip my value throughput = 72.376'MB/sec zip pipeline throughput = 138.683'MB/sec entries = 927007 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.79 avg-zval = 37.15 usrkeys = 927007 avg-key = 20.00 avg-zkey = 1.97 avg-val = 117.33 avg-zval = 37.15 TagRS{ kinds = RS_Key0_TagN bytes = 144960 } TagArray{ size = 71940 bytes = 242816 } seq expand size = 503580 multi value expand size = 0 cnt WriteAppend = 43 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.0377 GB } UnZip/Zip{ index = 10.1749 value = 3.1439 dict = 1.00 all = 3.5568 } Zip/UnZip{ index = 0.0983 value = 0.3181 dict = 1.00 all = 0.2812 } ---------------------------- total value len = 563.630926 GB avg = 0.331 KB (by entry num) total key len = 44.444013 GB avg = 0.026 KB total ukey len = 32.886718 GB avg = 0.014 KB total ukey num = 2.325643389 Billion total entry num = 1.705145411 Billion write speed all = 67.872566353 MB/sec (with seq num) write speed all = 66.349956720 MB/sec (without seq num) 2024/11/20-20:33:01.461195 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67307: 927007 keys, 37735637 bytes, temperature: kWarm 2024/11/20-20:33:01.461253 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105981461223, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67307, "file_size": 37735637, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 972340122, "table_properties": {"data_size": 34435344, "index_size": 1822144, "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": 25956196, "raw_average_key_size": 28, "raw_value_size": 108261614, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 927007, "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": 1732105978, "oldest_key_time": 0, "file_creation_time": 1732105978, "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": 67307, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:01.496361 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067308.sst) /dev/shm/ToplingTemp/Topling-948043-ivv9UM 2024/11/20-20:33:02.334286 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067308.sst): first pass time = 0.84's, 160.184'MB/sec 2024/11/20-20:33:03.761886 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067308.sst): old prealloc_size = 147639500, real_size = 37715712 2024/11/20-20:33:03.762455 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067308.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 927540 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.91 raw-val = 0.1082 GB zip-val = 0.0357 GB avg-val = 116.70 avg-zval = 38.50 2024/11/20-20:33:03.762920 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067308.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-20:33:04.487307 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067308.sst): second pass time = 1.43's, 75.870'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.73's, 55.398'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3250.297'MB/sec (index lex order gen) rebuild zvType time = 0.59's, 0.394'MB/sec write SST data time = 0.14's, 294.054'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 26740.242'MB/sec zip my value time = 1.43's, unzip length = 0.108'GB zip my value throughput = 75.870'MB/sec zip pipeline throughput = 127.901'MB/sec entries = 927540 avg-key = 28.00 avg-zkey = 1.91 avg-val = 116.70 avg-zval = 38.50 usrkeys = 927540 avg-key = 20.00 avg-zkey = 1.91 avg-val = 119.87 avg-zval = 38.50 TagRS{ kinds = RS_Key0_TagN bytes = 145040 } TagArray{ size = 419215 bytes = 1467264 } seq expand size = 2934505 multi value expand size = 0 cnt WriteAppend = 18 UnZipSize{ index = 0.0186 GB value = 0.1082 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0357 GB dict = 1.08 MB all = 0.0402 GB } UnZip/Zip{ index = 10.4445 value = 3.0315 dict = 1.00 all = 3.3399 } Zip/UnZip{ index = 0.0957 value = 0.3299 dict = 1.00 all = 0.2994 } ---------------------------- total value len = 563.742108 GB avg = 0.330 KB (by entry num) total key len = 44.469984 GB avg = 0.026 KB total ukey len = 32.905269 GB avg = 0.014 KB total ukey num = 2.326570929 Billion total entry num = 1.706072951 Billion write speed all = 67.864614457 MB/sec (with seq num) write speed all = 66.341698558 MB/sec (without seq num) 2024/11/20-20:33:04.536454 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67308: 927540 keys, 40186065 bytes, temperature: kWarm 2024/11/20-20:33:04.536513 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105984536483, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67308, "file_size": 40186065, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1089256209, "table_properties": {"data_size": 35707504, "index_size": 1776128, "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": 25971120, "raw_average_key_size": 28, "raw_value_size": 108246624, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 927540, "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": 1732105981, "oldest_key_time": 0, "file_creation_time": 1732105981, "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": 67308, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:04.571363 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067309.sst) /dev/shm/ToplingTemp/Topling-948043-9u02vK 2024/11/20-20:33:05.404761 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067309.sst): first pass time = 0.83's, 161.056'MB/sec 2024/11/20-20:33:06.622003 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067309.sst): old prealloc_size = 147639500, real_size = 37848480 2024/11/20-20:33:06.622536 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067309.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 923773 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0359 GB avg-val = 117.29 avg-zval = 38.82 2024/11/20-20:33:06.623316 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067309.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-20:33:07.421185 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067309.sst): second pass time = 1.22's, 89.073'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.80's, 52.151'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3425.642'MB/sec (index lex order gen) rebuild zvType time = 0.66's, 0.350'MB/sec write SST data time = 0.14's, 300.357'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.082'MB, throughput = 27387.212'MB/sec zip my value time = 1.22's, unzip length = 0.108'GB zip my value throughput = 89.073'MB/sec zip pipeline throughput = 111.770'MB/sec entries = 923773 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.29 avg-zval = 38.82 usrkeys = 923773 avg-key = 20.00 avg-zkey = 1.90 avg-val = 123.64 avg-zval = 38.82 TagRS{ kinds = RS_Key0_TagN bytes = 144440 } TagArray{ size = 837636 bytes = 2827040 } seq expand size = 5863452 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0359 GB dict = 1.08 MB all = 0.0417 GB } UnZip/Zip{ index = 10.5139 value = 3.0215 dict = 1.00 all = 3.2204 } Zip/UnZip{ index = 0.0951 value = 0.3310 dict = 1.00 all = 0.3105 } ---------------------------- total value len = 563.856323 GB avg = 0.330 KB (by entry num) total key len = 44.495850 GB avg = 0.026 KB total ukey len = 32.923744 GB avg = 0.014 KB total ukey num = 2.327494702 Billion total entry num = 1.706996724 Billion write speed all = 67.858030570 MB/sec (with seq num) write speed all = 66.334788724 MB/sec (without seq num) 2024/11/20-20:33:07.471222 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67309: 923773 keys, 41677202 bytes, temperature: kWarm 2024/11/20-20:33:07.471289 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105987471259, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67309, "file_size": 41677202, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1089257907, "table_properties": {"data_size": 35860112, "index_size": 1757248, "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": 25865644, "raw_average_key_size": 28, "raw_value_size": 108352118, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 923773, "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": 1732105984, "oldest_key_time": 0, "file_creation_time": 1732105984, "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": 67309, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:07.510823 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067310.sst) /dev/shm/ToplingTemp/Topling-948043-SByLpN 2024/11/20-20:33:08.356915 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067310.sst): first pass time = 0.85's, 158.641'MB/sec 2024/11/20-20:33:09.646215 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067310.sst): old prealloc_size = 147639500, real_size = 38226016 2024/11/20-20:33:09.646766 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067310.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925763 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.0362 GB avg-val = 116.98 avg-zval = 39.14 2024/11/20-20:33:09.647588 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067310.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-20:33:10.435335 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067310.sst): second pass time = 1.29's, 84.055'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.79's, 53.636'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3337.517'MB/sec (index lex order gen) rebuild zvType time = 0.66's, 0.350'MB/sec write SST data time = 0.13's, 332.945'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 14565.041'MB/sec zip my value time = 1.29's, unzip length = 0.108'GB zip my value throughput = 84.055'MB/sec zip pipeline throughput = 155.526'MB/sec entries = 925763 avg-key = 28.00 avg-zkey = 1.90 avg-val = 116.98 avg-zval = 39.14 usrkeys = 925763 avg-key = 20.00 avg-zkey = 1.90 avg-val = 123.98 avg-zval = 39.14 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 925763 bytes = 3240192 } seq expand size = 6480341 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.0362 GB dict = 1.08 MB all = 0.0423 GB } UnZip/Zip{ index = 10.5116 value = 2.9889 dict = 1.00 all = 3.1712 } Zip/UnZip{ index = 0.0951 value = 0.3346 dict = 1.00 all = 0.3153 } ---------------------------- total value len = 563.971100 GB avg = 0.330 KB (by entry num) total key len = 44.521771 GB avg = 0.026 KB total ukey len = 32.942260 GB avg = 0.014 KB total ukey num = 2.328420465 Billion total entry num = 1.707922487 Billion write speed all = 67.850912454 MB/sec (with seq num) write speed all = 66.327356736 MB/sec (without seq num) 2024/11/20-20:33:10.485832 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67310: 925763 keys, 42324462 bytes, temperature: kWarm 2024/11/20-20:33:10.485899 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105990485869, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67310, "file_size": 42324462, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 899403471, "largest_seqno": 1089257835, "table_properties": {"data_size": 36232976, "index_size": 1761408, "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": 25921364, "raw_average_key_size": 28, "raw_value_size": 108296414, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 925763, "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": 1732105987, "oldest_key_time": 0, "file_creation_time": 1732105987, "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": 67310, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:10.520888 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067311.sst) /dev/shm/ToplingTemp/Topling-948043-OjmOAN 2024/11/20-20:33:10.606672 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067311.sst): first pass time = 0.09's, 248.102'MB/sec 2024/11/20-20:33:10.775032 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067311.sst): old prealloc_size = 147639500, real_size = 6495456 2024/11/20-20:33:10.775194 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067311.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 146389 prefix = 4 raw-key = 0.0023 GB zip-key = 0.0003 GB avg-key = 16.00 avg-zkey = 1.94 raw-val = 0.0172 GB zip-val = 0.0062 GB avg-val = 117.31 avg-zval = 42.18 2024/11/20-20:33:10.775367 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067311.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.021 GB 2024/11/20-20:33:10.901706 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00/067311.sst): second pass time = 0.17's, 102.443'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.13's, 56.432'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2294.986'MB/sec (index lex order gen) rebuild zvType time = 0.10's, 0.350'MB/sec write SST data time = 0.02's, 326.984'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.181'MB, throughput = 5610.646'MB/sec zip my value time = 0.17's, unzip length = 0.017'GB zip my value throughput = 102.443'MB/sec zip pipeline throughput = 102.443'MB/sec entries = 146389 avg-key = 28.00 avg-zkey = 1.94 avg-val = 117.31 avg-zval = 42.18 usrkeys = 146389 avg-key = 20.00 avg-zkey = 1.94 avg-val = 124.14 avg-zval = 42.18 TagRS{ kinds = RS_Key0_TagN bytes = 22960 } TagArray{ size = 142713 bytes = 481664 } seq expand size = 998991 multi value expand size = 0 cnt WriteAppend = 17 UnZipSize{ index = 0.0029 GB value = 0.0172 GB dict = 0.18 MB all = 0.0213 GB } __ZipSize{ index = 0.0003 GB value = 0.0062 GB dict = 0.18 MB all = 0.0071 GB } UnZip/Zip{ index = 10.3289 value = 2.7810 dict = 1.00 all = 2.9765 } Zip/UnZip{ index = 0.0968 value = 0.3596 dict = 1.00 all = 0.3360 } ---------------------------- total value len = 563.989272 GB avg = 0.330 KB (by entry num) total key len = 44.525870 GB avg = 0.026 KB total ukey len = 32.945187 GB avg = 0.014 KB total ukey num = 2.328566854 Billion total entry num = 1.708068876 Billion write speed all = 67.849867496 MB/sec (with seq num) write speed all = 66.326260423 MB/sec (without seq num) 2024/11/20-20:33:10.916431 140008685696576 [compaction_job.cc:1948] [default] [JOB 10975] Generated table #67311: 146389 keys, 7146843 bytes, temperature: kWarm 2024/11/20-20:33:10.916495 140008685696576 EVENT_LOG_v1 {"time_micros": 1732105990916465, "cf_name": "default", "job": 10975, "event": "table_file_creation", "file_number": 67311, "file_size": 7146843, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1087747970, "table_properties": {"data_size": 6175248, "index_size": 283456, "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": 4098892, "raw_average_key_size": 28, "raw_value_size": 17173538, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 146389, "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": 1732105990, "oldest_key_time": 0, "file_creation_time": 1732105990, "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": 67311, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:10.929016 140008685696576 [compaction_job.cc:703] job-10975: subcompact[0], size: 0.328598 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10975/att-00 [067303,067304,067305,067306,067307,067308,067309,067310,067311] 2024/11/20-20:33:10.986090 140008685696576 (Original Log Time 2024/11/20-20:32:45.337605) EVENT_LOG_v1 {"time_micros": 1732105965337572, "job": 10975, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [67242], "files_L3": [67192, 67193, 67194, 67195, 67196, 67197, 67198, 67287], "score": 0.895109, "input_data_size": 351050585, "oldest_snapshot_seqno": 1090363168} 2024/11/20-20:33:10.986094 140008685696576 (Original Log Time 2024/11/20-20:33:10.985189) [compaction_job.cc:2022] [default] [JOB 10975] Compacted 1@2 + 8@3 files to L3 => 328598113 bytes 2024/11/20-20:33:10.986095 140008685696576 (Original Log Time 2024/11/20-20:33:10.986001) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 13.7 rd, 12.8 wr, level 3, files in(1, 8) out(9 +0 blob) MB in(27.1, 307.7 +0.0 blob) out(313.4 +0.0 blob), read-write-amplify(23.9) write-amplify(11.6) OK, records in: 7638450, records dropped: 86172 output_compression: Snappy 2024/11/20-20:33:10.986099 140008685696576 (Original Log Time 2024/11/20-20:33:10.986067) EVENT_LOG_v1 {"time_micros": 1732105990986024, "cf": "default", "job": 10975, "event": "compaction_finished", "compaction_time_micros": 25591422, "compaction_time_cpu_micros": 10867846, "output_level": 3, "num_output_files": 9, "total_output_size": 328598113, "num_input_records": 7638450, "num_output_records": 7552278, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 218366136, "file_range_sync_nanos": 0, "file_fsync_nanos": 7616, "file_prepare_write_nanos": 32280, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-20:33:11.128742 140008685696576 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":1732105965,"executesMs":25782,"compactionJobId":10975,"attempt":0,"compactionInputRawBytes":1107251072,"compactionInputZipBytes":351050585,"compactionOutputRawBytes":0,"compactionOutputZipBytes":328598113,"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-34cd22b0e3a48bd7de8c38c87c4414f2-6eb1344538652e32-00"}}, response = 2024/11/20-20:33:11.128845 140008685696576 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-10975/att-00: olev 3, work 25.783 s, result 8.735 ms, install 0.927 ms, input{raw 1.031 GiB zip 334.788 MiB}