2024/11/20-17:02:33.630856 140257911363136 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00: fork to child time = 0.014855 sec 2024/11/20-17:02:33.631345 140257911363136 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00 2024/11/20-17:02:33.635785 140257911363136 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00 2024/11/20-17:02:33.637453 140257911363136 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-17:02:33.637624 140257911363136 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-17:02:33.672738 140257911363136 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-17414/att-00/MANIFEST-019309 2024/11/20-17:02:33.731142 140257911363136 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-17414/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 48351, last_sequence is 812762925, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 48138 2024/11/20-17:02:33.731148 140257911363136 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-17:02:33.731203 140257911363136 [version_set.cc:5724] Creating manifest 48351 2024/11/20-17:02:33.758969 140257911363136 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-17:02:33.773912 140257911363136 [compaction_job.cc:2437] [default] [JOB 17414] Compacting 1@2 + 6@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/20-17:02:33.773921 140257911363136 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 13284 Base level 2, inputs: [48326(13MB)], [48233(39MB) 48234(38MB) 48235(37MB) 48236(37MB) 48237(37MB) 48310(37MB)] 2024/11/20-17:02:33.780573 140257911363136 [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-17:02:33.780597 140257911363136 [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-17:02:33.780617 140257911363136 [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-17:02:33.780624 140257911363136 [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-17:02:33.780633 140257911363136 [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-17:02:34.222509 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048352.sst) /dev/shm/ToplingTemp/Topling-629263-hcwis7 2024/11/20-17:02:34.715819 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048352.sst): first pass time = 0.49's, 272.101'MB/sec 2024/11/20-17:02:36.114863 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048352.sst): old prealloc_size = 147639500, real_size = 36988208 2024/11/20-17:02:36.115544 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048352.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925243 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.0349 GB avg-val = 117.06 avg-zval = 37.76 2024/11/20-17:02:36.116381 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048352.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-17:02:36.970514 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048352.sst): second pass time = 1.40's, 77.467'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.86's, 47.997'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2876.130'MB/sec (index lex order gen) rebuild zvType time = 0.72's, 0.320'MB/sec write SST data time = 0.13's, 311.441'MB/sec dict compress time = 8026302105.55's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 35561.141'MB/sec zip my value time = 1.40's, unzip length = 0.108'GB zip my value throughput = 77.467'MB/sec zip pipeline throughput = 77.467'MB/sec entries = 925243 avg-key = 28.00 avg-zkey = 1.97 avg-val = 117.06 avg-zval = 37.76 usrkeys = 925243 avg-key = 20.00 avg-zkey = 1.97 avg-val = 123.48 avg-zval = 37.76 TagRS{ kinds = RS_Key0_TagN bytes = 144680 } TagArray{ size = 848670 bytes = 3076448 } seq expand size = 5940690 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.0349 GB dict = 1.08 MB all = 0.0411 GB } UnZip/Zip{ index = 10.1756 value = 3.1001 dict = 1.00 all = 3.2681 } Zip/UnZip{ index = 0.0983 value = 0.3226 dict = 1.00 all = 0.3060 } ---------------------------- total value len = 2183.597031 GB avg = 0.300 KB (by entry num) total key len = 191.589199 GB avg = 0.026 KB total ukey len = 134.138836 GB avg = 0.014 KB total ukey num = 9.327057309 Billion total entry num = 7.271207455 Billion write speed all = 136.506575618 MB/sec (with seq num) write speed all = 133.163452060 MB/sec (without seq num) 2024/11/20-17:02:37.022290 140257911363136 [compaction_job.cc:1948] [default] [JOB 17414] Generated table #48352: 925243 keys, 41068488 bytes, temperature: kWarm 2024/11/20-17:02:37.022377 140257911363136 EVENT_LOG_v1 {"time_micros": 1732093357022334, "cf_name": "default", "job": 17414, "event": "table_file_creation", "file_number": 48352, "file_size": 41068488, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 811934468, "table_properties": {"data_size": 34938144, "index_size": 1818560, "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": 25906804, "raw_average_key_size": 28, "raw_value_size": 108311054, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 925243, "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": 1732093354, "oldest_key_time": 0, "file_creation_time": 1732093354, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 48352, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-17:02:37.055302 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048353.sst) /dev/shm/ToplingTemp/Topling-629263-R17Oz9 2024/11/20-17:02:37.998198 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048353.sst): first pass time = 0.94's, 142.351'MB/sec 2024/11/20-17:02:39.145272 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048353.sst): old prealloc_size = 147639500, real_size = 35896288 2024/11/20-17:02:39.145903 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048353.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 928871 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.0339 GB avg-val = 116.50 avg-zval = 36.49 2024/11/20-17:02:39.146736 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048353.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-17:02:40.029634 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048353.sst): second pass time = 1.15's, 94.408'MB/sec, value only(80.6% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.88's, 45.231'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2943.806'MB/sec (index lex order gen) rebuild zvType time = 0.76's, 0.306'MB/sec write SST data time = 0.13's, 318.698'MB/sec dict compress time = 8026302105.55's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 33587.855'MB/sec zip my value time = 1.15's, unzip length = 0.108'GB zip my value throughput = 94.408'MB/sec zip pipeline throughput = 94.408'MB/sec entries = 928871 avg-key = 28.00 avg-zkey = 1.90 avg-val = 116.50 avg-zval = 36.49 usrkeys = 928871 avg-key = 20.00 avg-zkey = 1.90 avg-val = 123.50 avg-zval = 36.49 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 928871 bytes = 3251056 } seq expand size = 6502097 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0186 GB value = 0.1082 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0339 GB dict = 1.08 MB all = 0.0400 GB } UnZip/Zip{ index = 10.5133 value = 3.1923 dict = 1.00 all = 3.3554 } Zip/UnZip{ index = 0.0951 value = 0.3133 dict = 1.00 all = 0.2980 } ---------------------------- total value len = 2183.711743 GB avg = 0.300 KB (by entry num) total key len = 191.615208 GB avg = 0.026 KB total ukey len = 134.157414 GB avg = 0.014 KB total ukey num = 9.327986180 Billion total entry num = 7.272136326 Billion write speed all = 136.490666140 MB/sec (with seq num) write speed all = 133.147703248 MB/sec (without seq num) 2024/11/20-17:02:40.078211 140257911363136 [compaction_job.cc:1948] [default] [JOB 17414] Generated table #48353: 928871 keys, 40000560 bytes, temperature: kWarm 2024/11/20-17:02:40.078270 140257911363136 EVENT_LOG_v1 {"time_micros": 1732093360078240, "cf_name": "default", "job": 17414, "event": "table_file_creation", "file_number": 48353, "file_size": 40000560, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 578417147, "largest_seqno": 811935291, "table_properties": {"data_size": 33896848, "index_size": 1767040, "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": 26008388, "raw_average_key_size": 28, "raw_value_size": 108209406, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 928871, "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": 1732093357, "oldest_key_time": 0, "file_creation_time": 1732093357, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 48353, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-17:02:40.109383 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048354.sst) /dev/shm/ToplingTemp/Topling-629263-BASm38 2024/11/20-17:02:40.930098 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048354.sst): first pass time = 0.82's, 163.544'MB/sec 2024/11/20-17:02:42.091752 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048354.sst): old prealloc_size = 147639500, real_size = 35245920 2024/11/20-17:02:42.092382 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048354.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 929697 prefix = 4 raw-key = 0.0149 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.91 raw-val = 0.1082 GB zip-val = 0.0332 GB avg-val = 116.37 avg-zval = 35.75 2024/11/20-17:02:42.093213 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048354.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-17:02:42.989135 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048354.sst): second pass time = 1.16's, 93.195'MB/sec, value only(80.6% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.90's, 43.724'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2935.160'MB/sec (index lex order gen) rebuild zvType time = 0.77's, 0.303'MB/sec write SST data time = 0.13's, 305.437'MB/sec dict compress time = 8026302105.55's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.079'MB, throughput = 31923.905'MB/sec zip my value time = 1.16's, unzip length = 0.108'GB zip my value throughput = 93.195'MB/sec zip pipeline throughput = 93.195'MB/sec entries = 929697 avg-key = 28.00 avg-zkey = 1.91 avg-val = 116.37 avg-zval = 35.75 usrkeys = 929697 avg-key = 20.00 avg-zkey = 1.91 avg-val = 123.37 avg-zval = 35.75 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 929697 bytes = 3137744 } seq expand size = 6507879 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0186 GB value = 0.1082 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0332 GB dict = 1.08 MB all = 0.0392 GB } UnZip/Zip{ index = 10.4451 value = 3.2554 dict = 1.00 all = 3.4208 } Zip/UnZip{ index = 0.0957 value = 0.3072 dict = 1.00 all = 0.2923 } ---------------------------- total value len = 2183.826437 GB avg = 0.300 KB (by entry num) total key len = 191.641239 GB avg = 0.026 KB total ukey len = 134.176008 GB avg = 0.014 KB total ukey num = 9.328915877 Billion total entry num = 7.273066023 Billion write speed all = 136.475543712 MB/sec (with seq num) write speed all = 133.132721918 MB/sec (without seq num) 2024/11/20-17:02:43.037771 140257911363136 [compaction_job.cc:1948] [default] [JOB 17414] Generated table #48354: 929697 keys, 39236100 bytes, temperature: kWarm 2024/11/20-17:02:43.037840 140257911363136 EVENT_LOG_v1 {"time_micros": 1732093363037808, "cf_name": "default", "job": 17414, "event": "table_file_creation", "file_number": 48354, "file_size": 39236100, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 684241329, "largest_seqno": 811935797, "table_properties": {"data_size": 33233168, "index_size": 1780160, "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": 26031516, "raw_average_key_size": 28, "raw_value_size": 108186306, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 929697, "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": 1732093360, "oldest_key_time": 0, "file_creation_time": 1732093360, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 48354, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-17:02:43.075209 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048355.sst) /dev/shm/ToplingTemp/Topling-629263-fK7Hl5 2024/11/20-17:02:43.886583 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048355.sst): first pass time = 0.81's, 165.431'MB/sec 2024/11/20-17:02:45.120266 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048355.sst): old prealloc_size = 147639500, real_size = 36090000 2024/11/20-17:02:45.120854 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048355.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 927269 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1083 GB zip-val = 0.0341 GB avg-val = 116.75 avg-zval = 36.76 2024/11/20-17:02:45.121499 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048355.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-17:02:45.925005 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048355.sst): second pass time = 1.23's, 87.815'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.80's, 48.880'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3229.652'MB/sec (index lex order gen) rebuild zvType time = 0.68's, 0.342'MB/sec write SST data time = 0.13's, 310.850'MB/sec dict compress time = 8026302105.55's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 32312.745'MB/sec zip my value time = 1.23's, unzip length = 0.108'GB zip my value throughput = 87.815'MB/sec zip pipeline throughput = 87.815'MB/sec entries = 927269 avg-key = 28.00 avg-zkey = 1.92 avg-val = 116.75 avg-zval = 36.76 usrkeys = 927269 avg-key = 20.00 avg-zkey = 1.92 avg-val = 121.41 avg-zval = 36.76 TagRS{ kinds = RS_Key0_TagN bytes = 145000 } TagArray{ size = 618298 bytes = 2241344 } seq expand size = 4328086 multi value expand size = 0 cnt WriteAppend = 16 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0341 GB dict = 1.08 MB all = 0.0393 GB } UnZip/Zip{ index = 10.4433 value = 3.1763 dict = 1.00 all = 3.4121 } Zip/UnZip{ index = 0.0958 value = 0.3148 dict = 1.00 all = 0.2931 } ---------------------------- total value len = 2183.939019 GB avg = 0.300 KB (by entry num) total key len = 191.667203 GB avg = 0.026 KB total ukey len = 134.194553 GB avg = 0.014 KB total ukey num = 9.329843146 Billion total entry num = 7.273993292 Billion write speed all = 136.460486404 MB/sec (with seq num) write speed all = 133.117802239 MB/sec (without seq num) 2024/11/20-17:02:45.974117 140257911363136 [compaction_job.cc:1948] [default] [JOB 17414] Generated table #48355: 927269 keys, 39335304 bytes, temperature: kWarm 2024/11/20-17:02:45.974177 140257911363136 EVENT_LOG_v1 {"time_micros": 1732093365974148, "cf_name": "default", "job": 17414, "event": "table_file_creation", "file_number": 48355, "file_size": 39335304, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 811934817, "table_properties": {"data_size": 34082176, "index_size": 1775808, "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": 25963532, "raw_average_key_size": 28, "raw_value_size": 108254254, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 927269, "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": 1732093363, "oldest_key_time": 0, "file_creation_time": 1732093363, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 48355, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-17:02:46.010387 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048356.sst) /dev/shm/ToplingTemp/Topling-629263-3PTTC5 2024/11/20-17:02:46.819809 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048356.sst): first pass time = 0.81's, 165.826'MB/sec 2024/11/20-17:02:48.011222 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048356.sst): old prealloc_size = 147639500, real_size = 36001568 2024/11/20-17:02:48.011782 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048356.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925820 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.89 raw-val = 0.1083 GB zip-val = 0.0340 GB avg-val = 116.97 avg-zval = 36.75 2024/11/20-17:02:48.012485 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048356.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-17:02:48.866542 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048356.sst): second pass time = 1.19's, 90.961'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.86's, 46.166'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3261.651'MB/sec (index lex order gen) rebuild zvType time = 0.73's, 0.319'MB/sec write SST data time = 0.13's, 308.207'MB/sec dict compress time = 0.00's, 1080446.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 33207.708'MB/sec zip my value time = 1.19's, unzip length = 0.108'GB zip my value throughput = 90.961'MB/sec zip pipeline throughput = 90.961'MB/sec entries = 925820 avg-key = 28.00 avg-zkey = 1.89 avg-val = 116.97 avg-zval = 36.75 usrkeys = 925820 avg-key = 20.00 avg-zkey = 1.89 avg-val = 122.15 avg-zval = 36.75 TagRS{ kinds = RS_Key0_TagN bytes = 144760 } TagArray{ size = 684281 bytes = 2480528 } seq expand size = 4789967 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0340 GB dict = 1.08 MB all = 0.0395 GB } UnZip/Zip{ index = 10.5807 value = 3.1833 dict = 1.00 all = 3.3992 } Zip/UnZip{ index = 0.0945 value = 0.3141 dict = 1.00 all = 0.2942 } ---------------------------- total value len = 2184.052104 GB avg = 0.300 KB (by entry num) total key len = 191.693126 GB avg = 0.026 KB total ukey len = 134.213070 GB avg = 0.014 KB total ukey num = 9.330768966 Billion total entry num = 7.274919112 Billion write speed all = 136.445416323 MB/sec (with seq num) write speed all = 133.102871493 MB/sec (without seq num) 2024/11/20-17:02:48.913191 140257911363136 [compaction_job.cc:1948] [default] [JOB 17414] Generated table #48356: 925820 keys, 39485390 bytes, temperature: kWarm 2024/11/20-17:02:48.913253 140257911363136 EVENT_LOG_v1 {"time_micros": 1732093368913223, "cf_name": "default", "job": 17414, "event": "table_file_creation", "file_number": 48356, "file_size": 39485390, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 811935043, "table_properties": {"data_size": 34019920, "index_size": 1750016, "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": 25922960, "raw_average_key_size": 28, "raw_value_size": 108294836, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 925820, "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": 1732093365, "oldest_key_time": 0, "file_creation_time": 1732093365, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 48356, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-17:02:48.949505 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048357.sst) /dev/shm/ToplingTemp/Topling-629263-rPJPs7 2024/11/20-17:02:49.769259 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048357.sst): first pass time = 0.82's, 163.736'MB/sec 2024/11/20-17:02:50.925279 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048357.sst): old prealloc_size = 147639500, real_size = 36052160 2024/11/20-17:02:50.925901 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048357.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 927549 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.93 raw-val = 0.1082 GB zip-val = 0.0340 GB avg-val = 116.70 avg-zval = 36.69 2024/11/20-17:02:50.926751 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048357.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-17:02:51.808631 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048357.sst): second pass time = 1.16's, 93.714'MB/sec, value only(80.6% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.88's, 45.455'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3089.229'MB/sec (index lex order gen) rebuild zvType time = 0.76's, 0.306'MB/sec write SST data time = 0.13's, 319.302'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 18669.029'MB/sec zip my value time = 1.16's, unzip length = 0.108'GB zip my value throughput = 93.714'MB/sec zip pipeline throughput = 93.714'MB/sec entries = 927549 avg-key = 28.00 avg-zkey = 1.93 avg-val = 116.70 avg-zval = 36.69 usrkeys = 927549 avg-key = 20.00 avg-zkey = 1.93 avg-val = 123.70 avg-zval = 36.69 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 927549 bytes = 3246432 } seq expand size = 6492843 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0186 GB value = 0.1082 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0340 GB dict = 1.08 MB all = 0.0402 GB } UnZip/Zip{ index = 10.3743 value = 3.1807 dict = 1.00 all = 3.3427 } Zip/UnZip{ index = 0.0964 value = 0.3144 dict = 1.00 all = 0.2992 } ---------------------------- total value len = 2184.166843 GB avg = 0.300 KB (by entry num) total key len = 191.719097 GB avg = 0.026 KB total ukey len = 134.231621 GB avg = 0.014 KB total ukey num = 9.331696515 Billion total entry num = 7.275846661 Billion write speed all = 136.430444769 MB/sec (with seq num) write speed all = 133.088038540 MB/sec (without seq num) 2024/11/20-17:02:51.860196 140257911363136 [compaction_job.cc:1948] [default] [JOB 17414] Generated table #48357: 927549 keys, 40152710 bytes, temperature: kWarm 2024/11/20-17:02:51.860266 140257911363136 EVENT_LOG_v1 {"time_micros": 1732093371860234, "cf_name": "default", "job": 17414, "event": "table_file_creation", "file_number": 48357, "file_size": 40152710, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 604164338, "largest_seqno": 811935352, "table_properties": {"data_size": 34031920, "index_size": 1788160, "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": 25971372, "raw_average_key_size": 28, "raw_value_size": 108246402, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 927549, "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": 1732093368, "oldest_key_time": 0, "file_creation_time": 1732093368, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 48357, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-17:02:51.917579 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048358.sst) /dev/shm/ToplingTemp/Topling-629263-iruVq5 2024/11/20-17:02:51.960515 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048358.sst): first pass time = 0.04's, 244.883'MB/sec 2024/11/20-17:02:52.052415 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048358.sst): old prealloc_size = 147639500, real_size = 3251472 2024/11/20-17:02:52.052514 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048358.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 72114 prefix = 4 raw-key = 0.0012 GB zip-key = 0.0001 GB avg-key = 16.00 avg-zkey = 1.95 raw-val = 0.0085 GB zip-val = 0.0031 GB avg-val = 117.65 avg-zval = 42.89 2024/11/20-17:02:52.052599 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048358.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.011 GB 2024/11/20-17:02:52.114734 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00/048358.sst): second pass time = 0.09's, 92.895'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.06's, 57.066'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1815.250'MB/sec (index lex order gen) rebuild zvType time = 0.05's, 0.346'MB/sec write SST data time = 0.01's, 351.662'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.087'MB, throughput = 3647.692'MB/sec zip my value time = 0.09's, unzip length = 0.008'GB zip my value throughput = 92.895'MB/sec zip pipeline throughput = 92.895'MB/sec entries = 72114 avg-key = 28.00 avg-zkey = 1.95 avg-val = 117.65 avg-zval = 42.89 usrkeys = 72114 avg-key = 20.00 avg-zkey = 1.95 avg-val = 124.65 avg-zval = 42.89 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 72114 bytes = 234384 } seq expand size = 504798 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0014 GB value = 0.0085 GB dict = 0.09 MB all = 0.0105 GB } __ZipSize{ index = 0.0001 GB value = 0.0031 GB dict = 0.09 MB all = 0.0036 GB } UnZip/Zip{ index = 10.2809 value = 2.7430 dict = 1.00 all = 2.9538 } Zip/UnZip{ index = 0.0973 value = 0.3646 dict = 1.00 all = 0.3386 } ---------------------------- total value len = 2184.175832 GB avg = 0.300 KB (by entry num) total key len = 191.721116 GB avg = 0.026 KB total ukey len = 134.233063 GB avg = 0.014 KB total ukey num = 9.331768629 Billion total entry num = 7.275918775 Billion write speed all = 136.428678788 MB/sec (with seq num) write speed all = 133.086298181 MB/sec (without seq num) 2024/11/20-17:02:52.125366 140257911363136 [compaction_job.cc:1948] [default] [JOB 17414] Generated table #48358: 72114 keys, 3555900 bytes, temperature: kWarm 2024/11/20-17:02:52.125415 140257911363136 EVENT_LOG_v1 {"time_micros": 1732093372125389, "cf_name": "default", "job": 17414, "event": "table_file_creation", "file_number": 48358, "file_size": 3555900, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 750644713, "largest_seqno": 811934079, "table_properties": {"data_size": 3092992, "index_size": 140288, "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": 2019192, "raw_average_key_size": 28, "raw_value_size": 8484100, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 72114, "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": 1732093371, "oldest_key_time": 0, "file_creation_time": 1732093371, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 48358, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-17:02:52.135055 140257911363136 [compaction_job.cc:703] job-17414: subcompact[0], size: 0.242834 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17414/att-00 [048352,048353,048354,048355,048356,048357,048358] 2024/11/20-17:02:52.180956 140257911363136 (Original Log Time 2024/11/20-17:02:33.773952) EVENT_LOG_v1 {"time_micros": 1732093353773929, "job": 17414, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [48326], "files_L3": [48233, 48234, 48235, 48236, 48237, 48310], "score": 0.98988, "input_data_size": 253066902, "oldest_snapshot_seqno": 812762821} 2024/11/20-17:02:52.180959 140257911363136 (Original Log Time 2024/11/20-17:02:52.180218) [compaction_job.cc:2022] [default] [JOB 17414] Compacted 1@2 + 6@3 files to L3 => 242834452 bytes 2024/11/20-17:02:52.180961 140257911363136 (Original Log Time 2024/11/20-17:02:52.180891) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 13.8 rd, 13.2 wr, level 3, files in(1, 6) out(7 +0 blob) MB in(13.5, 227.8 +0.0 blob) out(231.6 +0.0 blob), read-write-amplify(35.0) write-amplify(17.1) OK, records in: 5680248, records dropped: 43685 output_compression: Snappy 2024/11/20-17:02:52.180964 140257911363136 (Original Log Time 2024/11/20-17:02:52.180938) EVENT_LOG_v1 {"time_micros": 1732093372180914, "cf": "default", "job": 17414, "event": "compaction_finished", "compaction_time_micros": 18361109, "compaction_time_cpu_micros": 8412091, "output_level": 3, "num_output_files": 7, "total_output_size": 242834452, "num_input_records": 5680248, "num_output_records": 5636563, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 174299133, "file_range_sync_nanos": 0, "file_fsync_nanos": 6073, "file_prepare_write_nanos": 36791, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-17:02:52.326092 140257911363136 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732076400,"starts":1732093353,"executesMs":18541,"compactionJobId":17414,"attempt":0,"compactionInputRawBytes":822013392,"compactionInputZipBytes":253066902,"compactionOutputRawBytes":0,"compactionOutputZipBytes":242834452,"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-53bf78f4dd5cfe3cb8c48069c7559435-006bbbd86dfad83c-00"}}, response = 2024/11/20-17:02:52.326182 140257911363136 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-17414/att-00: olev 3, work 18.542 s, result 7.610 ms, install 0.762 ms, input{raw 783.933 MiB zip 241.343 MiB}