2024/11/20-20:43:09.525704 140008660518464 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00: fork to child time = 0.009638 sec 2024/11/20-20:43:09.526224 140008660518464 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00 2024/11/20-20:43:09.531074 140008660518464 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00 2024/11/20-20:43:09.537019 140008660518464 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:43:09.537298 140008660518464 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:43:09.590292 140008660518464 [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-11610/att-00/MANIFEST-049091 2024/11/20-20:43:09.643857 140008660518464 [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-11610/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 68454, last_sequence is 1104644662, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 68278 2024/11/20-20:43:09.643864 140008660518464 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:43:09.643927 140008660518464 [version_set.cc:5724] Creating manifest 68454 2024/11/20-20:43:09.678838 140008660518464 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:43:09.698864 140008660518464 [compaction_job.cc:2437] [default] [JOB 11610] Compacting 1@2 + 5@3 files to L3, score 0.88, subcompactions 1 : 1 2024/11/20-20:43:09.698874 140008660518464 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 9647 Base level 2, inputs: [68450(388KB)], [68390(40MB) 68391(4169KB) 68352(39MB) 68353(39MB) 68354(80KB)] 2024/11/20-20:43:09.702661 140008660518464 [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-20:43:09.702685 140008660518464 [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-20:43:09.702705 140008660518464 [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-20:43:09.702712 140008660518464 [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-20:43:09.702721 140008660518464 [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-20:43:10.077607 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068455.sst) /dev/shm/ToplingTemp/Topling-960534-RmXlug 2024/11/20-20:43:10.252006 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068455.sst): first pass time = 0.17's, 769.820'MB/sec 2024/11/20-20:43:10.788323 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068455.sst): old prealloc_size = 143741065, real_size = 40750752 2024/11/20-20:43:10.788452 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068455.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.73 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1016.97 avg-zval = 312.86 2024/11/20-20:43:10.788588 140008660518464 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068455.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/20-20:43:10.968627 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068455.sst): second pass time = 0.54's, 245.797'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 235.123'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2107.296'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.250'MB/sec write SST data time = 0.05's, 836.592'MB/sec dict compress time = 8375638025.35's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45103.326'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 245.797'MB/sec zip pipeline throughput = 245.797'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.97 avg-zval = 312.86 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1021.38 avg-zval = 312.86 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 81519 bytes = 275136 } seq expand size = 570633 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.0405 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 6.9359 value = 3.2506 dict = 1.00 all = 3.1660 } Zip/UnZip{ index = 0.1442 value = 0.3076 dict = 1.00 all = 0.3159 } ---------------------------- total value len = 563.197933 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.321144009 Billion total entry num = 1.700646031 Billion write speed all = 63.490338532 MB/sec (with seq num) write speed all = 62.068485836 MB/sec (without seq num) 2024/11/20-20:43:11.024860 140008660518464 [compaction_job.cc:1948] [default] [JOB 11610] Generated table #68455: 129433 keys, 42393187 bytes, temperature: kWarm 2024/11/20-20:43:11.024947 140008660518464 EVENT_LOG_v1 {"time_micros": 1732106591024906, "cf_name": "default", "job": 11610, "event": "table_file_creation", "file_number": 68455, "file_size": 42393187, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1104287017, "table_properties": {"data_size": 40494288, "index_size": 223936, "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": 131629872, "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": 1732106590, "oldest_key_time": 0, "file_creation_time": 1732106590, "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": 68455, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:43:11.066161 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068456.sst) /dev/shm/ToplingTemp/Topling-960534-dZ4EVg 2024/11/20-20:43:11.601634 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068456.sst): first pass time = 0.54's, 250.667'MB/sec 2024/11/20-20:43:12.258334 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068456.sst): old prealloc_size = 143741065, real_size = 40378656 2024/11/20-20:43:12.258484 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068456.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 310.02 2024/11/20-20:43:12.258547 140008660518464 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068456.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/20-20:43:12.494163 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068456.sst): second pass time = 0.66's, 200.675'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.24's, 177.086'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1970.871'MB/sec (index lex order gen) rebuild zvType time = 0.18's, 0.176'MB/sec write SST data time = 0.05's, 806.330'MB/sec dict compress time = 8375638025.35's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46841.376'MB/sec zip my value time = 0.66's, unzip length = 0.132'GB zip my value throughput = 200.675'MB/sec zip pipeline throughput = 200.675'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 310.02 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.26 avg-zval = 310.02 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 4481 bytes = 15136 } seq expand size = 31367 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.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0198 value = 3.2805 dict = 1.00 all = 3.2139 } Zip/UnZip{ index = 0.1425 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 563.329594 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273436 Billion total entry num = 1.700775458 Billion write speed all = 63.494245793 MB/sec (with seq num) write speed all = 62.072511556 MB/sec (without seq num) 2024/11/20-20:43:12.549736 140008660518464 [compaction_job.cc:1948] [default] [JOB 11610] Generated table #68456: 129427 keys, 41761935 bytes, temperature: kWarm 2024/11/20-20:43:12.549809 140008660518464 EVENT_LOG_v1 {"time_micros": 1732106592549776, "cf_name": "default", "job": 11610, "event": "table_file_creation", "file_number": 68456, "file_size": 41761935, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1104277976, "table_properties": {"data_size": 40124880, "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": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629907, "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_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106591, "oldest_key_time": 0, "file_creation_time": 1732106591, "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": 68456, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:43:12.590494 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068457.sst) /dev/shm/ToplingTemp/Topling-960534-FrCe0f 2024/11/20-20:43:13.095912 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068457.sst): first pass time = 0.51's, 265.586'MB/sec 2024/11/20-20:43:13.776299 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068457.sst): old prealloc_size = 143741065, real_size = 40382352 2024/11/20-20:43:13.776418 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068457.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.73 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.97 avg-zval = 310.02 2024/11/20-20:43:13.776470 140008660518464 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068457.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/20-20:43:13.942521 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068457.sst): second pass time = 0.68's, 193.638'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 251.330'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2294.449'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.270'MB/sec write SST data time = 0.05's, 904.355'MB/sec dict compress time = 0.00's, 423517.983'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 31998.699'MB/sec zip my value time = 0.68's, unzip length = 0.132'GB zip my value throughput = 193.638'MB/sec zip pipeline throughput = 193.858'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.97 avg-zval = 310.02 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.31 avg-zval = 310.02 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 6344 bytes = 21424 } seq expand size = 44408 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.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.9538 value = 3.2804 dict = 1.00 all = 3.2132 } Zip/UnZip{ index = 0.1438 value = 0.3048 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.461268 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.321402869 Billion total entry num = 1.700904891 Billion write speed all = 63.498665101 MB/sec (with seq num) write speed all = 62.077037819 MB/sec (without seq num) 2024/11/20-20:43:13.998450 140008660518464 [compaction_job.cc:1948] [default] [JOB 11610] Generated table #68457: 129433 keys, 41771175 bytes, temperature: kWarm 2024/11/20-20:43:13.998506 140008660518464 EVENT_LOG_v1 {"time_micros": 1732106593998476, "cf_name": "default", "job": 11610, "event": "table_file_creation", "file_number": 68457, "file_size": 41771175, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1104288526, "table_properties": {"data_size": 40126464, "index_size": 223360, "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": 131629433, "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": 1732106592, "oldest_key_time": 0, "file_creation_time": 1732106592, "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": 68457, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:43:14.039240 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068458.sst) /dev/shm/ToplingTemp/Topling-960534-AcN8Hf 2024/11/20-20:43:14.076407 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068458.sst): first pass time = 0.04's, 376.248'MB/sec 2024/11/20-20:43:14.192245 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068458.sst): old prealloc_size = 143741065, real_size = 4284992 2024/11/20-20:43:14.192291 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068458.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 13472 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.46 raw-val = 0.0137 GB zip-val = 0.0043 GB avg-val =1017.09 avg-zval = 317.35 2024/11/20-20:43:14.211528 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00/068458.sst): second pass time = 0.12's, 118.998'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.02's, 229.514'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 240.406'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.234'MB/sec write SST data time = 0.00's, 914.348'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.136'MB, throughput = 4562.046'MB/sec zip my value time = 0.12's, unzip length = 0.014'GB zip my value throughput = 118.998'MB/sec zip pipeline throughput = 118.998'MB/sec entries = 13472 avg-key = 20.00 avg-zkey = 0.46 avg-val = 1017.09 avg-zval = 317.35 usrkeys = 13472 avg-key = 12.00 avg-zkey = 0.46 avg-val = 1017.12 avg-zval = 317.35 TagRS{ kinds = RS_Key0_TagN bytes = 2200 } TagArray{ size = 56 bytes = 192 } seq expand size = 392 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0002 GB value = 0.0137 GB dict = 0.14 MB all = 0.0140 GB } __ZipSize{ index = 0.0000 GB value = 0.0043 GB dict = 0.14 MB all = 0.0044 GB } UnZip/Zip{ index = 26.0412 value = 3.2050 dict = 1.00 all = 3.1600 } Zip/UnZip{ index = 0.0384 value = 0.3120 dict = 1.00 all = 0.3165 } ---------------------------- total value len = 563.474970 GB avg = 0.331 KB (by entry num) total key len = 44.322442 GB avg = 0.026 KB total ukey len = 32.798963 GB avg = 0.014 KB total ukey num = 2.321416341 Billion total entry num = 1.700918363 Billion write speed all = 63.498340239 MB/sec (with seq num) write speed all = 62.076741650 MB/sec (without seq num) 2024/11/20-20:43:14.224895 140008660518464 [compaction_job.cc:1948] [default] [JOB 11610] Generated table #68458: 13472 keys, 4421480 bytes, temperature: kWarm 2024/11/20-20:43:14.224955 140008660518464 EVENT_LOG_v1 {"time_micros": 1732106594224924, "cf_name": "default", "job": 11610, "event": "table_file_creation", "file_number": 68458, "file_size": 4421480, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1103314870, "table_properties": {"data_size": 4275296, "index_size": 6208, "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": 269440, "raw_average_key_size": 20, "raw_value_size": 13702237, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 13472, "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-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732106594, "oldest_key_time": 0, "file_creation_time": 1732106594, "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": 68458, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:43:14.234700 140008660518464 [compaction_job.cc:703] job-11610: subcompact[0], size: 0.130348 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11610/att-00 [068455,068456,068457,068458] 2024/11/20-20:43:14.272713 140008660518464 (Original Log Time 2024/11/20-20:43:09.698909) EVENT_LOG_v1 {"time_micros": 1732106589698884, "job": 11610, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [68450], "files_L3": [68390, 68391, 68352, 68353, 68354], "score": 0.876101, "input_data_size": 130673696, "oldest_snapshot_seqno": 1104644481} 2024/11/20-20:43:14.272717 140008660518464 (Original Log Time 2024/11/20-20:43:14.268665) [compaction_job.cc:2022] [default] [JOB 11610] Compacted 1@2 + 5@3 files to L3 => 130347777 bytes 2024/11/20-20:43:14.272719 140008660518464 (Original Log Time 2024/11/20-20:43:14.272630) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 4 0 0 0] max score 0.00, MB/sec: 28.8 rd, 28.7 wr, level 3, files in(1, 5) out(4 +0 blob) MB in(0.4, 124.2 +0.0 blob) out(124.3 +0.0 blob), read-write-amplify(656.6) write-amplify(327.9) OK, records in: 401898, records dropped: 133 output_compression: Snappy 2024/11/20-20:43:14.272723 140008660518464 (Original Log Time 2024/11/20-20:43:14.272689) EVENT_LOG_v1 {"time_micros": 1732106594272663, "cf": "default", "job": 11610, "event": "compaction_finished", "compaction_time_micros": 4535802, "compaction_time_cpu_micros": 1168797, "output_level": 3, "num_output_files": 4, "total_output_size": 130347777, "num_input_records": 401898, "num_output_records": 401765, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 109867416, "file_range_sync_nanos": 0, "file_fsync_nanos": 3497, "file_prepare_write_nanos": 8018, "lsm_state": [0, 0, 0, 4, 0, 0, 0]} 2024/11/20-20:43:14.418539 140008660518464 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":1732106589,"executesMs":4734,"compactionJobId":11610,"attempt":0,"compactionInputRawBytes":416764626,"compactionInputZipBytes":130673696,"compactionOutputRawBytes":0,"compactionOutputZipBytes":130347777,"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-cf9f6f80825bdc155145cbd5311a2478-cc2bed0f0560f6a3-00"}}, response = 2024/11/20-20:43:14.418626 140008660518464 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-11610/att-00: olev 3, work 4.735 s, result 7.811 ms, install 4.075 ms, input{raw 397.458 MiB zip 124.620 MiB}