2024/11/20-21:56:59.804563 140008912299584 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00: fork to child time = 0.008668 sec 2024/11/20-21:56:59.804995 140008912299584 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00 2024/11/20-21:56:59.811035 140008912299584 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00 2024/11/20-21:56:59.812698 140008912299584 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-21:56:59.812894 140008912299584 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-21:56:59.858466 140008912299584 [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-15914/att-00/MANIFEST-049091 2024/11/20-21:56:59.873877 140008912299584 [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-15914/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 76258, last_sequence is 1201424314, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 76111 2024/11/20-21:56:59.873883 140008912299584 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-21:56:59.873943 140008912299584 [version_set.cc:5724] Creating manifest 76258 2024/11/20-21:56:59.905167 140008912299584 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-21:56:59.923162 140008912299584 [compaction_job.cc:2437] [default] [JOB 15914] Compacting 1@2 + 5@3 files to L3, score 0.96, subcompactions 1 : 1 2024/11/20-21:56:59.923175 140008912299584 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 12424 Base level 2, inputs: [76252(31MB)], [76180(40MB) 76181(40MB) 76182(40MB) 76183(2492KB) 76161(40MB)] 2024/11/20-21:56:59.930550 140008912299584 [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-21:56:59.930575 140008912299584 [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-21:56:59.930596 140008912299584 [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-21:56:59.930606 140008912299584 [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-21:56:59.930616 140008912299584 [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-21:57:00.547663 140008912299584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076259.sst) /dev/shm/ToplingTemp/Topling-1046605-vEuk7y 2024/11/20-21:57:00.737031 140008912299584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076259.sst): first pass time = 0.19's, 708.905'MB/sec 2024/11/20-21:57:01.374635 140008912299584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076259.sst): old prealloc_size = 147639500, real_size = 40955936 2024/11/20-21:57:01.374818 140008912299584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076259.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 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.0407 GB avg-val =1016.99 avg-zval = 314.45 2024/11/20-21:57:01.375041 140008912299584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076259.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-21:57:01.552579 140008912299584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076259.sst): second pass time = 0.64's, 206.730'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 240.339'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1411.248'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.252'MB/sec write SST data time = 0.05's, 862.118'MB/sec dict compress time = 4341017541.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 20000.537'MB/sec zip my value time = 0.64's, unzip length = 0.132'GB zip my value throughput = 206.730'MB/sec zip pipeline throughput = 257.654'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.99 avg-zval = 314.45 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1023.87 avg-zval = 314.45 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 127141 bytes = 445008 } seq expand size = 889987 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.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.9497 value = 3.2342 dict = 1.00 all = 3.1382 } Zip/UnZip{ index = 0.1439 value = 0.3092 dict = 1.00 all = 0.3186 } ---------------------------- total value len = 563.198252 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.321144007 Billion total entry num = 1.700646029 Billion write speed all = 43.396413537 MB/sec (with seq num) write speed all = 42.424560551 MB/sec (without seq num) 2024/11/20-21:57:01.604408 140008912299584 [compaction_job.cc:1948] [default] [JOB 15914] Generated table #76259: 129431 keys, 42768728 bytes, temperature: kWarm 2024/11/20-21:57:01.604495 140008912299584 EVENT_LOG_v1 {"time_micros": 1732111021604454, "cf_name": "default", "job": 15914, "event": "table_file_creation", "file_number": 76259, "file_size": 42768728, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201364227, "table_properties": {"data_size": 40699920, "index_size": 223488, "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": 2588620, "raw_average_key_size": 20, "raw_value_size": 131630139, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "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": 1732111020, "oldest_key_time": 0, "file_creation_time": 1732111020, "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": 76259, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:57:01.641978 140008912299584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076260.sst) /dev/shm/ToplingTemp/Topling-1046605-Fhbyiz 2024/11/20-21:57:02.233489 140008912299584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076260.sst): first pass time = 0.59's, 226.921'MB/sec 2024/11/20-21:57:02.886572 140008912299584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076260.sst): old prealloc_size = 147639500, real_size = 40652848 2024/11/20-21:57:02.886706 140008912299584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076260.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.72 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.01 avg-zval = 312.13 2024/11/20-21:57:02.886827 140008912299584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076260.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-21:57:03.064659 140008912299584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076260.sst): second pass time = 0.65's, 201.783'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 236.991'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2159.041'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.257'MB/sec write SST data time = 0.05's, 812.869'MB/sec dict compress time = 4341017541.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 41171.506'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 201.783'MB/sec zip pipeline throughput = 272.276'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 312.13 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1019.84 avg-zval = 312.13 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 52408 bytes = 183440 } seq expand size = 366856 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.0404 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 6.9795 value = 3.2583 dict = 1.00 all = 3.1802 } Zip/UnZip{ index = 0.1433 value = 0.3069 dict = 1.00 all = 0.3144 } ---------------------------- total value len = 563.330249 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.321273435 Billion total entry num = 1.700775457 Billion write speed all = 43.401339461 MB/sec (with seq num) write speed all = 42.429517481 MB/sec (without seq num) 2024/11/20-21:57:03.119121 140008912299584 [compaction_job.cc:1948] [default] [JOB 15914] Generated table #76260: 129428 keys, 42204158 bytes, temperature: kWarm 2024/11/20-21:57:03.119180 140008912299584 EVENT_LOG_v1 {"time_micros": 1732111023119150, "cf_name": "default", "job": 15914, "event": "table_file_creation", "file_number": 76260, "file_size": 42204158, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201364229, "table_properties": {"data_size": 40397792, "index_size": 222528, "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": 131629618, "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_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732111021, "oldest_key_time": 0, "file_creation_time": 1732111021, "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": 76260, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:57:03.155893 140008912299584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076261.sst) /dev/shm/ToplingTemp/Topling-1046605-dWYxwy 2024/11/20-21:57:03.724965 140008912299584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076261.sst): first pass time = 0.57's, 235.871'MB/sec 2024/11/20-21:57:04.292848 140008912299584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076261.sst): old prealloc_size = 147639500, real_size = 40756672 2024/11/20-21:57:04.292992 140008912299584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076261.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.78 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1016.98 avg-zval = 312.85 2024/11/20-21:57:04.293134 140008912299584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076261.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-21:57:04.459132 140008912299584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076261.sst): second pass time = 0.57's, 232.153'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 255.102'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2133.117'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.269'MB/sec write SST data time = 0.05's, 926.234'MB/sec dict compress time = 4341017541.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36654.938'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 232.153'MB/sec zip pipeline throughput = 232.153'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1016.98 avg-zval = 312.85 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1021.53 avg-zval = 312.85 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 84159 bytes = 294576 } seq expand size = 589113 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.7244 value = 3.2507 dict = 1.00 all = 3.1641 } Zip/UnZip{ index = 0.1487 value = 0.3076 dict = 1.00 all = 0.3160 } ---------------------------- total value len = 563.462468 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.321402867 Billion total entry num = 1.700904889 Billion write speed all = 43.406644752 MB/sec (with seq num) write speed all = 42.434845605 MB/sec (without seq num) 2024/11/20-21:57:04.512331 140008912299584 [compaction_job.cc:1948] [default] [JOB 15914] Generated table #76261: 129432 keys, 42419276 bytes, temperature: kWarm 2024/11/20-21:57:04.512402 140008912299584 EVENT_LOG_v1 {"time_micros": 1732111024512369, "cf_name": "default", "job": 15914, "event": "table_file_creation", "file_number": 76261, "file_size": 42419276, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201364201, "table_properties": {"data_size": 40493168, "index_size": 230976, "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": 131629586, "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": 1732111023, "oldest_key_time": 0, "file_creation_time": 1732111023, "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": 76261, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:57:04.549063 140008912299584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076262.sst) /dev/shm/ToplingTemp/Topling-1046605-ZugqUx 2024/11/20-21:57:05.094334 140008912299584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076262.sst): first pass time = 0.55's, 246.166'MB/sec 2024/11/20-21:57:05.673160 140008912299584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076262.sst): old prealloc_size = 147639500, real_size = 40608864 2024/11/20-21:57:05.673305 140008912299584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076262.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.74 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.99 avg-zval = 311.76 2024/11/20-21:57:05.673418 140008912299584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076262.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-21:57:05.851968 140008912299584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076262.sst): second pass time = 0.58's, 227.731'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 235.692'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1829.479'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.245'MB/sec write SST data time = 0.05's, 903.276'MB/sec dict compress time = 4341017541.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 48810.123'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 227.731'MB/sec zip pipeline throughput = 262.628'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.99 avg-zval = 311.76 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1019.53 avg-zval = 311.76 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 46941 bytes = 164304 } seq expand size = 328587 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.0421 GB } UnZip/Zip{ index = 6.9081 value = 3.2621 dict = 1.00 all = 3.1850 } Zip/UnZip{ index = 0.1448 value = 0.3066 dict = 1.00 all = 0.3140 } ---------------------------- total value len = 563.594425 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.321532297 Billion total entry num = 1.701034319 Billion write speed all = 43.411935421 MB/sec (with seq num) write speed all = 42.440158992 MB/sec (without seq num) 2024/11/20-21:57:05.904161 140008912299584 [compaction_job.cc:1948] [default] [JOB 15914] Generated table #76262: 129430 keys, 42140920 bytes, temperature: kWarm 2024/11/20-21:57:05.904218 140008912299584 EVENT_LOG_v1 {"time_micros": 1732111025904188, "cf_name": "default", "job": 15914, "event": "table_file_creation", "file_number": 76262, "file_size": 42140920, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1201364202, "table_properties": {"data_size": 40351504, "index_size": 224832, "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": 131629175, "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": 1732111024, "oldest_key_time": 0, "file_creation_time": 1732111024, "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": 76262, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:57:05.946295 140008912299584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076263.sst) /dev/shm/ToplingTemp/Topling-1046605-9b4s7y 2024/11/20-21:57:05.960109 140008912299584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076263.sst): first pass time = 0.01's, 593.737'MB/sec 2024/11/20-21:57:06.025646 140008912299584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076263.sst): old prealloc_size = 147639500, real_size = 2522008 2024/11/20-21:57:06.025689 140008912299584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076263.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 7891 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.02 raw-val = 0.0080 GB zip-val = 0.0025 GB avg-val =1017.10 avg-zval = 319.31 2024/11/20-21:57:06.037107 140008912299584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00/076263.sst): second pass time = 0.06's, 123.484'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 227.843'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 8.322'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.222'MB/sec write SST data time = 0.00's, 1021.379'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.085'MB, throughput = 3326.825'MB/sec zip my value time = 0.06's, unzip length = 0.008'GB zip my value throughput = 123.484'MB/sec zip pipeline throughput = 123.484'MB/sec entries = 7891 avg-key = 20.00 avg-zkey = 0.02 avg-val = 1017.10 avg-zval = 319.31 usrkeys = 7891 avg-key = 12.00 avg-zkey = 0.02 avg-val = 1017.21 avg-zval = 319.31 TagRS{ kinds = RS_Key0_TagN bytes = 1320 } TagArray{ size = 122 bytes = 448 } seq expand size = 854 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0080 GB dict = 0.09 MB all = 0.0082 GB } __ZipSize{ index = 0.0000 GB value = 0.0025 GB dict = 0.09 MB all = 0.0026 GB } UnZip/Zip{ index = 493.1875 value = 3.1853 dict = 1.00 all = 3.1376 } Zip/UnZip{ index = 0.0020 value = 0.3139 dict = 1.00 all = 0.3187 } ---------------------------- total value len = 563.602452 GB avg = 0.331 KB (by entry num) total key len = 44.324919 GB avg = 0.026 KB total ukey len = 32.800449 GB avg = 0.014 KB total ukey num = 2.321540188 Billion total entry num = 1.701042210 Billion write speed all = 43.411945913 MB/sec (with seq num) write speed all = 42.440177823 MB/sec (without seq num) 2024/11/20-21:57:06.046570 140008912299584 [compaction_job.cc:1948] [default] [JOB 15914] Generated table #76263: 7891 keys, 2608245 bytes, temperature: kWarm 2024/11/20-21:57:06.046617 140008912299584 EVENT_LOG_v1 {"time_micros": 1732111026046591, "cf_name": "default", "job": 15914, "event": "table_file_creation", "file_number": 76263, "file_size": 2608245, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1195995643, "table_properties": {"data_size": 2519712, "index_size": 192, "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": 157820, "raw_average_key_size": 20, "raw_value_size": 8025931, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 7891, "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_AllOne-DictZipBlobStore", "creation_time": 1732111025, "oldest_key_time": 0, "file_creation_time": 1732111025, "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": 76263, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:57:06.059249 140008912299584 [compaction_job.cc:703] job-15914: subcompact[0], size: 0.172141 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-15914/att-00 [076259,076260,076261,076262,076263] 2024/11/20-21:57:06.097669 140008912299584 (Original Log Time 2024/11/20-21:56:59.923230) EVENT_LOG_v1 {"time_micros": 1732111019923188, "job": 15914, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [76252], "files_L3": [76180, 76181, 76182, 76183, 76161], "score": 0.959864, "input_data_size": 204757222, "oldest_snapshot_seqno": 1201423774} 2024/11/20-21:57:06.097673 140008912299584 (Original Log Time 2024/11/20-21:57:06.093610) [compaction_job.cc:2022] [default] [JOB 15914] Compacted 1@2 + 5@3 files to L3 => 172141327 bytes 2024/11/20-21:57:06.097674 140008912299584 (Original Log Time 2024/11/20-21:57:06.097611) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 33.4 rd, 28.1 wr, level 3, files in(1, 5) out(5 +0 blob) MB in(31.2, 164.1 +0.0 blob) out(164.2 +0.0 blob), read-write-amplify(11.5) write-amplify(5.3) OK, records in: 557194, records dropped: 31582 output_compression: Snappy 2024/11/20-21:57:06.097678 140008912299584 (Original Log Time 2024/11/20-21:57:06.097654) EVENT_LOG_v1 {"time_micros": 1732111026097634, "cf": "default", "job": 15914, "event": "compaction_finished", "compaction_time_micros": 6136022, "compaction_time_cpu_micros": 1541319, "output_level": 3, "num_output_files": 5, "total_output_size": 172141327, "num_input_records": 557194, "num_output_records": 525612, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 125696868, "file_range_sync_nanos": 0, "file_fsync_nanos": 4856, "file_prepare_write_nanos": 9172, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/20-21:57:06.237256 140008912299584 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":1732111019,"executesMs":6282,"compactionJobId":15914,"attempt":0,"compactionInputRawBytes":577804643,"compactionInputZipBytes":204757222,"compactionOutputRawBytes":0,"compactionOutputZipBytes":172141327,"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-a7850e4ab79ed30f67afdbe05338a20d-a2d4cb26b190aa7a-00"}}, response = 2024/11/20-21:57:06.237345 140008912299584 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-15914/att-00: olev 3, work 6.283 s, result 5.951 ms, install 4.083 ms, input{raw 551.037 MiB zip 195.272 MiB}