2024/11/21-00:07:34.866434 140007955531328 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00: fork to child time = 0.007378 sec 2024/11/21-00:07:34.866835 140007955531328 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00 2024/11/21-00:07:34.872963 140007955531328 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00 2024/11/21-00:07:34.874660 140007955531328 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-00:07:34.874830 140007955531328 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/21-00:07:34.925918 140007955531328 [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-22269/att-00/MANIFEST-049091 2024/11/21-00:07:34.972611 140007955531328 [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-22269/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 88119, last_sequence is 1345177403, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 87957 2024/11/21-00:07:34.972619 140007955531328 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-00:07:34.972678 140007955531328 [version_set.cc:5724] Creating manifest 88119 2024/11/21-00:07:35.002426 140007955531328 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-00:07:35.023636 140007955531328 [compaction_job.cc:2437] [default] [JOB 22269] Compacting 1@2 + 6@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/21-00:07:35.023647 140007955531328 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 16632 Base level 2, inputs: [88096(31MB)], [88000(40MB) 88001(40MB) 88002(40MB) 88003(40MB) 88004(40MB) 88107(40MB)] 2024/11/21-00:07:35.031800 140007955531328 [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/21-00:07:35.031824 140007955531328 [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/21-00:07:35.031844 140007955531328 [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/21-00:07:35.031851 140007955531328 [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/21-00:07:35.031861 140007955531328 [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/21-00:07:35.694570 140007955531328 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088120.sst) /dev/shm/ToplingTemp/Topling-1177223-8k0ZLi 2024/11/21-00:07:35.870133 140007955531328 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088120.sst): first pass time = 0.18's, 764.686'MB/sec 2024/11/21-00:07:36.663937 140007955531328 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088120.sst): old prealloc_size = 147639500, real_size = 40929920 2024/11/21-00:07:36.664095 140007955531328 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088120.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.02 avg-zval = 314.23 2024/11/21-00:07:36.664275 140007955531328 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088120.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:07:36.835707 140007955531328 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088120.sst): second pass time = 0.79's, 165.985'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 248.834'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1793.160'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.261'MB/sec write SST data time = 0.05's, 893.232'MB/sec dict compress time = 3476326412.77's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.379'MB, throughput = 43902.809'MB/sec zip my value time = 0.79's, unzip length = 0.132'GB zip my value throughput = 165.985'MB/sec zip pipeline throughput = 304.100'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.02 avg-zval = 314.23 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1024.02 avg-zval = 314.23 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129427 bytes = 469184 } seq expand size = 905989 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8379 value = 3.2365 dict = 1.00 all = 3.1398 } Zip/UnZip{ index = 0.1462 value = 0.3090 dict = 1.00 all = 0.3185 } ---------------------------- total value len = 563.198267 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144003 Billion total entry num = 1.700646025 Billion write speed all = 27.823656124 MB/sec (with seq num) write speed all = 27.200551578 MB/sec (without seq num) 2024/11/21-00:07:36.888820 140007955531328 [compaction_job.cc:1948] [default] [JOB 22269] Generated table #88120: 129427 keys, 42747147 bytes, temperature: kWarm 2024/11/21-00:07:36.888907 140007955531328 EVENT_LOG_v1 {"time_micros": 1732118856888866, "cf_name": "default", "job": 22269, "event": "table_file_creation", "file_number": 88120, "file_size": 42747147, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479831, "largest_seqno": 1345055637, "table_properties": {"data_size": 40670256, "index_size": 227136, "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": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629227, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732118855, "oldest_key_time": 0, "file_creation_time": 1732118855, "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": 88120, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:07:36.933181 140007955531328 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088121.sst) /dev/shm/ToplingTemp/Topling-1177223-1pVYxi 2024/11/21-00:07:37.462186 140007955531328 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088121.sst): first pass time = 0.53's, 253.741'MB/sec 2024/11/21-00:07:38.241425 140007955531328 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088121.sst): old prealloc_size = 147639500, real_size = 40904224 2024/11/21-00:07:38.241592 140007955531328 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088121.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.81 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.00 avg-zval = 313.98 2024/11/21-00:07:38.241769 140007955531328 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088121.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:07:38.488756 140007955531328 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088121.sst): second pass time = 0.78's, 169.127'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.25's, 172.734'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1669.840'MB/sec (index lex order gen) rebuild zvType time = 0.20's, 0.162'MB/sec write SST data time = 0.05's, 892.495'MB/sec dict compress time = 3476326412.77's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24350.640'MB/sec zip my value time = 0.78's, unzip length = 0.132'GB zip my value throughput = 169.127'MB/sec zip pipeline throughput = 223.537'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.81 avg-val = 1017.00 avg-zval = 313.98 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.81 avg-val = 1024.00 avg-zval = 313.98 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 469200 } seq expand size = 906010 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.6470 value = 3.2391 dict = 1.00 all = 3.1418 } Zip/UnZip{ index = 0.1504 value = 0.3087 dict = 1.00 all = 0.3183 } ---------------------------- total value len = 563.330803 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273433 Billion total entry num = 1.700775455 Billion write speed all = 27.827737917 MB/sec (with seq num) write speed all = 27.204633123 MB/sec (without seq num) 2024/11/21-00:07:38.542792 140007955531328 [compaction_job.cc:1948] [default] [JOB 22269] Generated table #88121: 129430 keys, 42720737 bytes, temperature: kWarm 2024/11/21-00:07:38.542860 140007955531328 EVENT_LOG_v1 {"time_micros": 1732118858542828, "cf_name": "default", "job": 22269, "event": "table_file_creation", "file_number": 88121, "file_size": 42720737, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 908696188, "largest_seqno": 1345055643, "table_properties": {"data_size": 40638032, "index_size": 233664, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629827, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732118856, "oldest_key_time": 0, "file_creation_time": 1732118856, "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": 88121, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:07:38.580168 140007955531328 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088122.sst) /dev/shm/ToplingTemp/Topling-1177223-S62Mkj 2024/11/21-00:07:39.119577 140007955531328 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088122.sst): first pass time = 0.54's, 248.843'MB/sec 2024/11/21-00:07:39.773468 140007955531328 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088122.sst): old prealloc_size = 147639500, real_size = 40572992 2024/11/21-00:07:39.773605 140007955531328 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088122.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0003 GB avg-key = 8.00 avg-zkey = 1.94 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.01 avg-zval = 311.29 2024/11/21-00:07:39.773953 140007955531328 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088122.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:07:39.942971 140007955531328 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088122.sst): second pass time = 0.65's, 201.569'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.112'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2230.656'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.05's, 804.952'MB/sec dict compress time = 3476326412.77's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 20917.849'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 201.569'MB/sec zip pipeline throughput = 223.583'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.94 avg-val = 1017.01 avg-zval = 311.29 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.94 avg-val = 1024.01 avg-zval = 311.29 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 469200 } seq expand size = 906003 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.0403 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 6.2003 value = 3.2671 dict = 1.00 all = 3.1663 } Zip/UnZip{ index = 0.1613 value = 0.3061 dict = 1.00 all = 0.3158 } ---------------------------- total value len = 563.463339 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402862 Billion total entry num = 1.700904884 Billion write speed all = 27.832072521 MB/sec (with seq num) write speed all = 27.208961806 MB/sec (without seq num) 2024/11/21-00:07:40.033157 140007955531328 [compaction_job.cc:1948] [default] [JOB 22269] Generated table #88122: 129429 keys, 42389881 bytes, temperature: kWarm 2024/11/21-00:07:40.033237 140007955531328 EVENT_LOG_v1 {"time_micros": 1732118860033197, "cf_name": "default", "job": 22269, "event": "table_file_creation", "file_number": 88122, "file_size": 42389881, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 908696209, "largest_seqno": 1345052211, "table_properties": {"data_size": 40289968, "index_size": 250496, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131630139, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732118858, "oldest_key_time": 0, "file_creation_time": 1732118858, "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": 88122, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:07:40.073517 140007955531328 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088123.sst) /dev/shm/ToplingTemp/Topling-1177223-2VDfZg 2024/11/21-00:07:40.611122 140007955531328 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088123.sst): first pass time = 0.54's, 249.679'MB/sec 2024/11/21-00:07:41.353204 140007955531328 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088123.sst): old prealloc_size = 147639500, real_size = 40653088 2024/11/21-00:07:41.353375 140007955531328 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088123.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.89 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.98 avg-zval = 311.95 2024/11/21-00:07:41.353544 140007955531328 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088123.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:07:41.519093 140007955531328 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088123.sst): second pass time = 0.74's, 177.611'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 255.911'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2014.985'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 875.256'MB/sec dict compress time = 3476326412.77's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 22008.976'MB/sec zip my value time = 0.74's, unzip length = 0.132'GB zip my value throughput = 177.611'MB/sec zip pipeline throughput = 285.535'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.89 avg-val = 1016.98 avg-zval = 311.95 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.89 avg-val = 1023.38 avg-zval = 311.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 118286 bytes = 428800 } seq expand size = 828002 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0404 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 6.3464 value = 3.2601 dict = 1.00 all = 3.1618 } Zip/UnZip{ index = 0.1576 value = 0.3067 dict = 1.00 all = 0.3163 } ---------------------------- total value len = 563.595798 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532294 Billion total entry num = 1.701034316 Billion write speed all = 27.836247600 MB/sec (with seq num) write speed all = 27.213134442 MB/sec (without seq num) 2024/11/21-00:07:41.575469 140007955531328 [compaction_job.cc:1948] [default] [JOB 22269] Generated table #88123: 129432 keys, 42449577 bytes, temperature: kWarm 2024/11/21-00:07:41.575539 140007955531328 EVENT_LOG_v1 {"time_micros": 1732118861575508, "cf_name": "default", "job": 22269, "event": "table_file_creation", "file_number": 88123, "file_size": 42449577, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1345052860, "table_properties": {"data_size": 40375824, "index_size": 244736, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588640, "raw_average_key_size": 20, "raw_value_size": 131630109, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732118860, "oldest_key_time": 0, "file_creation_time": 1732118860, "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": 88123, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:07:41.611892 140007955531328 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088124.sst) /dev/shm/ToplingTemp/Topling-1177223-xyM4hi 2024/11/21-00:07:42.275676 140007955531328 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088124.sst): first pass time = 0.66's, 202.215'MB/sec 2024/11/21-00:07:43.054516 140007955531328 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088124.sst): old prealloc_size = 147639500, real_size = 41045024 2024/11/21-00:07:43.054684 140007955531328 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088124.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129424 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1017.04 avg-zval = 315.18 2024/11/21-00:07:43.054868 140007955531328 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088124.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:07:43.225184 140007955531328 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088124.sst): second pass time = 0.78's, 169.169'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 251.155'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1592.411'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.263'MB/sec write SST data time = 0.05's, 900.568'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 30369.041'MB/sec zip my value time = 0.78's, unzip length = 0.132'GB zip my value throughput = 169.169'MB/sec zip pipeline throughput = 227.284'MB/sec entries = 129424 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.04 avg-zval = 315.18 usrkeys = 129424 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.04 avg-zval = 315.18 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129424 bytes = 469184 } seq expand size = 905968 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0408 GB dict = 1.38 MB all = 0.0429 GB } UnZip/Zip{ index = 7.0197 value = 3.2269 dict = 1.00 all = 3.1314 } Zip/UnZip{ index = 0.1425 value = 0.3099 dict = 1.00 all = 0.3193 } ---------------------------- total value len = 563.728333 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801907 GB avg = 0.014 KB total ukey num = 2.321661718 Billion total entry num = 1.701163740 Billion write speed all = 27.840259915 MB/sec (with seq num) write speed all = 27.217148025 MB/sec (without seq num) 2024/11/21-00:07:43.279548 140007955531328 [compaction_job.cc:1948] [default] [JOB 22269] Generated table #88124: 129424 keys, 42861396 bytes, temperature: kWarm 2024/11/21-00:07:43.279613 140007955531328 EVENT_LOG_v1 {"time_micros": 1732118863279582, "cf_name": "default", "job": 22269, "event": "table_file_creation", "file_number": 88124, "file_size": 42861396, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 952431592, "largest_seqno": 1345048154, "table_properties": {"data_size": 40791248, "index_size": 221248, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588480, "raw_average_key_size": 20, "raw_value_size": 131629528, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129424, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732118861, "oldest_key_time": 0, "file_creation_time": 1732118861, "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": 88124, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:07:43.317659 140007955531328 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088125.sst) /dev/shm/ToplingTemp/Topling-1177223-oK2esh 2024/11/21-00:07:43.941916 140007955531328 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088125.sst): first pass time = 0.62's, 215.018'MB/sec 2024/11/21-00:07:44.663523 140007955531328 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088125.sst): old prealloc_size = 147639500, real_size = 41078656 2024/11/21-00:07:44.663697 140007955531328 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088125.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1017.01 avg-zval = 315.44 2024/11/21-00:07:44.663888 140007955531328 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088125.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:07:44.863378 140007955531328 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088125.sst): second pass time = 0.72's, 182.670'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 214.612'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1703.192'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.217'MB/sec write SST data time = 0.05's, 850.021'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.377'MB, throughput = 43877.548'MB/sec zip my value time = 0.72's, unzip length = 0.132'GB zip my value throughput = 182.670'MB/sec zip pipeline throughput = 204.068'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.01 avg-zval = 315.44 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1024.01 avg-zval = 315.44 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129428 bytes = 469184 } seq expand size = 905996 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0408 GB dict = 1.38 MB all = 0.0429 GB } UnZip/Zip{ index = 7.0731 value = 3.2241 dict = 1.00 all = 3.1290 } Zip/UnZip{ index = 0.1414 value = 0.3102 dict = 1.00 all = 0.3196 } ---------------------------- total value len = 563.860869 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.803461 GB avg = 0.014 KB total ukey num = 2.321791146 Billion total entry num = 1.701293168 Billion write speed all = 27.844358182 MB/sec (with seq num) write speed all = 27.221245621 MB/sec (without seq num) 2024/11/21-00:07:44.916948 140007955531328 [compaction_job.cc:1948] [default] [JOB 22269] Generated table #88125: 129428 keys, 42894651 bytes, temperature: kWarm 2024/11/21-00:07:44.917014 140007955531328 EVENT_LOG_v1 {"time_micros": 1732118864916983, "cf_name": "default", "job": 22269, "event": "table_file_creation", "file_number": 88125, "file_size": 42894651, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980004783, "largest_seqno": 1345055347, "table_properties": {"data_size": 40826544, "index_size": 219584, "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": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629667, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732118863, "oldest_key_time": 0, "file_creation_time": 1732118863, "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": 88125, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:07:44.955491 140007955531328 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088126.sst) /dev/shm/ToplingTemp/Topling-1177223-MvNini 2024/11/21-00:07:44.961759 140007955531328 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088126.sst): first pass time = 0.01's, 219.610'MB/sec 2024/11/21-00:07:44.987235 140007955531328 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088126.sst): old prealloc_size = 147639500, real_size = 435200 2024/11/21-00:07:44.987278 140007955531328 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088126.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 1318 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.36 raw-val = 0.0013 GB zip-val = 0.0004 GB avg-val =1016.86 avg-zval = 329.43 2024/11/21-00:07:44.989335 140007955531328 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00/088126.sst): second pass time = 0.02's, 53.857'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 219.732'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 19.522'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.248'MB/sec write SST data time = 0.00's, 617.261'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.020'MB, throughput = 729.338'MB/sec zip my value time = 0.02's, unzip length = 0.001'GB zip my value throughput = 53.857'MB/sec zip pipeline throughput = 53.857'MB/sec entries = 1318 avg-key = 20.00 avg-zkey = 0.39 avg-val = 1016.86 avg-zval = 329.43 usrkeys = 1318 avg-key = 12.00 avg-zkey = 0.39 avg-val = 1023.86 avg-zval = 329.43 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 1318 bytes = 4800 } seq expand size = 9226 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0000 GB value = 0.0013 GB dict = 0.02 MB all = 0.0014 GB } __ZipSize{ index = 0.0000 GB value = 0.0004 GB dict = 0.02 MB all = 0.0005 GB } UnZip/Zip{ index = 30.8906 value = 3.0867 dict = 1.00 all = 2.9640 } Zip/UnZip{ index = 0.0324 value = 0.3240 dict = 1.00 all = 0.3374 } ---------------------------- total value len = 563.862218 GB avg = 0.331 KB (by entry num) total key len = 44.329964 GB avg = 0.026 KB total ukey len = 32.803476 GB avg = 0.014 KB total ukey num = 2.321792464 Billion total entry num = 1.701294486 Billion write speed all = 27.844260593 MB/sec (with seq num) write speed all = 27.221151144 MB/sec (without seq num) 2024/11/21-00:07:45.001995 140007955531328 [compaction_job.cc:1948] [default] [JOB 22269] Generated table #88126: 1318 keys, 461054 bytes, temperature: kWarm 2024/11/21-00:07:45.002067 140007955531328 EVENT_LOG_v1 {"time_micros": 1732118865002019, "cf_name": "default", "job": 22269, "event": "table_file_creation", "file_number": 88126, "file_size": 461054, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 993525576, "largest_seqno": 1345055194, "table_properties": {"data_size": 434192, "index_size": 512, "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": 26360, "raw_average_key_size": 20, "raw_value_size": 1340222, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 1318, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732118864, "oldest_key_time": 0, "file_creation_time": 1732118864, "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": 88126, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:07:45.011429 140007955531328 [compaction_job.cc:703] job-22269: subcompact[0], size: 0.256524 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22269/att-00 [088120,088121,088122,088123,088124,088125,088126] 2024/11/21-00:07:45.068773 140007955531328 (Original Log Time 2024/11/21-00:07:35.023691) EVENT_LOG_v1 {"time_micros": 1732118855023656, "job": 22269, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [88096], "files_L3": [88000, 88001, 88002, 88003, 88004, 88107], "score": 0.993559, "input_data_size": 288754365, "oldest_snapshot_seqno": 1345177254} 2024/11/21-00:07:45.068777 140007955531328 (Original Log Time 2024/11/21-00:07:45.061169) [compaction_job.cc:2022] [default] [JOB 22269] Compacted 1@2 + 6@3 files to L3 => 256524443 bytes 2024/11/21-00:07:45.068778 140007955531328 (Original Log Time 2024/11/21-00:07:45.068705) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 28.9 rd, 25.7 wr, level 3, files in(1, 6) out(7 +0 blob) MB in(31.2, 244.2 +0.0 blob) out(244.6 +0.0 blob), read-write-amplify(16.7) write-amplify(7.8) OK, records in: 808478, records dropped: 30590 output_compression: Snappy 2024/11/21-00:07:45.068782 140007955531328 (Original Log Time 2024/11/21-00:07:45.068754) EVENT_LOG_v1 {"time_micros": 1732118865068729, "cf": "default", "job": 22269, "event": "compaction_finished", "compaction_time_micros": 9987744, "compaction_time_cpu_micros": 2355967, "output_level": 3, "num_output_files": 7, "total_output_size": 256524443, "num_input_records": 808478, "num_output_records": 777888, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 181757856, "file_range_sync_nanos": 0, "file_fsync_nanos": 5881, "file_prepare_write_nanos": 14350, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/21-00:07:45.189957 140007955531328 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":1732118854,"executesMs":10186,"compactionJobId":22269,"attempt":0,"compactionInputRawBytes":838399002,"compactionInputZipBytes":288754365,"compactionOutputRawBytes":0,"compactionOutputZipBytes":256524443,"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-8a9ee50ac320f15d6acdebf90e6de1cc-2f13d002fbbd5d2a-00"}}, response = 2024/11/21-00:07:45.190033 140007955531328 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-22269/att-00: olev 3, work 10.187 s, result 7.607 ms, install 7.629 ms, input{raw 799.560 MiB zip 275.378 MiB}