2024/11/20-13:50:59.355263 140257902970432 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00: fork to child time = 0.023163 sec 2024/11/20-13:50:59.355974 140257902970432 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00 2024/11/20-13:50:59.363399 140257902970432 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00 2024/11/20-13:50:59.365604 140257902970432 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-13:50:59.365917 140257902970432 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-13:50:59.415452 140257902970432 [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-08149/att-00/MANIFEST-019309 2024/11/20-13:50:59.470742 140257902970432 [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-08149/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 31803, last_sequence is 589699097, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 31602 2024/11/20-13:50:59.470759 140257902970432 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-13:50:59.470874 140257902970432 [version_set.cc:5724] Creating manifest 31803 2024/11/20-13:50:59.510887 140257902970432 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-13:50:59.531121 140257902970432 [compaction_job.cc:2437] [default] [JOB 8149] Compacting 1@2 + 6@3 files to L3, score 0.81, subcompactions 1 : 1 2024/11/20-13:50:59.531143 140257902970432 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 7392 Base level 2, inputs: [31801(23MB)], [31670(38MB) 31671(38MB) 31672(38MB) 31673(37MB) 31674(38MB) 31790(38MB)] 2024/11/20-13:50:59.538487 140257902970432 [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-13:50:59.538521 140257902970432 [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-13:50:59.538548 140257902970432 [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-13:50:59.538559 140257902970432 [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-13:50:59.538575 140257902970432 [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-13:51:00.229923 140257902970432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031804.sst) /dev/shm/ToplingTemp/Topling-255876-PJKygj 2024/11/20-13:51:00.782298 140257902970432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031804.sst): first pass time = 0.55's, 243.001'MB/sec 2024/11/20-13:51:02.728114 140257902970432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031804.sst): old prealloc_size = 147639500, real_size = 36698496 2024/11/20-13:51:02.728866 140257902970432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031804.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 923789 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.94 raw-val = 0.1084 GB zip-val = 0.0347 GB avg-val = 117.29 avg-zval = 37.53 2024/11/20-13:51:02.729784 140257902970432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031804.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-13:51:03.539971 140257902970432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031804.sst): second pass time = 1.94's, 55.713'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.81's, 50.246'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2466.123'MB/sec (index lex order gen) rebuild zvType time = 0.66's, 0.349'MB/sec write SST data time = 0.15's, 272.370'MB/sec dict compress time = 2843012058.14's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.082'MB, throughput = 32336.540'MB/sec zip my value time = 1.94's, unzip length = 0.108'GB zip my value throughput = 55.713'MB/sec zip pipeline throughput = 191.076'MB/sec entries = 923789 avg-key = 28.00 avg-zkey = 1.94 avg-val = 117.29 avg-zval = 37.53 usrkeys = 923789 avg-key = 20.00 avg-zkey = 1.94 avg-val = 124.29 avg-zval = 37.53 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 923789 bytes = 3233280 } seq expand size = 6466523 multi value expand size = 0 cnt WriteAppend = 127 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0347 GB dict = 1.08 MB all = 0.0408 GB } UnZip/Zip{ index = 10.3046 value = 3.1248 dict = 1.00 all = 3.2902 } Zip/UnZip{ index = 0.0970 value = 0.3200 dict = 1.00 all = 0.3039 } ---------------------------- total value len = 0.114818 GB avg = 0.124 KB (by entry num) total key len = 0.025866 GB avg = 0.028 KB total ukey len = 0.018476 GB avg = 0.020 KB total ukey num = 0.000923789 Billion total entry num = 0.000923789 Billion write speed all = 0.007729185 MB/sec (with seq num) write speed all = 0.007323162 MB/sec (without seq num) 2024/11/20-13:51:03.590525 140257902970432 [compaction_job.cc:1948] [default] [JOB 8149] Generated table #31804: 923789 keys, 40792786 bytes, temperature: kWarm 2024/11/20-13:51:03.590616 140257902970432 EVENT_LOG_v1 {"time_micros": 1732081863590576, "cf_name": "default", "job": 8149, "event": "table_file_creation", "file_number": 31804, "file_size": 40792786, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 431720469, "largest_seqno": 589161053, "table_properties": {"data_size": 34674416, "index_size": 1792960, "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": 25866092, "raw_average_key_size": 28, "raw_value_size": 108351710, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 923789, "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": 1732081860, "oldest_key_time": 0, "file_creation_time": 1732081860, "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": 31804, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:51:03.628092 140257902970432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031805.sst) /dev/shm/ToplingTemp/Topling-255876-IRagXl 2024/11/20-13:51:04.781972 140257902970432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031805.sst): first pass time = 1.15's, 116.322'MB/sec 2024/11/20-13:51:06.001560 140257902970432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031805.sst): old prealloc_size = 147639500, real_size = 35905888 2024/11/20-13:51:06.002136 140257902970432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031805.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922994 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0339 GB avg-val = 117.42 avg-zval = 36.75 2024/11/20-13:51:06.002857 140257902970432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031805.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-13:51:06.831083 140257902970432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031805.sst): second pass time = 1.21's, 89.605'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.83's, 47.936'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3213.111'MB/sec (index lex order gen) rebuild zvType time = 0.71's, 0.326'MB/sec write SST data time = 0.12's, 327.480'MB/sec dict compress time = 2843012058.14's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 36004.921'MB/sec zip my value time = 1.21's, unzip length = 0.108'GB zip my value throughput = 89.605'MB/sec zip pipeline throughput = 89.605'MB/sec entries = 922994 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.42 avg-zval = 36.75 usrkeys = 922994 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.42 avg-zval = 36.75 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 922994 bytes = 2999744 } seq expand size = 6460958 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0185 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0339 GB dict = 1.08 MB all = 0.0398 GB } UnZip/Zip{ index = 10.5134 value = 3.1951 dict = 1.00 all = 3.3754 } Zip/UnZip{ index = 0.0951 value = 0.3130 dict = 1.00 all = 0.2963 } ---------------------------- total value len = 0.229653 GB avg = 0.124 KB (by entry num) total key len = 0.051710 GB avg = 0.028 KB total ukey len = 0.036936 GB avg = 0.020 KB total ukey num = 0.001846783 Billion total entry num = 0.001846783 Billion write speed all = 0.015455272 MB/sec (with seq num) write speed all = 0.014643722 MB/sec (without seq num) 2024/11/20-13:51:06.879508 140257902970432 [compaction_job.cc:1948] [default] [JOB 8149] Generated table #31805: 922994 keys, 39763532 bytes, temperature: kWarm 2024/11/20-13:51:06.879572 140257902970432 EVENT_LOG_v1 {"time_micros": 1732081866879541, "cf_name": "default", "job": 8149, "event": "table_file_creation", "file_number": 31805, "file_size": 39763532, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542657418, "largest_seqno": 589161099, "table_properties": {"data_size": 33919120, "index_size": 1755840, "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": 25843832, "raw_average_key_size": 28, "raw_value_size": 108374000, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922994, "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": 1732081863, "oldest_key_time": 0, "file_creation_time": 1732081863, "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": 31805, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:51:06.912730 140257902970432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031806.sst) /dev/shm/ToplingTemp/Topling-255876-Bo8sGn 2024/11/20-13:51:07.837493 140257902970432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031806.sst): first pass time = 0.92's, 145.143'MB/sec 2024/11/20-13:51:08.966648 140257902970432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031806.sst): old prealloc_size = 147639500, real_size = 36039312 2024/11/20-13:51:08.967216 140257902970432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031806.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922428 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0341 GB avg-val = 117.50 avg-zval = 36.92 2024/11/20-13:51:08.967915 140257902970432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031806.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-13:51:09.788974 140257902970432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031806.sst): second pass time = 1.13's, 96.056'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.82's, 48.517'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3205.102'MB/sec (index lex order gen) rebuild zvType time = 0.70's, 0.329'MB/sec write SST data time = 0.12's, 328.523'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 35273.609'MB/sec zip my value time = 1.13's, unzip length = 0.108'GB zip my value throughput = 96.056'MB/sec zip pipeline throughput = 96.056'MB/sec entries = 922428 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.50 avg-zval = 36.92 usrkeys = 922428 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.50 avg-zval = 36.92 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 922428 bytes = 2997904 } seq expand size = 6456996 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0184 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0341 GB dict = 1.08 MB all = 0.0399 GB } UnZip/Zip{ index = 10.5127 value = 3.1829 dict = 1.00 all = 3.3642 } Zip/UnZip{ index = 0.0951 value = 0.3142 dict = 1.00 all = 0.2972 } ---------------------------- total value len = 0.344500 GB avg = 0.124 KB (by entry num) total key len = 0.077538 GB avg = 0.028 KB total ukey len = 0.055384 GB avg = 0.020 KB total ukey num = 0.002769211 Billion total entry num = 0.002769211 Billion write speed all = 0.023178775 MB/sec (with seq num) write speed all = 0.021962071 MB/sec (without seq num) 2024/11/20-13:51:09.837477 140257902970432 [compaction_job.cc:1948] [default] [JOB 8149] Generated table #31806: 922428 keys, 39895614 bytes, temperature: kWarm 2024/11/20-13:51:09.837543 140257902970432 EVENT_LOG_v1 {"time_micros": 1732081869837513, "cf_name": "default", "job": 8149, "event": "table_file_creation", "file_number": 31806, "file_size": 39895614, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542657465, "largest_seqno": 589161131, "table_properties": {"data_size": 34053632, "index_size": 1754880, "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": 25827984, "raw_average_key_size": 28, "raw_value_size": 108389884, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922428, "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": 1732081866, "oldest_key_time": 0, "file_creation_time": 1732081866, "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": 31806, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:51:09.877138 140257902970432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031807.sst) /dev/shm/ToplingTemp/Topling-255876-yrL0sj 2024/11/20-13:51:10.897326 140257902970432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031807.sst): first pass time = 1.02's, 131.566'MB/sec 2024/11/20-13:51:12.075859 140257902970432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031807.sst): old prealloc_size = 147639500, real_size = 36540192 2024/11/20-13:51:12.076430 140257902970432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031807.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925047 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.93 raw-val = 0.1083 GB zip-val = 0.0345 GB avg-val = 117.09 avg-zval = 37.32 2024/11/20-13:51:12.076923 140257902970432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031807.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-13:51:12.835917 140257902970432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031807.sst): second pass time = 1.18's, 91.967'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.76's, 51.502'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3245.090'MB/sec (index lex order gen) rebuild zvType time = 0.64's, 0.362'MB/sec write SST data time = 0.12's, 324.195'MB/sec dict compress time = 8386104319.40's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 32875.677'MB/sec zip my value time = 1.18's, unzip length = 0.108'GB zip my value throughput = 91.967'MB/sec zip pipeline throughput = 91.967'MB/sec entries = 925047 avg-key = 28.00 avg-zkey = 1.93 avg-val = 117.09 avg-zval = 37.32 usrkeys = 925047 avg-key = 20.00 avg-zkey = 1.93 avg-val = 120.68 avg-zval = 37.32 TagRS{ kinds = RS_Key0_TagN bytes = 144640 } TagArray{ size = 474043 bytes = 1599904 } seq expand size = 3318301 multi value expand size = 0 cnt WriteAppend = 17 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0345 GB dict = 1.08 MB all = 0.0391 GB } UnZip/Zip{ index = 10.3764 value = 3.1373 dict = 1.00 all = 3.4288 } Zip/UnZip{ index = 0.0964 value = 0.3187 dict = 1.00 all = 0.2916 } ---------------------------- total value len = 0.456135 GB avg = 0.123 KB (by entry num) total key len = 0.103439 GB avg = 0.028 KB total ukey len = 0.073885 GB avg = 0.020 KB total ukey num = 0.003694258 Billion total entry num = 0.003694258 Billion write speed all = 0.030727261 MB/sec (with seq num) write speed all = 0.029104392 MB/sec (without seq num) 2024/11/20-13:51:12.883239 140257902970432 [compaction_job.cc:1948] [default] [JOB 8149] Generated table #31807: 925047 keys, 39144201 bytes, temperature: kWarm 2024/11/20-13:51:12.883302 140257902970432 EVENT_LOG_v1 {"time_micros": 1732081872883273, "cf_name": "default", "job": 8149, "event": "table_file_creation", "file_number": 31807, "file_size": 39144201, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 589161160, "table_properties": {"data_size": 34525776, "index_size": 1782976, "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": 25901316, "raw_average_key_size": 28, "raw_value_size": 108316466, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 925047, "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": 1732081869, "oldest_key_time": 0, "file_creation_time": 1732081869, "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": 31807, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:51:12.924898 140257902970432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031808.sst) /dev/shm/ToplingTemp/Topling-255876-lo8x7l 2024/11/20-13:51:13.923671 140257902970432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031808.sst): first pass time = 1.00's, 134.387'MB/sec 2024/11/20-13:51:15.160607 140257902970432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031808.sst): old prealloc_size = 147639500, real_size = 36437680 2024/11/20-13:51:15.161155 140257902970432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031808.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 924091 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.94 raw-val = 0.1083 GB zip-val = 0.0344 GB avg-val = 117.24 avg-zval = 37.24 2024/11/20-13:51:15.161810 140257902970432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031808.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-13:51:15.936226 140257902970432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031808.sst): second pass time = 1.24's, 87.647'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.78's, 51.666'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3425.373'MB/sec (index lex order gen) rebuild zvType time = 0.65's, 0.354'MB/sec write SST data time = 0.12's, 325.258'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.082'MB, throughput = 21678.873'MB/sec zip my value time = 1.24's, unzip length = 0.108'GB zip my value throughput = 87.647'MB/sec zip pipeline throughput = 87.647'MB/sec entries = 924091 avg-key = 28.00 avg-zkey = 1.94 avg-val = 117.24 avg-zval = 37.24 usrkeys = 924091 avg-key = 20.00 avg-zkey = 1.94 avg-val = 122.93 avg-zval = 37.24 TagRS{ kinds = RS_Key0_TagN bytes = 144480 } TagArray{ size = 751327 bytes = 2629664 } seq expand size = 5259289 multi value expand size = 0 cnt WriteAppend = 31 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0344 GB dict = 1.08 MB all = 0.0401 GB } UnZip/Zip{ index = 10.3080 value = 3.1483 dict = 1.00 all = 3.3494 } Zip/UnZip{ index = 0.0970 value = 0.3176 dict = 1.00 all = 0.2986 } ---------------------------- total value len = 0.569737 GB avg = 0.123 KB (by entry num) total key len = 0.129314 GB avg = 0.028 KB total ukey len = 0.092367 GB avg = 0.020 KB total ukey num = 0.004618349 Billion total entry num = 0.004618349 Billion write speed all = 0.038379672 MB/sec (with seq num) write speed all = 0.036351199 MB/sec (without seq num) 2024/11/20-13:51:15.984161 140257902970432 [compaction_job.cc:1948] [default] [JOB 8149] Generated table #31808: 924091 keys, 40072582 bytes, temperature: kWarm 2024/11/20-13:51:15.984227 140257902970432 EVENT_LOG_v1 {"time_micros": 1732081875984195, "cf_name": "default", "job": 8149, "event": "table_file_creation", "file_number": 31808, "file_size": 40072582, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 589160942, "table_properties": {"data_size": 34413536, "index_size": 1792960, "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": 25874548, "raw_average_key_size": 28, "raw_value_size": 108343190, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 924091, "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": 1732081872, "oldest_key_time": 0, "file_creation_time": 1732081872, "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": 31808, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:51:16.016845 140257902970432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031809.sst) /dev/shm/ToplingTemp/Topling-255876-xo5cIj 2024/11/20-13:51:16.900095 140257902970432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031809.sst): first pass time = 0.88's, 151.967'MB/sec 2024/11/20-13:51:18.021286 140257902970432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031809.sst): old prealloc_size = 147639500, real_size = 36258304 2024/11/20-13:51:18.021831 140257902970432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031809.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 922005 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1084 GB zip-val = 0.0343 GB avg-val = 117.57 avg-zval = 37.17 2024/11/20-13:51:18.022574 140257902970432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031809.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-13:51:18.835485 140257902970432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031809.sst): second pass time = 1.12's, 96.761'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.81's, 49.306'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3451.773'MB/sec (index lex order gen) rebuild zvType time = 0.69's, 0.336'MB/sec write SST data time = 0.13's, 315.404'MB/sec dict compress time = 8529667479.67's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.083'MB, throughput = 29643.299'MB/sec zip my value time = 1.12's, unzip length = 0.108'GB zip my value throughput = 96.761'MB/sec zip pipeline throughput = 96.761'MB/sec entries = 922005 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.57 avg-zval = 37.17 usrkeys = 922005 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.31 avg-zval = 37.17 TagRS{ kinds = RS_Key0_TagN bytes = 144160 } TagArray{ size = 887233 bytes = 2883520 } seq expand size = 6210631 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0184 GB value = 0.1084 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0343 GB dict = 1.08 MB all = 0.0401 GB } UnZip/Zip{ index = 10.5133 value = 3.1628 dict = 1.00 all = 3.3434 } Zip/UnZip{ index = 0.0951 value = 0.3162 dict = 1.00 all = 0.2991 } ---------------------------- total value len = 0.684350 GB avg = 0.124 KB (by entry num) total key len = 0.155130 GB avg = 0.028 KB total ukey len = 0.110807 GB avg = 0.020 KB total ukey num = 0.005540354 Billion total entry num = 0.005540354 Billion write speed all = 0.046082216 MB/sec (with seq num) write speed all = 0.043649167 MB/sec (without seq num) 2024/11/20-13:51:18.884934 140257902970432 [compaction_job.cc:1948] [default] [JOB 8149] Generated table #31809: 922005 keys, 40144672 bytes, temperature: kWarm 2024/11/20-13:51:18.884998 140257902970432 EVENT_LOG_v1 {"time_micros": 1732081878884968, "cf_name": "default", "job": 8149, "event": "table_file_creation", "file_number": 31809, "file_size": 40144672, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 589160609, "table_properties": {"data_size": 34273648, "index_size": 1753984, "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": 25816140, "raw_average_key_size": 28, "raw_value_size": 108401722, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 922005, "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": 1732081876, "oldest_key_time": 0, "file_creation_time": 1732081876, "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": 31809, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:51:18.918321 140257902970432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031810.sst) /dev/shm/ToplingTemp/Topling-255876-SYbUbk 2024/11/20-13:51:18.978987 140257902970432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031810.sst): first pass time = 0.06's, 249.603'MB/sec 2024/11/20-13:51:19.103902 140257902970432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031810.sst): old prealloc_size = 147639500, real_size = 4581648 2024/11/20-13:51:19.104020 140257902970432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031810.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 103647 prefix = 4 raw-key = 0.0017 GB zip-key = 0.0002 GB avg-key = 16.00 avg-zkey = 1.93 raw-val = 0.0122 GB zip-val = 0.0044 GB avg-val = 118.00 avg-zval = 42.02 2024/11/20-13:51:19.104159 140257902970432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031810.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.015 GB 2024/11/20-13:51:19.194636 140257902970432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00/031810.sst): second pass time = 0.12's, 98.433'MB/sec, value only(80.8% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.09's, 55.204'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2138.995'MB/sec (index lex order gen) rebuild zvType time = 0.08's, 0.341'MB/sec write SST data time = 0.01's, 340.346'MB/sec dict compress time = 8529667479.67's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.127'MB, throughput = 5228.308'MB/sec zip my value time = 0.12's, unzip length = 0.012'GB zip my value throughput = 98.433'MB/sec zip pipeline throughput = 98.433'MB/sec entries = 103647 avg-key = 28.00 avg-zkey = 1.93 avg-val = 118.00 avg-zval = 42.02 usrkeys = 103647 avg-key = 20.00 avg-zkey = 1.93 avg-val = 125.00 avg-zval = 42.02 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 103647 bytes = 323904 } seq expand size = 725529 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0021 GB value = 0.0122 GB dict = 0.13 MB all = 0.0151 GB } __ZipSize{ index = 0.0002 GB value = 0.0044 GB dict = 0.13 MB all = 0.0050 GB } UnZip/Zip{ index = 10.3713 value = 2.8079 dict = 1.00 all = 3.0213 } Zip/UnZip{ index = 0.0964 value = 0.3561 dict = 1.00 all = 0.3310 } ---------------------------- total value len = 0.697306 GB avg = 0.124 KB (by entry num) total key len = 0.158032 GB avg = 0.028 KB total ukey len = 0.112880 GB avg = 0.020 KB total ukey num = 0.005644001 Billion total entry num = 0.005644001 Billion write speed all = 0.046951795 MB/sec (with seq num) write speed all = 0.044473279 MB/sec (without seq num) 2024/11/20-13:51:19.208323 140257902970432 [compaction_job.cc:1948] [default] [JOB 8149] Generated table #31810: 103647 keys, 5008559 bytes, temperature: kWarm 2024/11/20-13:51:19.208374 140257902970432 EVENT_LOG_v1 {"time_micros": 1732081879208347, "cf_name": "default", "job": 8149, "event": "table_file_creation", "file_number": 31810, "file_size": 5008559, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 566919908, "largest_seqno": 588453642, "table_properties": {"data_size": 4355712, "index_size": 199872, "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": 2902116, "raw_average_key_size": 28, "raw_value_size": 12230346, "raw_average_value_size": 118, "num_data_blocks": 1, "num_entries": 103647, "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": 118, "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": 1732081878, "oldest_key_time": 0, "file_creation_time": 1732081878, "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": 31810, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:51:19.219165 140257902970432 [compaction_job.cc:703] job-08149: subcompact[0], size: 0.244822 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08149/att-00 [031804,031805,031806,031807,031808,031809,031810] 2024/11/20-13:51:19.274226 140257902970432 (Original Log Time 2024/11/20-13:50:59.531223) EVENT_LOG_v1 {"time_micros": 1732081859531164, "job": 8149, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [31801], "files_L3": [31670, 31671, 31672, 31673, 31674, 31790], "score": 0.812435, "input_data_size": 265104535, "oldest_snapshot_seqno": 589699062} 2024/11/20-13:51:19.274230 140257902970432 (Original Log Time 2024/11/20-13:51:19.266623) [compaction_job.cc:2022] [default] [JOB 8149] Compacted 1@2 + 6@3 files to L3 => 244821946 bytes 2024/11/20-13:51:19.274231 140257902970432 (Original Log Time 2024/11/20-13:51:19.274162) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 13.5 rd, 12.4 wr, level 3, files in(1, 6) out(7 +0 blob) MB in(23.3, 229.5 +0.0 blob) out(233.5 +0.0 blob), read-write-amplify(20.8) write-amplify(10.0) OK, records in: 5740523, records dropped: 96522 output_compression: Snappy 2024/11/20-13:51:19.274235 140257902970432 (Original Log Time 2024/11/20-13:51:19.274209) EVENT_LOG_v1 {"time_micros": 1732081879274185, "cf": "default", "job": 8149, "event": "compaction_finished", "compaction_time_micros": 19687946, "compaction_time_cpu_micros": 8451237, "output_level": 3, "num_output_files": 7, "total_output_size": 244821946, "num_input_records": 5740523, "num_output_records": 5644001, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 170786490, "file_range_sync_nanos": 0, "file_fsync_nanos": 6109, "file_prepare_write_nanos": 18844, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-13:51:19.416540 140257902970432 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":1732081859,"executesMs":19903,"compactionJobId":8149,"attempt":0,"compactionInputRawBytes":834145470,"compactionInputZipBytes":265104535,"compactionOutputRawBytes":0,"compactionOutputZipBytes":244821946,"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-ebda40e49bfa654bd4ccc11a5e035922-5f3e2eb27d70b217-00"}}, response = 2024/11/20-13:51:19.416623 140257902970432 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-08149/att-00: olev 3, work 19.904 s, result 7.589 ms, install 7.625 ms, input{raw 795.503 MiB zip 252.823 MiB}