2024/11/20-20:33:34.025965 140008543020608 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00: fork to child time = 0.009372 sec 2024/11/20-20:33:34.026590 140008543020608 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00 2024/11/20-20:33:34.033311 140008543020608 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00 2024/11/20-20:33:34.035017 140008543020608 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:33:34.035292 140008543020608 [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:33:34.132315 140008543020608 [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-11023/att-00/MANIFEST-049091 2024/11/20-20:33:34.193804 140008543020608 [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-11023/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 67394, last_sequence is 1091475857, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 67181 2024/11/20-20:33:34.193823 140008543020608 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:33:34.193951 140008543020608 [version_set.cc:5724] Creating manifest 67394 2024/11/20-20:33:34.226233 140008543020608 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:33:34.248383 140008543020608 [compaction_job.cc:2437] [default] [JOB 11023] Compacting 1@2 + 9@3 files to L3, score 0.87, subcompactions 1 : 1 2024/11/20-20:33:34.248416 140008543020608 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 9280 Base level 2, inputs: [67360(31MB)], [67384(40MB) 67385(565KB) 67271(2230KB) 67260(39MB) 67261(39MB) 67262(39MB) 67263(39MB) 67264(39MB) 67388(40MB)] 2024/11/20-20:33:34.257601 140008543020608 [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:33:34.257643 140008543020608 [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:33:34.257673 140008543020608 [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:33:34.257686 140008543020608 [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:33:34.257718 140008543020608 [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:33:34.852749 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067395.sst) /dev/shm/ToplingTemp/Topling-949279-llGcPb 2024/11/20-20:33:35.029681 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067395.sst): first pass time = 0.18's, 758.750'MB/sec 2024/11/20-20:33:36.164255 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067395.sst): old prealloc_size = 147639500, real_size = 40937424 2024/11/20-20:33:36.164393 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067395.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.02 avg-zval = 314.34 2024/11/20-20:33:36.164550 140008543020608 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067395.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:33:36.325863 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067395.sst): second pass time = 1.13's, 116.103'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 264.467'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1974.113'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.04's, 979.788'MB/sec dict compress time = 0.00's, 1378271.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 32201.841'MB/sec zip my value time = 1.13's, unzip length = 0.132'GB zip my value throughput = 116.103'MB/sec zip pipeline throughput = 176.455'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 314.34 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.02 avg-zval = 314.34 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129426 bytes = 453008 } seq expand size = 905982 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 7.0036 value = 3.2355 dict = 1.00 all = 3.1405 } Zip/UnZip{ index = 0.1428 value = 0.3091 dict = 1.00 all = 0.3184 } ---------------------------- total value len = 563.198267 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144002 Billion total entry num = 1.700646024 Billion write speed all = 67.546897373 MB/sec (with seq num) write speed all = 66.034199740 MB/sec (without seq num) 2024/11/20-20:33:36.383137 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67395: 129426 keys, 42738078 bytes, temperature: kWarm 2024/11/20-20:33:36.383218 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106016383177, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67395, "file_size": 42738078, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1090757752, "table_properties": {"data_size": 40683136, "index_size": 221760, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629252, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106014, "oldest_key_time": 0, "file_creation_time": 1732106014, "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": 67395, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:36.420580 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067396.sst) /dev/shm/ToplingTemp/Topling-949279-mJ0sqc 2024/11/20-20:33:37.038154 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067396.sst): first pass time = 0.62's, 217.345'MB/sec 2024/11/20-20:33:37.576745 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067396.sst): old prealloc_size = 147639500, real_size = 40544976 2024/11/20-20:33:37.576874 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067396.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.00 avg-zval = 311.30 2024/11/20-20:33:37.576973 140008543020608 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067396.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:33:37.747415 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067396.sst): second pass time = 0.54's, 244.776'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 246.219'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2256.758'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.261'MB/sec write SST data time = 0.05's, 897.739'MB/sec dict compress time = 2314885530.82's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23771.338'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 244.776'MB/sec zip pipeline throughput = 244.776'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 311.30 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1018.70 avg-zval = 311.30 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 31327 bytes = 105744 } seq expand size = 219289 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0420 GB } UnZip/Zip{ index = 7.0199 value = 3.2670 dict = 1.00 all = 3.1943 } Zip/UnZip{ index = 0.1425 value = 0.3061 dict = 1.00 all = 0.3131 } ---------------------------- total value len = 563.330117 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273431 Billion total entry num = 1.700775453 Billion write speed all = 67.551168038 MB/sec (with seq num) write speed all = 66.038594351 MB/sec (without seq num) 2024/11/20-20:33:37.800700 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67396: 129429 keys, 42018146 bytes, temperature: kWarm 2024/11/20-20:33:37.800760 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106017800730, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67396, "file_size": 42018146, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1090757754, "table_properties": {"data_size": 40291200, "index_size": 221248, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629782, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106016, "oldest_key_time": 0, "file_creation_time": 1732106016, "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": 67396, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:37.837800 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067397.sst) /dev/shm/ToplingTemp/Topling-949279-6tx8fe 2024/11/20-20:33:38.420557 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067397.sst): first pass time = 0.58's, 230.333'MB/sec 2024/11/20-20:33:39.167980 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067397.sst): old prealloc_size = 147639500, real_size = 40419856 2024/11/20-20:33:39.168143 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067397.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.98 avg-zval = 310.29 2024/11/20-20:33:39.168226 140008543020608 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067397.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:33:39.542232 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067397.sst): second pass time = 0.75's, 176.290'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.37's, 111.808'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1678.905'MB/sec (index lex order gen) rebuild zvType time = 0.26's, 0.122'MB/sec write SST data time = 0.11's, 382.722'MB/sec dict compress time = 2314885530.82's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42952.302'MB/sec zip my value time = 0.75's, unzip length = 0.132'GB zip my value throughput = 176.290'MB/sec zip pipeline throughput = 240.906'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.98 avg-zval = 310.29 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1017.79 avg-zval = 310.29 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 15022 bytes = 52592 } seq expand size = 105154 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.8574 value = 3.2776 dict = 1.00 all = 3.2079 } Zip/UnZip{ index = 0.1458 value = 0.3051 dict = 1.00 all = 0.3117 } ---------------------------- total value len = 563.461851 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402863 Billion total entry num = 1.700904885 Billion write speed all = 67.552622112 MB/sec (with seq num) write speed all = 66.040235072 MB/sec (without seq num) 2024/11/20-20:33:39.598147 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67397: 129432 keys, 41839924 bytes, temperature: kWarm 2024/11/20-20:33:39.598245 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106019598196, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67397, "file_size": 41839924, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1090739945, "table_properties": {"data_size": 40160832, "index_size": 226496, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588640, "raw_average_key_size": 20, "raw_value_size": 131629190, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106017, "oldest_key_time": 0, "file_creation_time": 1732106017, "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": 67397, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:39.657867 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067398.sst) /dev/shm/ToplingTemp/Topling-949279-RPQQUe 2024/11/20-20:33:40.181384 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067398.sst): first pass time = 0.52's, 256.406'MB/sec 2024/11/20-20:33:40.797656 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067398.sst): old prealloc_size = 147639500, real_size = 40440000 2024/11/20-20:33:40.797795 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067398.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129433 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.79 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.97 avg-zval = 310.40 2024/11/20-20:33:40.797866 140008543020608 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067398.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:33:40.961377 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067398.sst): second pass time = 0.62's, 213.865'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 255.859'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2239.616'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.05's, 888.749'MB/sec dict compress time = 2314885530.82's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43302.781'MB/sec zip my value time = 0.62's, unzip length = 0.132'GB zip my value throughput = 213.865'MB/sec zip pipeline throughput = 213.865'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.79 avg-val = 1016.97 avg-zval = 310.40 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.79 avg-val = 1018.18 avg-zval = 310.40 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 22307 bytes = 75296 } seq expand size = 156149 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7115 value = 3.2763 dict = 1.00 all = 3.2046 } Zip/UnZip{ index = 0.1490 value = 0.3052 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 563.593637 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532296 Billion total entry num = 1.701034318 Billion write speed all = 67.556901272 MB/sec (with seq num) write speed all = 66.044637681 MB/sec (without seq num) 2024/11/20-20:33:41.023556 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67398: 129433 keys, 41883134 bytes, temperature: kWarm 2024/11/20-20:33:41.023627 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106021023595, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67398, "file_size": 41883134, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1090751822, "table_properties": {"data_size": 40176048, "index_size": 231424, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588660, "raw_average_key_size": 20, "raw_value_size": 131630078, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129433, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106019, "oldest_key_time": 0, "file_creation_time": 1732106019, "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": 67398, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:41.060830 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067399.sst) /dev/shm/ToplingTemp/Topling-949279-lpujlc 2024/11/20-20:33:41.582791 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067399.sst): first pass time = 0.52's, 257.164'MB/sec 2024/11/20-20:33:42.308398 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067399.sst): old prealloc_size = 147639500, real_size = 40427744 2024/11/20-20:33:42.308543 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067399.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.33 2024/11/20-20:33:42.308611 140008543020608 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067399.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:33:42.469387 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067399.sst): second pass time = 0.72's, 181.602'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 260.012'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2230.750'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.273'MB/sec write SST data time = 0.04's, 986.518'MB/sec dict compress time = 0.00's, 1150108.514'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25376.271'MB/sec zip my value time = 0.72's, unzip length = 0.132'GB zip my value throughput = 181.602'MB/sec zip pipeline throughput = 309.442'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.99 avg-zval = 310.33 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1017.95 avg-zval = 310.33 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 17784 bytes = 60032 } seq expand size = 124488 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7921 value = 3.2771 dict = 1.00 all = 3.2067 } Zip/UnZip{ index = 0.1472 value = 0.3051 dict = 1.00 all = 0.3118 } ---------------------------- total value len = 563.725391 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661727 Billion total entry num = 1.701163749 Billion write speed all = 67.560508534 MB/sec (with seq num) write speed all = 66.048383282 MB/sec (without seq num) 2024/11/20-20:33:42.521027 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67399: 129431 keys, 41855269 bytes, temperature: kWarm 2024/11/20-20:33:42.521109 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106022521076, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67399, "file_size": 41855269, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1090754381, "table_properties": {"data_size": 40166544, "index_size": 228672, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629840, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106021, "oldest_key_time": 0, "file_creation_time": 1732106021, "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": 67399, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:42.558755 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067400.sst) /dev/shm/ToplingTemp/Topling-949279-f7F1Ub 2024/11/20-20:33:43.281987 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067400.sst): first pass time = 0.72's, 185.594'MB/sec 2024/11/20-20:33:44.081520 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067400.sst): old prealloc_size = 147639500, real_size = 40382240 2024/11/20-20:33:44.081646 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067400.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129425 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.03 avg-zval = 310.05 2024/11/20-20:33:44.081720 140008543020608 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067400.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:33:44.242514 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067400.sst): second pass time = 0.80's, 164.794'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.435'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2266.514'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 936.760'MB/sec dict compress time = 4543137500.09's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 28527.513'MB/sec zip my value time = 0.80's, unzip length = 0.132'GB zip my value throughput = 164.794'MB/sec zip pipeline throughput = 206.194'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.03 avg-zval = 310.05 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.31 avg-zval = 310.05 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5019 bytes = 16960 } seq expand size = 35133 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0197 value = 3.2802 dict = 1.00 all = 3.2135 } Zip/UnZip{ index = 0.1425 value = 0.3049 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.857056 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.803461 GB avg = 0.014 KB total ukey num = 2.321791152 Billion total entry num = 1.701293174 Billion write speed all = 67.562114903 MB/sec (with seq num) write speed all = 66.050172478 MB/sec (without seq num) 2024/11/20-20:33:44.292525 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67400: 129425 keys, 41766856 bytes, temperature: kWarm 2024/11/20-20:33:44.292585 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106024292555, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67400, "file_size": 41766856, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1090741920, "table_properties": {"data_size": 40128464, "index_size": 221248, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588500, "raw_average_key_size": 20, "raw_value_size": 131629712, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129425, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106022, "oldest_key_time": 0, "file_creation_time": 1732106022, "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": 67400, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:44.326926 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067401.sst) /dev/shm/ToplingTemp/Topling-949279-c2cWyc 2024/11/20-20:33:44.902109 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067401.sst): first pass time = 0.58's, 233.362'MB/sec 2024/11/20-20:33:45.432033 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067401.sst): old prealloc_size = 147639500, real_size = 40677072 2024/11/20-20:33:45.432169 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067401.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.99 avg-zval = 312.31 2024/11/20-20:33:45.432273 140008543020608 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067401.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-20:33:45.596076 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067401.sst): second pass time = 0.53's, 248.723'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.772'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2206.765'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.05's, 916.056'MB/sec dict compress time = 4542253236.97's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42913.745'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 248.723'MB/sec zip pipeline throughput = 248.723'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 312.31 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1020.70 avg-zval = 312.31 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 68591 bytes = 231504 } seq expand size = 480137 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0404 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.9736 value = 3.2564 dict = 1.00 all = 3.1748 } Zip/UnZip{ index = 0.1434 value = 0.3071 dict = 1.00 all = 0.3150 } ---------------------------- total value len = 563.989166 GB avg = 0.331 KB (by entry num) total key len = 44.332526 GB avg = 0.026 KB total ukey len = 32.805014 GB avg = 0.014 KB total ukey num = 2.321920582 Billion total entry num = 1.701422604 Billion write speed all = 67.566918675 MB/sec (with seq num) write speed all = 66.055088547 MB/sec (without seq num) 2024/11/20-20:33:45.649013 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67401: 129430 keys, 42276371 bytes, temperature: kWarm 2024/11/20-20:33:45.649091 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106025649059, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67401, "file_size": 42276371, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1090757835, "table_properties": {"data_size": 40421824, "index_size": 222720, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629331, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106024, "oldest_key_time": 0, "file_creation_time": 1732106024, "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": 67401, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:45.688564 140008543020608 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067402.sst) /dev/shm/ToplingTemp/Topling-949279-dJ9H1f 2024/11/20-20:33:45.707629 140008543020608 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067402.sst): first pass time = 0.02's, 582.885'MB/sec 2024/11/20-20:33:45.804165 140008543020608 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067402.sst): old prealloc_size = 147639500, real_size = 3456728 2024/11/20-20:33:45.804212 140008543020608 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067402.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 10686 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.21 raw-val = 0.0109 GB zip-val = 0.0035 GB avg-val =1016.93 avg-zval = 323.01 2024/11/20-20:33:45.820136 140008543020608 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00/067402.sst): second pass time = 0.10's, 113.445'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.02's, 226.416'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 89.582'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.222'MB/sec write SST data time = 0.00's, 923.391'MB/sec dict compress time = 4542253236.97's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.120'MB, throughput = 2494.151'MB/sec zip my value time = 0.10's, unzip length = 0.011'GB zip my value throughput = 113.445'MB/sec zip pipeline throughput = 113.445'MB/sec entries = 10686 avg-key = 20.00 avg-zkey = 0.21 avg-val = 1016.93 avg-zval = 323.01 usrkeys = 10686 avg-key = 12.00 avg-zkey = 0.21 avg-val = 1023.93 avg-zval = 323.01 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 10686 bytes = 36080 } seq expand size = 74802 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0109 GB dict = 0.12 MB all = 0.0111 GB } __ZipSize{ index = 0.0000 GB value = 0.0035 GB dict = 0.12 MB all = 0.0036 GB } UnZip/Zip{ index = 57.2464 value = 3.1483 dict = 1.00 all = 3.0684 } Zip/UnZip{ index = 0.0175 value = 0.3176 dict = 1.00 all = 0.3259 } ---------------------------- total value len = 564.000108 GB avg = 0.331 KB (by entry num) total key len = 44.332740 GB avg = 0.026 KB total ukey len = 32.805142 GB avg = 0.014 KB total ukey num = 2.321931268 Billion total entry num = 1.701433290 Billion write speed all = 67.566476113 MB/sec (with seq num) write speed all = 66.054674116 MB/sec (without seq num) 2024/11/20-20:33:45.830897 140008543020608 [compaction_job.cc:1948] [default] [JOB 11023] Generated table #67402: 10686 keys, 3611237 bytes, temperature: kWarm 2024/11/20-20:33:45.830963 140008543020608 EVENT_LOG_v1 {"time_micros": 1732106025830930, "cf_name": "default", "job": 11023, "event": "table_file_creation", "file_number": 67402, "file_size": 3611237, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980577930, "largest_seqno": 1090757401, "table_properties": {"data_size": 3451696, "index_size": 2240, "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": 213720, "raw_average_key_size": 20, "raw_value_size": 10866940, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 10686, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732106025, "oldest_key_time": 0, "file_creation_time": 1732106025, "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": 67402, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:33:45.841421 140008543020608 [compaction_job.cc:703] job-11023: subcompact[0], size: 0.297989 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11023/att-00 [067395,067396,067397,067398,067399,067400,067401,067402] 2024/11/20-20:33:45.895614 140008543020608 (Original Log Time 2024/11/20-20:33:34.248511) EVENT_LOG_v1 {"time_micros": 1732106014248442, "job": 11023, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [67360], "files_L3": [67384, 67385, 67271, 67260, 67261, 67262, 67263, 67264, 67388], "score": 0.871038, "input_data_size": 329985130, "oldest_snapshot_seqno": 1091475470} 2024/11/20-20:33:45.895618 140008543020608 (Original Log Time 2024/11/20-20:33:45.894646) [compaction_job.cc:2022] [default] [JOB 11023] Compacted 1@2 + 9@3 files to L3 => 297989015 bytes 2024/11/20-20:33:45.895619 140008543020608 (Original Log Time 2024/11/20-20:33:45.895532) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 8 0 0 0] max score 0.01, MB/sec: 28.5 rd, 25.7 wr, level 3, files in(1, 9) out(8 +0 blob) MB in(31.2, 283.5 +0.0 blob) out(284.2 +0.0 blob), read-write-amplify(19.2) write-amplify(9.1) OK, records in: 946357, records dropped: 29665 output_compression: Snappy 2024/11/20-20:33:45.895624 140008543020608 (Original Log Time 2024/11/20-20:33:45.895586) EVENT_LOG_v1 {"time_micros": 1732106025895559, "cf": "default", "job": 11023, "event": "compaction_finished", "compaction_time_micros": 11592921, "compaction_time_cpu_micros": 2779227, "output_level": 3, "num_output_files": 8, "total_output_size": 297989015, "num_input_records": 946357, "num_output_records": 916692, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 252294388, "file_range_sync_nanos": 0, "file_fsync_nanos": 7554, "file_prepare_write_nanos": 17720, "lsm_state": [0, 0, 0, 8, 0, 0, 0]} 2024/11/20-20:33:46.042223 140008543020608 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":1732106013,"executesMs":11862,"compactionJobId":11023,"attempt":0,"compactionInputRawBytes":981370476,"compactionInputZipBytes":329985130,"compactionOutputRawBytes":0,"compactionOutputZipBytes":297989015,"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-782921e6b129a8566bbe36f9018c0468-24e4bc3b5395a067-00"}}, response = 2024/11/20-20:33:46.042356 140008543020608 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-11023/att-00: olev 3, work 11.862 s, result 6.206 ms, install 1.004 ms, input{raw 935.908 MiB zip 314.698 MiB}