2024/11/20-16:56:29.559607 140257869399616 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00: fork to child time = 0.010445 sec 2024/11/20-16:56:29.560174 140257869399616 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00 2024/11/20-16:56:29.566910 140257869399616 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00 2024/11/20-16:56:29.568659 140257869399616 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-16:56:29.568899 140257869399616 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-16:56:29.617393 140257869399616 [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-17143/att-00/MANIFEST-019309 2024/11/20-16:56:29.667383 140257869399616 [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-17143/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 47834, last_sequence is 806326938, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 47634 2024/11/20-16:56:29.667391 140257869399616 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-16:56:29.667465 140257869399616 [version_set.cc:5724] Creating manifest 47834 2024/11/20-16:56:29.701414 140257869399616 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-16:56:29.720792 140257869399616 [compaction_job.cc:2437] [default] [JOB 17143] Compacting 1@2 + 6@3 files to L3, score 0.98, subcompactions 1 : 1 2024/11/20-16:56:29.720802 140257869399616 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 13113 Base level 2, inputs: [47811(18MB)], [47830(40MB) 47831(140KB) 47719(39MB) 47720(40MB) 47721(39MB) 47722(31MB)] 2024/11/20-16:56:29.728194 140257869399616 [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-16:56:29.728213 140257869399616 [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-16:56:29.728228 140257869399616 [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-16:56:29.728234 140257869399616 [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-16:56:29.728243 140257869399616 [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-16:56:30.250237 140257869399616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047835.sst) /dev/shm/ToplingTemp/Topling-620986-ckaoUf 2024/11/20-16:56:30.459340 140257869399616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047835.sst): first pass time = 0.21's, 642.053'MB/sec 2024/11/20-16:56:31.096161 140257869399616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047835.sst): old prealloc_size = 147639500, real_size = 40748176 2024/11/20-16:56:31.096318 140257869399616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047835.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.78 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.02 avg-zval = 312.81 2024/11/20-16:56:31.096477 140257869399616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047835.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:56:31.485650 140257869399616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047835.sst): second pass time = 0.64's, 206.970'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.39's, 108.873'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1695.707'MB/sec (index lex order gen) rebuild zvType time = 0.30's, 0.107'MB/sec write SST data time = 0.09's, 482.714'MB/sec dict compress time = 8019913075.41's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46479.204'MB/sec zip my value time = 0.64's, unzip length = 0.132'GB zip my value throughput = 206.970'MB/sec zip pipeline throughput = 229.574'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.02 avg-zval = 312.81 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1021.50 avg-zval = 312.81 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 82824 bytes = 289904 } seq expand size = 579768 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.0405 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 6.7372 value = 3.2513 dict = 1.00 all = 3.1651 } Zip/UnZip{ index = 0.1484 value = 0.3076 dict = 1.00 all = 0.3159 } ---------------------------- total value len = 2183.614989 GB avg = 0.300 KB (by entry num) total key len = 191.565881 GB avg = 0.026 KB total ukey len = 134.121885 GB avg = 0.014 KB total ukey num = 9.326261492 Billion total entry num = 7.270411638 Billion write speed all = 139.435119792 MB/sec (with seq num) write speed all = 136.020640564 MB/sec (without seq num) 2024/11/20-16:56:31.543717 140257869399616 [compaction_job.cc:1948] [default] [JOB 17143] Generated table #47835: 129426 keys, 42405779 bytes, temperature: kWarm 2024/11/20-16:56:31.543839 140257869399616 EVENT_LOG_v1 {"time_micros": 1732092991543777, "cf_name": "default", "job": 17143, "event": "table_file_creation", "file_number": 47835, "file_size": 42405779, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 805945512, "table_properties": {"data_size": 40485120, "index_size": 230528, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629393, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732092990, "oldest_key_time": 0, "file_creation_time": 1732092990, "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": 47835, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:56:31.593179 140257869399616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047836.sst) /dev/shm/ToplingTemp/Topling-620986-r1iX8e 2024/11/20-16:56:32.211384 140257869399616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047836.sst): first pass time = 0.62's, 217.124'MB/sec 2024/11/20-16:56:32.859616 140257869399616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047836.sst): old prealloc_size = 147639500, real_size = 40431888 2024/11/20-16:56:32.859793 140257869399616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047836.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.74 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.40 2024/11/20-16:56:32.859886 140257869399616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047836.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:56:33.058475 140257869399616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047836.sst): second pass time = 0.65's, 203.337'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 210.579'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1667.629'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.218'MB/sec write SST data time = 0.05's, 833.745'MB/sec dict compress time = 8019913075.41's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 28298.721'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 203.337'MB/sec zip pipeline throughput = 312.787'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.00 avg-zval = 310.40 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1018.10 avg-zval = 310.40 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 20345 bytes = 71216 } seq expand size = 142415 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.9100 value = 3.2764 dict = 1.00 all = 3.2055 } Zip/UnZip{ index = 0.1447 value = 0.3052 dict = 1.00 all = 0.3120 } ---------------------------- total value len = 2183.746761 GB avg = 0.300 KB (by entry num) total key len = 191.568469 GB avg = 0.026 KB total ukey len = 134.123438 GB avg = 0.014 KB total ukey num = 9.326390921 Billion total entry num = 7.270541067 Billion write speed all = 139.430133599 MB/sec (with seq num) write speed all = 136.015908828 MB/sec (without seq num) 2024/11/20-16:56:33.120348 140257869399616 [compaction_job.cc:1948] [default] [JOB 17143] Generated table #47836: 129429 keys, 41870692 bytes, temperature: kWarm 2024/11/20-16:56:33.120440 140257869399616 EVENT_LOG_v1 {"time_micros": 1732092993120395, "cf_name": "default", "job": 17143, "event": "table_file_creation", "file_number": 47836, "file_size": 41870692, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 805931928, "table_properties": {"data_size": 40174592, "index_size": 224768, "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": 131629372, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732092991, "oldest_key_time": 0, "file_creation_time": 1732092991, "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": 47836, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:56:33.198023 140257869399616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047837.sst) /dev/shm/ToplingTemp/Topling-620986-2Lu9Yg 2024/11/20-16:56:33.954747 140257869399616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047837.sst): first pass time = 0.76's, 177.391'MB/sec 2024/11/20-16:56:34.647569 140257869399616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047837.sst): old prealloc_size = 147639500, real_size = 40818832 2024/11/20-16:56:34.647715 140257869399616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047837.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.70 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1016.99 avg-zval = 313.42 2024/11/20-16:56:34.647861 140257869399616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047837.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:56:34.814574 140257869399616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047837.sst): second pass time = 0.69's, 190.256'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 254.374'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1779.215'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.270'MB/sec write SST data time = 0.05's, 904.250'MB/sec dict compress time = 0.00's, 1377599.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 22982.966'MB/sec zip my value time = 0.69's, unzip length = 0.132'GB zip my value throughput = 190.256'MB/sec zip pipeline throughput = 214.813'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.99 avg-zval = 313.42 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1021.51 avg-zval = 313.42 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 83536 bytes = 292384 } seq expand size = 584752 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.0406 GB dict = 1.38 MB all = 0.0425 GB } UnZip/Zip{ index = 7.0567 value = 3.2448 dict = 1.00 all = 3.1597 } Zip/UnZip{ index = 0.1417 value = 0.3082 dict = 1.00 all = 0.3165 } ---------------------------- total value len = 2183.878975 GB avg = 0.300 KB (by entry num) total key len = 191.571058 GB avg = 0.026 KB total ukey len = 134.124991 GB avg = 0.014 KB total ukey num = 9.326520351 Billion total entry num = 7.270670497 Billion write speed all = 139.423674269 MB/sec (with seq num) write speed all = 136.009740636 MB/sec (without seq num) 2024/11/20-16:56:34.930984 140257869399616 [compaction_job.cc:1948] [default] [JOB 17143] Generated table #47837: 129430 keys, 42478526 bytes, temperature: kWarm 2024/11/20-16:56:34.931076 140257869399616 EVENT_LOG_v1 {"time_micros": 1732092994931023, "cf_name": "default", "job": 17143, "event": "table_file_creation", "file_number": 47837, "file_size": 42478526, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 805945548, "table_properties": {"data_size": 40566208, "index_size": 220096, "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": 131629338, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732092993, "oldest_key_time": 0, "file_creation_time": 1732092993, "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": 47837, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:56:34.973291 140257869399616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047838.sst) /dev/shm/ToplingTemp/Topling-620986-AcmaUd 2024/11/20-16:56:35.505950 140257869399616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047838.sst): first pass time = 0.53's, 252.000'MB/sec 2024/11/20-16:56:36.083705 140257869399616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047838.sst): old prealloc_size = 147639500, real_size = 40476608 2024/11/20-16:56:36.083860 140257869399616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047838.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129433 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.97 avg-zval = 310.75 2024/11/20-16:56:36.083950 140257869399616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047838.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:56:36.262198 140257869399616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047838.sst): second pass time = 0.58's, 228.182'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 234.899'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1747.045'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.254'MB/sec write SST data time = 0.05's, 819.502'MB/sec dict compress time = 0.00's, 1377414.000'MB/sec z-dict build time = 0.00's, sample length = 1.377'MB, throughput = 30622.810'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 228.182'MB/sec zip pipeline throughput = 239.511'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.97 avg-zval = 310.75 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1018.22 avg-zval = 310.75 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 23131 bytes = 80976 } seq expand size = 161917 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.9638 value = 3.2727 dict = 1.00 all = 3.2014 } Zip/UnZip{ index = 0.1436 value = 0.3056 dict = 1.00 all = 0.3124 } ---------------------------- total value len = 2184.010766 GB avg = 0.300 KB (by entry num) total key len = 191.573647 GB avg = 0.026 KB total ukey len = 134.126544 GB avg = 0.014 KB total ukey num = 9.326649784 Billion total entry num = 7.270799930 Billion write speed all = 139.419715537 MB/sec (with seq num) write speed all = 136.006011179 MB/sec (without seq num) 2024/11/20-16:56:36.319076 140257869399616 [compaction_job.cc:1948] [default] [JOB 17143] Generated table #47838: 129433 keys, 41924677 bytes, temperature: kWarm 2024/11/20-16:56:36.319146 140257869399616 EVENT_LOG_v1 {"time_micros": 1732092996319115, "cf_name": "default", "job": 17143, "event": "table_file_creation", "file_number": 47838, "file_size": 41924677, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 805945554, "table_properties": {"data_size": 40221040, "index_size": 223040, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588660, "raw_average_key_size": 20, "raw_value_size": 131629541, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129433, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732092994, "oldest_key_time": 0, "file_creation_time": 1732092994, "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": 47838, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:56:36.365672 140257869399616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047839.sst) /dev/shm/ToplingTemp/Topling-620986-Q3KzNf 2024/11/20-16:56:36.869788 140257869399616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047839.sst): first pass time = 0.50's, 209.670'MB/sec 2024/11/20-16:56:37.502471 140257869399616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047839.sst): old prealloc_size = 147639500, real_size = 31884512 2024/11/20-16:56:37.502615 140257869399616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047839.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 101917 prefix = 4 raw-key = 0.0008 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1037 GB zip-val = 0.0317 GB avg-val =1017.02 avg-zval = 310.84 2024/11/20-16:56:37.502705 140257869399616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047839.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.106 GB 2024/11/20-16:56:37.708178 140257869399616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00/047839.sst): second pass time = 0.63's, 164.093'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.21's, 160.482'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1529.647'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.169'MB/sec write SST data time = 0.05's, 605.966'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.073'MB, throughput = 36246.580'MB/sec zip my value time = 0.63's, unzip length = 0.104'GB zip my value throughput = 164.093'MB/sec zip pipeline throughput = 164.093'MB/sec entries = 101917 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.02 avg-zval = 310.84 usrkeys = 101917 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1018.14 avg-zval = 310.84 TagRS{ kinds = RS_Key0_TagN bytes = 16040 } TagArray{ size = 16325 bytes = 57152 } seq expand size = 114275 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0012 GB value = 0.1037 GB dict = 1.07 MB all = 0.1057 GB } __ZipSize{ index = 0.0002 GB value = 0.0317 GB dict = 1.07 MB all = 0.0330 GB } UnZip/Zip{ index = 6.8517 value = 3.2718 dict = 1.00 all = 3.2021 } Zip/UnZip{ index = 0.1459 value = 0.3056 dict = 1.00 all = 0.3123 } ---------------------------- total value len = 2184.114532 GB avg = 0.300 KB (by entry num) total key len = 191.575685 GB avg = 0.026 KB total ukey len = 134.127767 GB avg = 0.014 KB total ukey num = 9.326751701 Billion total entry num = 7.270901847 Billion write speed all = 139.414094212 MB/sec (with seq num) write speed all = 136.000631672 MB/sec (without seq num) 2024/11/20-16:56:37.759356 140257869399616 [compaction_job.cc:1948] [default] [JOB 17143] Generated table #47839: 101917 keys, 33006693 bytes, temperature: kWarm 2024/11/20-16:56:37.759444 140257869399616 EVENT_LOG_v1 {"time_micros": 1732092997759401, "cf_name": "default", "job": 17143, "event": "table_file_creation", "file_number": 47839, "file_size": 33006693, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 805913937, "table_properties": {"data_size": 31680336, "index_size": 178496, "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": 2038340, "raw_average_key_size": 20, "raw_value_size": 103651363, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 101917, "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": 1732092996, "oldest_key_time": 0, "file_creation_time": 1732092996, "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": 47839, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:56:37.794229 140257869399616 [compaction_job.cc:703] job-17143: subcompact[0], size: 0.201686 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-17143/att-00 [047835,047836,047837,047838,047839] 2024/11/20-16:56:37.843643 140257869399616 (Original Log Time 2024/11/20-16:56:29.720835) EVENT_LOG_v1 {"time_micros": 1732092989720811, "job": 17143, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [47811], "files_L3": [47830, 47831, 47719, 47720, 47721, 47722], "score": 0.980973, "input_data_size": 221006667, "oldest_snapshot_seqno": 806326808} 2024/11/20-16:56:37.843647 140257869399616 (Original Log Time 2024/11/20-16:56:37.835611) [compaction_job.cc:2022] [default] [JOB 17143] Compacted 1@2 + 6@3 files to L3 => 201686367 bytes 2024/11/20-16:56:37.843648 140257869399616 (Original Log Time 2024/11/20-16:56:37.843573) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 27.4 rd, 25.0 wr, level 3, files in(1, 6) out(5 +0 blob) MB in(18.6, 192.2 +0.0 blob) out(192.3 +0.0 blob), read-write-amplify(21.7) write-amplify(10.3) OK, records in: 638080, records dropped: 18445 output_compression: Snappy 2024/11/20-16:56:37.843652 140257869399616 (Original Log Time 2024/11/20-16:56:37.843620) EVENT_LOG_v1 {"time_micros": 1732092997843596, "cf": "default", "job": 17143, "event": "compaction_finished", "compaction_time_micros": 8073404, "compaction_time_cpu_micros": 2192366, "output_level": 3, "num_output_files": 5, "total_output_size": 201686367, "num_input_records": 638080, "num_output_records": 619635, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 185262792, "file_range_sync_nanos": 0, "file_fsync_nanos": 5068, "file_prepare_write_nanos": 12301, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/20-16:56:37.989358 140257869399616 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":1732092989,"executesMs":8268,"compactionJobId":17143,"attempt":0,"compactionInputRawBytes":661689822,"compactionInputZipBytes":221006667,"compactionOutputRawBytes":0,"compactionOutputZipBytes":201686367,"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-21e9b92829408d66476aa717abaff248-459911446f86dbac-00"}}, response = 2024/11/20-16:56:37.989454 140257869399616 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-17143/att-00: olev 3, work 8.268 s, result 7.764 ms, install 8.056 ms, input{raw 631.037 MiB zip 210.768 MiB}