2024/11/20-21:10:53.859451 140008870336064 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00: fork to child time = 0.012159 sec 2024/11/20-21:10:53.859969 140008870336064 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00 2024/11/20-21:10:53.864872 140008870336064 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00 2024/11/20-21:10:53.866507 140008870336064 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-21:10:53.866752 140008870336064 [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:10:53.914539 140008870336064 [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-13284/att-00/MANIFEST-049091 2024/11/20-21:10:53.970706 140008870336064 [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-13284/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 71442, last_sequence is 1141949893, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 71324 2024/11/20-21:10:53.970713 140008870336064 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-21:10:53.970785 140008870336064 [version_set.cc:5724] Creating manifest 71442 2024/11/20-21:10:54.002643 140008870336064 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-21:10:54.032249 140008870336064 [compaction_job.cc:2437] [default] [JOB 13284] Compacting 1@2 + 5@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/20-21:10:54.032260 140008870336064 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10725 Base level 2, inputs: [71428(31MB)], [71403(40MB) 71404(510KB) 71321(3533KB) 71263(39MB) 71392(40MB)] 2024/11/20-21:10:54.038989 140008870336064 [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:10:54.039013 140008870336064 [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:10:54.039031 140008870336064 [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:10:54.039039 140008870336064 [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:10:54.039054 140008870336064 [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:10:54.619003 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071443.sst) /dev/shm/ToplingTemp/Topling-993968-1hinTo 2024/11/20-21:10:54.796924 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071443.sst): first pass time = 0.18's, 754.620'MB/sec 2024/11/20-21:10:55.354330 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071443.sst): old prealloc_size = 147639500, real_size = 40971760 2024/11/20-21:10:55.354466 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071443.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.70 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.61 2024/11/20-21:10:55.354653 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071443.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:10:55.520666 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071443.sst): second pass time = 0.56's, 236.514'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 257.140'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2190.767'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.264'MB/sec write SST data time = 0.04's, 976.479'MB/sec dict compress time = 3329354362.45's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45668.567'MB/sec zip my value time = 0.56's, unzip length = 0.132'GB zip my value throughput = 236.514'MB/sec zip pipeline throughput = 236.514'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.00 avg-zval = 314.61 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1024.00 avg-zval = 314.61 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 453024 } seq expand size = 906003 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 7.0690 value = 3.2326 dict = 1.00 all = 3.1380 } Zip/UnZip{ index = 0.1415 value = 0.3093 dict = 1.00 all = 0.3187 } ---------------------------- total value len = 563.198268 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.321144005 Billion total entry num = 1.700646027 Billion write speed all = 54.082253601 MB/sec (with seq num) write speed all = 52.871093646 MB/sec (without seq num) 2024/11/20-21:10:55.576314 140008870336064 [compaction_job.cc:1948] [default] [JOB 13284] Generated table #71443: 129429 keys, 42772087 bytes, temperature: kWarm 2024/11/20-21:10:55.576408 140008870336064 EVENT_LOG_v1 {"time_micros": 1732108255576367, "cf_name": "default", "job": 13284, "event": "table_file_creation", "file_number": 71443, "file_size": 42772087, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980007016, "largest_seqno": 1140425218, "table_properties": {"data_size": 40719520, "index_size": 219712, "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": 131629379, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732108254, "oldest_key_time": 0, "file_creation_time": 1732108254, "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": 71443, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:10:55.615927 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071444.sst) /dev/shm/ToplingTemp/Topling-993968-y6tjWq 2024/11/20-21:10:56.149367 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071444.sst): first pass time = 0.53's, 251.630'MB/sec 2024/11/20-21:10:56.690277 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071444.sst): old prealloc_size = 147639500, real_size = 40485936 2024/11/20-21:10:56.690406 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071444.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.76 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.01 avg-zval = 310.79 2024/11/20-21:10:56.690490 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071444.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:10:56.947186 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071444.sst): second pass time = 0.54's, 243.727'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.26's, 163.330'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2221.612'MB/sec (index lex order gen) rebuild zvType time = 0.18's, 0.176'MB/sec write SST data time = 0.07's, 574.317'MB/sec dict compress time = 3329354362.45's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24410.509'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 243.727'MB/sec zip pipeline throughput = 243.727'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1017.01 avg-zval = 310.79 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1018.52 avg-zval = 310.79 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 27892 bytes = 97632 } seq expand size = 195244 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.0420 GB } UnZip/Zip{ index = 6.8053 value = 3.2723 dict = 1.00 all = 3.1994 } Zip/UnZip{ index = 0.1469 value = 0.3056 dict = 1.00 all = 0.3126 } ---------------------------- total value len = 563.330093 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273433 Billion total entry num = 1.700775455 Billion write speed all = 54.087350889 MB/sec (with seq num) write speed all = 52.876252555 MB/sec (without seq num) 2024/11/20-21:10:56.998755 140008870336064 [compaction_job.cc:1948] [default] [JOB 13284] Generated table #71444: 129428 keys, 41951754 bytes, temperature: kWarm 2024/11/20-21:10:56.998845 140008870336064 EVENT_LOG_v1 {"time_micros": 1732108256998797, "cf_name": "default", "job": 13284, "event": "table_file_creation", "file_number": 71444, "file_size": 41951754, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1140425057, "table_properties": {"data_size": 40225184, "index_size": 228224, "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": 131630005, "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": 1732108255, "oldest_key_time": 0, "file_creation_time": 1732108255, "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": 71444, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:10:57.048882 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071445.sst) /dev/shm/ToplingTemp/Topling-993968-i8yEtm 2024/11/20-21:10:57.573121 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071445.sst): first pass time = 0.52's, 256.044'MB/sec 2024/11/20-21:10:58.071230 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071445.sst): old prealloc_size = 147639500, real_size = 40804848 2024/11/20-21:10:58.071355 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071445.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129435 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.96 avg-zval = 313.27 2024/11/20-21:10:58.071470 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071445.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:10:58.230908 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071445.sst): second pass time = 0.50's, 264.642'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 266.039'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2226.115'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 987.061'MB/sec dict compress time = 3329354362.45's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 27733.876'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 264.642'MB/sec zip pipeline throughput = 264.642'MB/sec entries = 129435 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.96 avg-zval = 313.27 usrkeys = 129435 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1021.63 avg-zval = 313.27 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 86463 bytes = 302640 } seq expand size = 605241 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.0425 GB } UnZip/Zip{ index = 6.9281 value = 3.2463 dict = 1.00 all = 3.1600 } Zip/UnZip{ index = 0.1443 value = 0.3080 dict = 1.00 all = 0.3165 } ---------------------------- total value len = 563.462328 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.321402868 Billion total entry num = 1.700904890 Billion write speed all = 54.093170534 MB/sec (with seq num) write speed all = 52.882118416 MB/sec (without seq num) 2024/11/20-21:10:58.295083 140008870336064 [compaction_job.cc:1948] [default] [JOB 13284] Generated table #71445: 129435 keys, 42474923 bytes, temperature: kWarm 2024/11/20-21:10:58.295152 140008870336064 EVENT_LOG_v1 {"time_micros": 1732108258295121, "cf_name": "default", "job": 13284, "event": "table_file_creation", "file_number": 71445, "file_size": 42474923, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1140425091, "table_properties": {"data_size": 40548128, "index_size": 224192, "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": 2588700, "raw_average_key_size": 20, "raw_value_size": 131630038, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129435, "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": 1732108257, "oldest_key_time": 0, "file_creation_time": 1732108257, "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": 71445, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:10:58.333087 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071446.sst) /dev/shm/ToplingTemp/Topling-993968-4YBstp 2024/11/20-21:10:58.352739 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071446.sst): first pass time = 0.02's, 657.545'MB/sec 2024/11/20-21:10:58.449665 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071446.sst): old prealloc_size = 147639500, real_size = 3954824 2024/11/20-21:10:58.449702 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071446.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 12440 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.29 raw-val = 0.0127 GB zip-val = 0.0039 GB avg-val =1017.07 avg-zval = 317.36 2024/11/20-21:10:58.466327 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00/071446.sst): second pass time = 0.10's, 131.265'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.02's, 245.350'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 161.057'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.239'MB/sec write SST data time = 0.00's, 1127.277'MB/sec dict compress time = 3329354362.45's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.130'MB, throughput = 5594.653'MB/sec zip my value time = 0.10's, unzip length = 0.013'GB zip my value throughput = 131.265'MB/sec zip pipeline throughput = 131.265'MB/sec entries = 12440 avg-key = 20.00 avg-zkey = 0.29 avg-val = 1017.07 avg-zval = 317.36 usrkeys = 12440 avg-key = 12.00 avg-zkey = 0.29 avg-val = 1017.17 avg-zval = 317.36 TagRS{ kinds = RS_Key0_TagN bytes = 2040 } TagArray{ size = 172 bytes = 624 } seq expand size = 1204 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0127 GB dict = 0.13 MB all = 0.0129 GB } __ZipSize{ index = 0.0000 GB value = 0.0039 GB dict = 0.13 MB all = 0.0041 GB } UnZip/Zip{ index = 41.6518 value = 3.2048 dict = 1.00 all = 3.1578 } Zip/UnZip{ index = 0.0240 value = 0.3120 dict = 1.00 all = 0.3167 } ---------------------------- total value len = 563.474982 GB avg = 0.331 KB (by entry num) total key len = 44.322421 GB avg = 0.026 KB total ukey len = 32.798951 GB avg = 0.014 KB total ukey num = 2.321415308 Billion total entry num = 1.700917330 Billion write speed all = 54.093185400 MB/sec (with seq num) write speed all = 52.882149801 MB/sec (without seq num) 2024/11/20-21:10:58.477631 140008870336064 [compaction_job.cc:1948] [default] [JOB 13284] Generated table #71446: 12440 keys, 4085551 bytes, temperature: kWarm 2024/11/20-21:10:58.477677 140008870336064 EVENT_LOG_v1 {"time_micros": 1732108258477652, "cf_name": "default", "job": 13284, "event": "table_file_creation", "file_number": 71446, "file_size": 4085551, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1140277344, "table_properties": {"data_size": 3947984, "index_size": 3584, "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": 248800, "raw_average_key_size": 20, "raw_value_size": 12652362, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 12440, "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": 1732108258, "oldest_key_time": 0, "file_creation_time": 1732108258, "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": 71446, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:10:58.487928 140008870336064 [compaction_job.cc:703] job-13284: subcompact[0], size: 0.131284 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13284/att-00 [071443,071444,071445,071446] 2024/11/20-21:10:58.517355 140008870336064 (Original Log Time 2024/11/20-21:10:54.032310) EVENT_LOG_v1 {"time_micros": 1732108254032272, "job": 13284, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [71428], "files_L3": [71403, 71404, 71321, 71263, 71392], "score": 0.999513, "input_data_size": 163962155, "oldest_snapshot_seqno": 1141949467} 2024/11/20-21:10:58.517359 140008870336064 (Original Log Time 2024/11/20-21:10:58.516849) [compaction_job.cc:2022] [default] [JOB 13284] Compacted 1@2 + 5@3 files to L3 => 131284315 bytes 2024/11/20-21:10:58.517360 140008870336064 (Original Log Time 2024/11/20-21:10:58.517298) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 4 0 0 0] max score 0.00, MB/sec: 36.8 rd, 29.5 wr, level 3, files in(1, 5) out(4 +0 blob) MB in(31.2, 125.1 +0.0 blob) out(125.2 +0.0 blob), read-write-amplify(9.0) write-amplify(4.0) OK, records in: 432236, records dropped: 31504 output_compression: Snappy 2024/11/20-21:10:58.517363 140008870336064 (Original Log Time 2024/11/20-21:10:58.517342) EVENT_LOG_v1 {"time_micros": 1732108258517319, "cf": "default", "job": 13284, "event": "compaction_finished", "compaction_time_micros": 4455623, "compaction_time_cpu_micros": 1208720, "output_level": 3, "num_output_files": 4, "total_output_size": 131284315, "num_input_records": 432236, "num_output_records": 400732, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 101339270, "file_range_sync_nanos": 0, "file_fsync_nanos": 3682, "file_prepare_write_nanos": 7611, "lsm_state": [0, 0, 0, 4, 0, 0, 0]} 2024/11/20-21:10:58.655682 140008870336064 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":1732108253,"executesMs":4649,"compactionJobId":13284,"attempt":0,"compactionInputRawBytes":448224784,"compactionInputZipBytes":163962155,"compactionOutputRawBytes":0,"compactionOutputZipBytes":131284315,"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-00c5aa7f9003db9702dd340032830225-27acd13773f59f1b-00"}}, response = 2024/11/20-21:10:58.655740 140008870336064 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-13284/att-00: olev 3, work 4.650 s, result 7.609 ms, install 0.527 ms, input{raw 427.460 MiB zip 156.366 MiB}