2024/11/20-18:42:56.073148 140008341595712 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00: fork to child time = 0.009771 sec 2024/11/20-18:42:56.073695 140008341595712 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00 2024/11/20-18:42:56.081948 140008341595712 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00 2024/11/20-18:42:56.083744 140008341595712 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-18:42:56.084011 140008341595712 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-18:42:56.132358 140008341595712 [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-06594/att-00/MANIFEST-049091 2024/11/20-18:42:56.197709 140008341595712 [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-06594/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 58828, last_sequence is 985191119, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 58663 2024/11/20-18:42:56.197734 140008341595712 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-18:42:56.197812 140008341595712 [version_set.cc:5724] Creating manifest 58828 2024/11/20-18:42:56.229413 140008341595712 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-18:42:56.251909 140008341595712 [compaction_job.cc:2437] [default] [JOB 6594] Compacting 1@2 + 6@3 files to L3, score 0.78, subcompactions 1 : 1 2024/11/20-18:42:56.251933 140008341595712 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 6029 Base level 2, inputs: [58817(27MB)], [58719(38MB) 58720(37MB) 58721(36MB) 58722(36MB) 58723(36MB) 58746(38MB)] 2024/11/20-18:42:56.258778 140008341595712 [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-18:42:56.258806 140008341595712 [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-18:42:56.258827 140008341595712 [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-18:42:56.258836 140008341595712 [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-18:42:56.258848 140008341595712 [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-18:42:56.851696 140008341595712 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058829.sst) /dev/shm/ToplingTemp/Topling-847550-FK5ZpY 2024/11/20-18:42:57.382745 140008341595712 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058829.sst): first pass time = 0.53's, 252.766'MB/sec 2024/11/20-18:42:59.357620 140008341595712 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058829.sst): old prealloc_size = 147639500, real_size = 38160736 2024/11/20-18:42:59.358227 140008341595712 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058829.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 927044 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.0361 GB avg-val = 116.78 avg-zval = 38.95 2024/11/20-18:42:59.358944 140008341595712 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058829.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-18:43:00.387867 140008341595712 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058829.sst): second pass time = 1.97's, 54.842'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 1.03's, 39.287'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3108.334'MB/sec (index lex order gen) rebuild zvType time = 0.72's, 0.322'MB/sec write SST data time = 0.31's, 130.802'MB/sec dict compress time = 3472328296.36's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 31623.467'MB/sec zip my value time = 1.97's, unzip length = 0.108'GB zip my value throughput = 54.842'MB/sec zip pipeline throughput = 142.493'MB/sec entries = 927044 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.78 avg-zval = 38.95 usrkeys = 927044 avg-key = 20.00 avg-zkey = 1.97 avg-val = 119.71 avg-zval = 38.95 TagRS{ kinds = RS_Key0_TagN bytes = 144960 } TagArray{ size = 388361 bytes = 1310736 } seq expand size = 2718527 multi value expand size = 0 cnt WriteAppend = 108 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0361 GB dict = 1.08 MB all = 0.0405 GB } UnZip/Zip{ index = 10.1750 value = 2.9984 dict = 1.00 all = 3.3161 } Zip/UnZip{ index = 0.0983 value = 0.3335 dict = 1.00 all = 0.3016 } ---------------------------- total value len = 0.110979 GB avg = 0.120 KB (by entry num) total key len = 0.025957 GB avg = 0.028 KB total ukey len = 0.018541 GB avg = 0.020 KB total ukey num = 0.000927044 Billion total entry num = 0.000927044 Billion write speed all = 0.003833761 MB/sec (with seq num) write speed all = 0.003626128 MB/sec (without seq num) 2024/11/20-18:43:00.438407 140008341595712 [compaction_job.cc:1948] [default] [JOB 6594] Generated table #58829: 927044 keys, 40474481 bytes, temperature: kWarm 2024/11/20-18:43:00.438506 140008341595712 EVENT_LOG_v1 {"time_micros": 1732099380438459, "cf_name": "default", "job": 6594, "event": "table_file_creation", "file_number": 58829, "file_size": 40474481, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 985133089, "table_properties": {"data_size": 36106576, "index_size": 1822208, "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": 25957232, "raw_average_key_size": 28, "raw_value_size": 108260616, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 927044, "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": 1732099376, "oldest_key_time": 0, "file_creation_time": 1732099376, "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": 58829, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:43:00.476419 140008341595712 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058830.sst) /dev/shm/ToplingTemp/Topling-847550-fbD8fY 2024/11/20-18:43:01.539419 140008341595712 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058830.sst): first pass time = 1.06's, 126.268'MB/sec 2024/11/20-18:43:03.292072 140008341595712 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058830.sst): old prealloc_size = 147639500, real_size = 36342272 2024/11/20-18:43:03.292615 140008341595712 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058830.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926391 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.96 raw-val = 0.1083 GB zip-val = 0.0343 GB avg-val = 116.88 avg-zval = 37.01 2024/11/20-18:43:03.293929 140008341595712 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058830.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-18:43:04.111731 140008341595712 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058830.sst): second pass time = 1.75's, 61.804'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.82's, 47.784'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3530.022'MB/sec (index lex order gen) rebuild zvType time = 0.68's, 0.340'MB/sec write SST data time = 0.14's, 282.381'MB/sec dict compress time = 3472328296.36's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 33666.698'MB/sec zip my value time = 1.75's, unzip length = 0.108'GB zip my value throughput = 61.804'MB/sec zip pipeline throughput = 61.804'MB/sec entries = 926391 avg-key = 28.00 avg-zkey = 1.96 avg-val = 116.88 avg-zval = 37.01 usrkeys = 926391 avg-key = 20.00 avg-zkey = 1.96 avg-val = 120.96 avg-zval = 37.01 TagRS{ kinds = RS_Key0_TagN bytes = 144840 } TagArray{ size = 539918 bytes = 1822240 } seq expand size = 3779426 multi value expand size = 0 cnt WriteAppend = 22 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0343 GB dict = 1.08 MB all = 0.0392 GB } UnZip/Zip{ index = 10.1789 value = 3.1577 dict = 1.00 all = 3.4268 } Zip/UnZip{ index = 0.0982 value = 0.3167 dict = 1.00 all = 0.2918 } ---------------------------- total value len = 0.223037 GB avg = 0.120 KB (by entry num) total key len = 0.051896 GB avg = 0.028 KB total ukey len = 0.037069 GB avg = 0.020 KB total ukey num = 0.001853435 Billion total entry num = 0.001853435 Billion write speed all = 0.007696419 MB/sec (with seq num) write speed all = 0.007281342 MB/sec (without seq num) 2024/11/20-18:43:04.161419 140008341595712 [compaction_job.cc:1948] [default] [JOB 6594] Generated table #58830: 926391 keys, 39167645 bytes, temperature: kWarm 2024/11/20-18:43:04.161478 140008341595712 EVENT_LOG_v1 {"time_micros": 1732099384161449, "cf_name": "default", "job": 6594, "event": "table_file_creation", "file_number": 58830, "file_size": 39167645, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 975427997, "table_properties": {"data_size": 34290288, "index_size": 1820224, "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": 25938948, "raw_average_key_size": 28, "raw_value_size": 108278830, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926391, "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": 1732099380, "oldest_key_time": 0, "file_creation_time": 1732099380, "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": 58830, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:43:04.198448 140008341595712 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058831.sst) /dev/shm/ToplingTemp/Topling-847550-ulOLIV 2024/11/20-18:43:05.295904 140008341595712 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058831.sst): first pass time = 1.10's, 122.304'MB/sec 2024/11/20-18:43:06.935116 140008341595712 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058831.sst): old prealloc_size = 147639500, real_size = 36487456 2024/11/20-18:43:06.935822 140008341595712 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058831.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926877 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.97 raw-val = 0.1083 GB zip-val = 0.0344 GB avg-val = 116.81 avg-zval = 37.15 2024/11/20-18:43:06.936119 140008341595712 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058831.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-18:43:07.744454 140008341595712 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058831.sst): second pass time = 1.64's, 66.086'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.81's, 46.988'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2718.136'MB/sec (index lex order gen) rebuild zvType time = 0.61's, 0.378'MB/sec write SST data time = 0.20's, 194.961'MB/sec dict compress time = 0.00's, 1080364.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 19623.358'MB/sec zip my value time = 1.64's, unzip length = 0.108'GB zip my value throughput = 66.086'MB/sec zip pipeline throughput = 100.405'MB/sec entries = 926877 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.81 avg-zval = 37.15 usrkeys = 926877 avg-key = 20.00 avg-zkey = 1.97 avg-val = 118.01 avg-zval = 37.15 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 159791 bytes = 539312 } seq expand size = 1118537 multi value expand size = 0 cnt WriteAppend = 63 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.0380 GB } UnZip/Zip{ index = 10.1756 value = 3.1442 dict = 1.00 all = 3.5293 } Zip/UnZip{ index = 0.0983 value = 0.3181 dict = 1.00 all = 0.2833 } ---------------------------- total value len = 0.332421 GB avg = 0.120 KB (by entry num) total key len = 0.077849 GB avg = 0.028 KB total ukey len = 0.055606 GB avg = 0.020 KB total ukey num = 0.002780312 Billion total entry num = 0.002780312 Billion write speed all = 0.011483820 MB/sec (with seq num) write speed all = 0.010861233 MB/sec (without seq num) 2024/11/20-18:43:07.791788 140008341595712 [compaction_job.cc:1948] [default] [JOB 6594] Generated table #58831: 926877 keys, 38029819 bytes, temperature: kWarm 2024/11/20-18:43:07.791857 140008341595712 EVENT_LOG_v1 {"time_micros": 1732099387791825, "cf_name": "default", "job": 6594, "event": "table_file_creation", "file_number": 58831, "file_size": 38029819, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 978567417, "table_properties": {"data_size": 34433808, "index_size": 1821760, "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": 25952556, "raw_average_key_size": 28, "raw_value_size": 108265198, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926877, "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": 1732099384, "oldest_key_time": 0, "file_creation_time": 1732099384, "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": 58831, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:43:07.827721 140008341595712 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058832.sst) /dev/shm/ToplingTemp/Topling-847550-gZCFfX 2024/11/20-18:43:09.071495 140008341595712 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058832.sst): first pass time = 1.24's, 107.916'MB/sec 2024/11/20-18:43:10.619468 140008341595712 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058832.sst): old prealloc_size = 147639500, real_size = 36433808 2024/11/20-18:43:10.619994 140008341595712 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058832.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926833 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.97 raw-val = 0.1083 GB zip-val = 0.0344 GB avg-val = 116.81 avg-zval = 37.09 2024/11/20-18:43:10.620305 140008341595712 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058832.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-18:43:11.579206 140008341595712 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058832.sst): second pass time = 1.55's, 69.977'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.96's, 39.823'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3616.547'MB/sec (index lex order gen) rebuild zvType time = 0.78's, 0.297'MB/sec write SST data time = 0.18's, 214.679'MB/sec dict compress time = 0.00's, 1080138.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 31330.143'MB/sec zip my value time = 1.55's, unzip length = 0.108'GB zip my value throughput = 69.977'MB/sec zip pipeline throughput = 120.829'MB/sec entries = 926833 avg-key = 28.00 avg-zkey = 1.97 avg-val = 116.81 avg-zval = 37.09 usrkeys = 926833 avg-key = 20.00 avg-zkey = 1.97 avg-val = 118.56 avg-zval = 37.09 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 231728 bytes = 782096 } seq expand size = 1622096 multi value expand size = 0 cnt WriteAppend = 28 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.0382 GB } UnZip/Zip{ index = 10.1773 value = 3.1491 dict = 1.00 all = 3.5118 } Zip/UnZip{ index = 0.0983 value = 0.3176 dict = 1.00 all = 0.2848 } ---------------------------- total value len = 0.442310 GB avg = 0.119 KB (by entry num) total key len = 0.103800 GB avg = 0.028 KB total ukey len = 0.074143 GB avg = 0.020 KB total ukey num = 0.003707145 Billion total entry num = 0.003707145 Billion write speed all = 0.015284459 MB/sec (with seq num) write speed all = 0.014454418 MB/sec (without seq num) 2024/11/20-18:43:11.626986 140008341595712 [compaction_job.cc:1948] [default] [JOB 6594] Generated table #58832: 926833 keys, 38218777 bytes, temperature: kWarm 2024/11/20-18:43:11.627052 140008341595712 EVENT_LOG_v1 {"time_micros": 1732099391627013, "cf_name": "default", "job": 6594, "event": "table_file_creation", "file_number": 58832, "file_size": 38218777, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 964349483, "table_properties": {"data_size": 34380544, "index_size": 1821376, "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": 25951324, "raw_average_key_size": 28, "raw_value_size": 108266478, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926833, "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": 1732099387, "oldest_key_time": 0, "file_creation_time": 1732099387, "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": 58832, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:43:11.661805 140008341595712 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058833.sst) /dev/shm/ToplingTemp/Topling-847550-1r2KGW 2024/11/20-18:43:12.553285 140008341595712 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058833.sst): first pass time = 0.89's, 150.562'MB/sec 2024/11/20-18:43:14.230930 140008341595712 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058833.sst): old prealloc_size = 147639500, real_size = 36622160 2024/11/20-18:43:14.231679 140008341595712 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058833.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926838 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.0346 GB avg-val = 116.81 avg-zval = 37.37 2024/11/20-18:43:14.231999 140008341595712 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058833.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-18:43:15.308630 140008341595712 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058833.sst): second pass time = 1.68's, 64.571'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 1.08's, 35.570'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2420.919'MB/sec (index lex order gen) rebuild zvType time = 0.92's, 0.252'MB/sec write SST data time = 0.16's, 241.524'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 32360.852'MB/sec zip my value time = 1.68's, unzip length = 0.108'GB zip my value throughput = 64.571'MB/sec zip pipeline throughput = 118.522'MB/sec entries = 926838 avg-key = 28.00 avg-zkey = 1.89 avg-val = 116.81 avg-zval = 37.37 usrkeys = 926838 avg-key = 20.00 avg-zkey = 1.89 avg-val = 118.40 avg-zval = 37.37 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 209867 bytes = 708320 } seq expand size = 1469069 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0346 GB dict = 1.08 MB all = 0.0383 GB } UnZip/Zip{ index = 10.5788 value = 3.1257 dict = 1.00 all = 3.5013 } Zip/UnZip{ index = 0.0945 value = 0.3199 dict = 1.00 all = 0.2856 } ---------------------------- total value len = 0.552045 GB avg = 0.119 KB (by entry num) total key len = 0.129752 GB avg = 0.028 KB total ukey len = 0.092680 GB avg = 0.020 KB total ukey num = 0.004633983 Billion total entry num = 0.004633983 Billion write speed all = 0.019080057 MB/sec (with seq num) write speed all = 0.018042603 MB/sec (without seq num) 2024/11/20-18:43:15.409013 140008341595712 [compaction_job.cc:1948] [default] [JOB 6594] Generated table #58833: 926838 keys, 38333177 bytes, temperature: kWarm 2024/11/20-18:43:15.409097 140008341595712 EVENT_LOG_v1 {"time_micros": 1732099395409063, "cf_name": "default", "job": 6594, "event": "table_file_creation", "file_number": 58833, "file_size": 38333177, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 985132930, "table_properties": {"data_size": 34638016, "index_size": 1752256, "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": 25951464, "raw_average_key_size": 28, "raw_value_size": 108266360, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926838, "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": 1732099391, "oldest_key_time": 0, "file_creation_time": 1732099391, "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": 58833, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:43:15.454410 140008341595712 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058834.sst) /dev/shm/ToplingTemp/Topling-847550-p65FnW 2024/11/20-18:43:16.325848 140008341595712 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058834.sst): first pass time = 0.87's, 154.026'MB/sec 2024/11/20-18:43:18.582848 140008341595712 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058834.sst): old prealloc_size = 147639500, real_size = 37681232 2024/11/20-18:43:18.583416 140008341595712 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058834.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926885 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.91 raw-val = 0.1083 GB zip-val = 0.0357 GB avg-val = 116.81 avg-zval = 38.49 2024/11/20-18:43:18.583879 140008341595712 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058834.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-18:43:19.310584 140008341595712 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058834.sst): second pass time = 2.26's, 47.985'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.73's, 55.312'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3235.714'MB/sec (index lex order gen) rebuild zvType time = 0.60's, 0.388'MB/sec write SST data time = 0.13's, 310.594'MB/sec dict compress time = 0.00's, 1080016.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 26065.936'MB/sec zip my value time = 2.26's, unzip length = 0.108'GB zip my value throughput = 47.985'MB/sec zip pipeline throughput = 149.728'MB/sec entries = 926885 avg-key = 28.00 avg-zkey = 1.91 avg-val = 116.81 avg-zval = 38.49 usrkeys = 926885 avg-key = 20.00 avg-zkey = 1.91 avg-val = 120.31 avg-zval = 38.49 TagRS{ kinds = RS_Key0_TagN bytes = 144920 } TagArray{ size = 464096 bytes = 1566336 } seq expand size = 3248672 multi value expand size = 0 cnt WriteAppend = 27 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0357 GB dict = 1.08 MB all = 0.0403 GB } UnZip/Zip{ index = 10.4443 value = 3.0348 dict = 1.00 all = 3.3346 } Zip/UnZip{ index = 0.0957 value = 0.3295 dict = 1.00 all = 0.2999 } ---------------------------- total value len = 0.663559 GB avg = 0.119 KB (by entry num) total key len = 0.155704 GB avg = 0.028 KB total ukey len = 0.111217 GB avg = 0.020 KB total ukey num = 0.005560868 Billion total entry num = 0.005560868 Billion write speed all = 0.022924484 MB/sec (with seq num) write speed all = 0.021679658 MB/sec (without seq num) 2024/11/20-18:43:19.368115 140008341595712 [compaction_job.cc:1948] [default] [JOB 6594] Generated table #58834: 926885 keys, 40250207 bytes, temperature: kWarm 2024/11/20-18:43:19.368183 140008341595712 EVENT_LOG_v1 {"time_micros": 1732099399368151, "cf_name": "default", "job": 6594, "event": "table_file_creation", "file_number": 58834, "file_size": 40250207, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 985133012, "table_properties": {"data_size": 35674432, "index_size": 1774912, "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": 25952780, "raw_average_key_size": 28, "raw_value_size": 108264994, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926885, "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": 1732099395, "oldest_key_time": 0, "file_creation_time": 1732099395, "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": 58834, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:43:19.421420 140008341595712 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058835.sst) /dev/shm/ToplingTemp/Topling-847550-bCgBnV 2024/11/20-18:43:19.564561 140008341595712 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058835.sst): first pass time = 0.14's, 122.479'MB/sec 2024/11/20-18:43:19.717298 140008341595712 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058835.sst): old prealloc_size = 147639500, real_size = 4843280 2024/11/20-18:43:19.717425 140008341595712 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058835.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 121016 prefix = 4 raw-key = 0.0019 GB zip-key = 0.0002 GB avg-key = 16.00 avg-zkey = 1.93 raw-val = 0.0141 GB zip-val = 0.0046 GB avg-val = 116.81 avg-zval = 37.84 2024/11/20-18:43:19.717524 140008341595712 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058835.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.018 GB 2024/11/20-18:43:19.806582 140008341595712 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00/058835.sst): second pass time = 0.15's, 93.063'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.09's, 58.354'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2226.411'MB/sec (index lex order gen) rebuild zvType time = 0.07's, 0.421'MB/sec write SST data time = 0.02's, 299.766'MB/sec dict compress time = 0.00's, 147746.000'MB/sec z-dict build time = 0.00's, sample length = 0.148'MB, throughput = 2642.994'MB/sec zip my value time = 0.15's, unzip length = 0.014'GB zip my value throughput = 93.063'MB/sec zip pipeline throughput = 145.686'MB/sec entries = 121016 avg-key = 28.00 avg-zkey = 1.93 avg-val = 116.81 avg-zval = 37.84 usrkeys = 121016 avg-key = 20.00 avg-zkey = 1.93 avg-val = 122.65 avg-zval = 37.84 TagRS{ kinds = RS_Key0_TagN bytes = 19000 } TagArray{ size = 101083 bytes = 227456 } seq expand size = 707581 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0024 GB value = 0.0141 GB dict = 0.15 MB all = 0.0175 GB } __ZipSize{ index = 0.0002 GB value = 0.0046 GB dict = 0.15 MB all = 0.0052 GB } UnZip/Zip{ index = 10.3809 value = 3.0865 dict = 1.00 all = 3.3641 } Zip/UnZip{ index = 0.0963 value = 0.3240 dict = 1.00 all = 0.2973 } ---------------------------- total value len = 0.678402 GB avg = 0.119 KB (by entry num) total key len = 0.159093 GB avg = 0.028 KB total ukey len = 0.113638 GB avg = 0.020 KB total ukey num = 0.005681884 Billion total entry num = 0.005681884 Billion write speed all = 0.023434310 MB/sec (with seq num) write speed all = 0.022162411 MB/sec (without seq num) 2024/11/20-18:43:19.819062 140008341595712 [compaction_job.cc:1948] [default] [JOB 6594] Generated table #58835: 121016 keys, 5209073 bytes, temperature: kWarm 2024/11/20-18:43:19.819121 140008341595712 EVENT_LOG_v1 {"time_micros": 1732099399819091, "cf_name": "default", "job": 6594, "event": "table_file_creation", "file_number": 58835, "file_size": 5209073, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 908236452, "table_properties": {"data_size": 4579712, "index_size": 233152, "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": 3388448, "raw_average_key_size": 28, "raw_value_size": 14135480, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 121016, "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": 1732099399, "oldest_key_time": 0, "file_creation_time": 1732099399, "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": 58835, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:43:19.829984 140008341595712 [compaction_job.cc:703] job-06594: subcompact[0], size: 0.239683 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06594/att-00 [058829,058830,058831,058832,058833,058834,058835] 2024/11/20-18:43:19.902378 140008341595712 (Original Log Time 2024/11/20-18:42:56.252003) EVENT_LOG_v1 {"time_micros": 1732099376251953, "job": 6594, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [58817], "files_L3": [58719, 58720, 58721, 58722, 58723, 58746], "score": 0.780632, "input_data_size": 262522219, "oldest_snapshot_seqno": 985191119} 2024/11/20-18:43:19.902382 140008341595712 (Original Log Time 2024/11/20-18:43:19.901559) [compaction_job.cc:2022] [default] [JOB 6594] Compacted 1@2 + 6@3 files to L3 => 239683179 bytes 2024/11/20-18:43:19.902384 140008341595712 (Original Log Time 2024/11/20-18:43:19.902302) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 11.1 rd, 10.2 wr, level 3, files in(1, 6) out(7 +0 blob) MB in(27.1, 223.2 +0.0 blob) out(228.6 +0.0 blob), read-write-amplify(17.6) write-amplify(8.4) OK, records in: 5794785, records dropped: 112901 output_compression: Snappy 2024/11/20-18:43:19.902388 140008341595712 (Original Log Time 2024/11/20-18:43:19.902354) EVENT_LOG_v1 {"time_micros": 1732099399902327, "cf": "default", "job": 6594, "event": "compaction_finished", "compaction_time_micros": 23577990, "compaction_time_cpu_micros": 9146487, "output_level": 3, "num_output_files": 7, "total_output_size": 239683179, "num_input_records": 5794785, "num_output_records": 5681884, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 215234454, "file_range_sync_nanos": 0, "file_fsync_nanos": 6345, "file_prepare_write_nanos": 32407, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-18:43:20.013760 140008341595712 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":1732099376,"executesMs":23808,"compactionJobId":6594,"attempt":0,"compactionInputRawBytes":838862650,"compactionInputZipBytes":262522219,"compactionOutputRawBytes":0,"compactionOutputZipBytes":239683179,"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-c2c3a4374395178874f3c1770a3ff67e-78ba7d90c94f137c-00"}}, response = 2024/11/20-18:43:20.013852 140008341595712 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-06594/att-00: olev 3, work 23.808 s, result 20.132 ms, install 0.852 ms, input{raw 800.002 MiB zip 250.361 MiB}