2024/11/20-15:35:46.190521 140257072092736 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00: fork to child time = 0.015956 sec 2024/11/20-15:35:46.191370 140257072092736 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00 2024/11/20-15:35:46.198551 140257072092736 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00 2024/11/20-15:35:46.200763 140257072092736 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:35:46.201107 140257072092736 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-15:35:46.256725 140257072092736 [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-13188/att-00/MANIFEST-019309 2024/11/20-15:35:46.279111 140257072092736 [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-13188/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 40650, last_sequence is 715987477, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 40497 2024/11/20-15:35:46.279117 140257072092736 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:35:46.279196 140257072092736 [version_set.cc:5724] Creating manifest 40650 2024/11/20-15:35:46.309362 140257072092736 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:35:46.333323 140257072092736 [compaction_job.cc:2437] [default] [JOB 13188] Compacting 1@2 + 6@3 files to L3, score 0.91, subcompactions 1 : 1 2024/11/20-15:35:46.333335 140257072092736 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10598 Base level 2, inputs: [40648(17MB)], [40569(40MB) 40598(596KB) 40554(39MB) 40555(40MB) 40556(39MB) 40557(28MB)] 2024/11/20-15:35:46.339109 140257072092736 [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-15:35:46.339132 140257072092736 [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-15:35:46.339150 140257072092736 [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-15:35:46.339157 140257072092736 [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-15:35:46.339168 140257072092736 [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-15:35:46.827641 140257072092736 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040651.sst) /dev/shm/ToplingTemp/Topling-493811-VLKAtT 2024/11/20-15:35:47.034849 140257072092736 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040651.sst): first pass time = 0.21's, 647.912'MB/sec 2024/11/20-15:35:47.564774 140257072092736 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040651.sst): old prealloc_size = 147639500, real_size = 40677824 2024/11/20-15:35:47.564906 140257072092736 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040651.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.77 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.03 avg-zval = 312.27 2024/11/20-15:35:47.565032 140257072092736 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040651.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-15:35:47.733316 140257072092736 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040651.sst): second pass time = 0.53's, 248.742'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.767'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2193.996'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.263'MB/sec write SST data time = 0.05's, 926.798'MB/sec dict compress time = 7310018645.90's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45156.642'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 248.742'MB/sec zip pipeline throughput = 248.742'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1017.03 avg-zval = 312.27 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1020.44 avg-zval = 312.27 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 63068 bytes = 220752 } seq expand size = 441476 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.0423 GB } UnZip/Zip{ index = 6.7616 value = 3.2569 dict = 1.00 all = 3.1756 } Zip/UnZip{ index = 0.1479 value = 0.3070 dict = 1.00 all = 0.3149 } ---------------------------- total value len = 0.132072 GB avg = 1.020 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129426 Billion total entry num = 0.000129426 Billion write speed all = 0.005499494 MB/sec (with seq num) write speed all = 0.005457208 MB/sec (without seq num) 2024/11/20-15:35:47.802426 140257072092736 [compaction_job.cc:1948] [default] [JOB 13188] Generated table #40651: 129426 keys, 42266067 bytes, temperature: kWarm 2024/11/20-15:35:47.802506 140257072092736 EVENT_LOG_v1 {"time_micros": 1732088147802467, "cf_name": "default", "job": 13188, "event": "table_file_creation", "file_number": 40651, "file_size": 42266067, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 715940094, "table_properties": {"data_size": 40415600, "index_size": 229696, "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": 131630040, "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": 1732088146, "oldest_key_time": 0, "file_creation_time": 1732088146, "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": 40651, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:35:47.843880 140257072092736 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040652.sst) /dev/shm/ToplingTemp/Topling-493811-gZdSRQ 2024/11/20-15:35:48.344573 140257072092736 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040652.sst): first pass time = 0.50's, 268.080'MB/sec 2024/11/20-15:35:48.847714 140257072092736 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040652.sst): old prealloc_size = 147639500, real_size = 40412288 2024/11/20-15:35:48.847850 140257072092736 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040652.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.73 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.25 2024/11/20-15:35:48.847916 140257072092736 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040652.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-15:35:49.005070 140257072092736 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040652.sst): second pass time = 0.50's, 262.008'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 265.847'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1979.416'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 981.149'MB/sec dict compress time = 7310018645.90's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 29096.124'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 262.008'MB/sec zip pipeline throughput = 262.008'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.00 avg-zval = 310.25 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.73 avg-zval = 310.25 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 13541 bytes = 47408 } seq expand size = 94787 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.0418 GB } UnZip/Zip{ index = 6.9258 value = 3.2780 dict = 1.00 all = 3.2088 } Zip/UnZip{ index = 0.1444 value = 0.3051 dict = 1.00 all = 0.3116 } ---------------------------- total value len = 0.263796 GB avg = 1.019 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258855 Billion total entry num = 0.000258855 Billion write speed all = 0.010984228 MB/sec (with seq num) write speed all = 0.010899660 MB/sec (without seq num) 2024/11/20-15:35:49.059118 140257072092736 [compaction_job.cc:1948] [default] [JOB 13188] Generated table #40652: 129429 keys, 41827574 bytes, temperature: kWarm 2024/11/20-15:35:49.059177 140257072092736 EVENT_LOG_v1 {"time_micros": 1732088149059148, "cf_name": "default", "job": 13188, "event": "table_file_creation", "file_number": 40652, "file_size": 41827574, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 715931136, "table_properties": {"data_size": 40155504, "index_size": 224256, "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": 131629223, "raw_average_value_size": 1016, "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": 1732088147, "oldest_key_time": 0, "file_creation_time": 1732088147, "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": 40652, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:35:49.098886 140257072092736 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040653.sst) /dev/shm/ToplingTemp/Topling-493811-0NYIVP 2024/11/20-15:35:49.645197 140257072092736 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040653.sst): first pass time = 0.55's, 245.696'MB/sec 2024/11/20-15:35:50.135093 140257072092736 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040653.sst): old prealloc_size = 147639500, real_size = 40820048 2024/11/20-15:35:50.135211 140257072092736 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040653.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.71 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1016.99 avg-zval = 313.42 2024/11/20-15:35:50.135341 140257072092736 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040653.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-15:35:50.295359 140257072092736 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040653.sst): second pass time = 0.49's, 269.088'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 265.163'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2394.487'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 968.308'MB/sec dict compress time = 4501468193.71's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 28830.593'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 269.088'MB/sec zip pipeline throughput = 269.088'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.99 avg-zval = 313.42 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1021.79 avg-zval = 313.42 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 88654 bytes = 310304 } seq expand size = 620578 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.0406 GB dict = 1.38 MB all = 0.0425 GB } UnZip/Zip{ index = 7.0281 value = 3.2448 dict = 1.00 all = 3.1582 } Zip/UnZip{ index = 0.1423 value = 0.3082 dict = 1.00 all = 0.3166 } ---------------------------- total value len = 0.396045 GB avg = 1.020 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388285 Billion total entry num = 0.000388285 Billion write speed all = 0.016489850 MB/sec (with seq num) write speed all = 0.016363003 MB/sec (without seq num) 2024/11/20-15:35:50.352850 140257072092736 [compaction_job.cc:1948] [default] [JOB 13188] Generated table #40653: 129430 keys, 42498050 bytes, temperature: kWarm 2024/11/20-15:35:50.352931 140257072092736 EVENT_LOG_v1 {"time_micros": 1732088150352886, "cf_name": "default", "job": 13188, "event": "table_file_creation", "file_number": 40653, "file_size": 42498050, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 715941763, "table_properties": {"data_size": 40566528, "index_size": 220992, "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": 131629180, "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": 1732088149, "oldest_key_time": 0, "file_creation_time": 1732088149, "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": 40653, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:35:50.398951 140257072092736 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040654.sst) /dev/shm/ToplingTemp/Topling-493811-jwJ3uQ 2024/11/20-15:35:51.043938 140257072092736 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040654.sst): first pass time = 0.64's, 208.119'MB/sec 2024/11/20-15:35:51.554250 140257072092736 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040654.sst): old prealloc_size = 147639500, real_size = 40399920 2024/11/20-15:35:51.554370 140257072092736 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040654.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.15 2024/11/20-15:35:51.554431 140257072092736 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040654.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-15:35:51.728747 140257072092736 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040654.sst): second pass time = 0.51's, 258.333'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 239.637'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2377.543'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.06's, 702.843'MB/sec dict compress time = 4501468193.71's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42769.231'MB/sec zip my value time = 0.51's, unzip length = 0.132'GB zip my value throughput = 258.333'MB/sec zip pipeline throughput = 258.333'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.97 avg-zval = 310.15 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.55 avg-zval = 310.15 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 10665 bytes = 37344 } seq expand size = 74655 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.9359 value = 3.2790 dict = 1.00 all = 3.2106 } Zip/UnZip{ index = 0.1442 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 0.527750 GB avg = 1.019 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517718 Billion total entry num = 0.000517718 Billion write speed all = 0.021972492 MB/sec (with seq num) write speed all = 0.021803372 MB/sec (without seq num) 2024/11/20-15:35:51.787951 140257072092736 [compaction_job.cc:1948] [default] [JOB 13188] Generated table #40654: 129433 keys, 41805331 bytes, temperature: kWarm 2024/11/20-15:35:51.788060 140257072092736 EVENT_LOG_v1 {"time_micros": 1732088151788005, "cf_name": "default", "job": 13188, "event": "table_file_creation", "file_number": 40654, "file_size": 41805331, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 715934068, "table_properties": {"data_size": 40143456, "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": 131629627, "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": 1732088150, "oldest_key_time": 0, "file_creation_time": 1732088150, "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": 40654, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:35:51.847701 140257072092736 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040655.sst) /dev/shm/ToplingTemp/Topling-493811-GHM0YP 2024/11/20-15:35:52.218954 140257072092736 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040655.sst): first pass time = 0.37's, 260.823'MB/sec 2024/11/20-15:35:52.711248 140257072092736 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040655.sst): old prealloc_size = 147639500, real_size = 29181920 2024/11/20-15:35:52.711351 140257072092736 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040655.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 93363 prefix = 4 raw-key = 0.0007 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.0949 GB zip-val = 0.0290 GB avg-val =1017.00 avg-zval = 310.59 2024/11/20-15:35:52.711412 140257072092736 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040655.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.097 GB 2024/11/20-15:35:52.825538 140257072092736 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00/040655.sst): second pass time = 0.49's, 193.150'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.11's, 264.063'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2016.235'MB/sec (index lex order gen) rebuild zvType time = 0.08's, 0.278'MB/sec write SST data time = 0.03's, 996.552'MB/sec dict compress time = 0.00's, 862785.088'MB/sec z-dict build time = 0.00's, sample length = 0.984'MB, throughput = 26057.038'MB/sec zip my value time = 0.49's, unzip length = 0.095'GB zip my value throughput = 193.150'MB/sec zip pipeline throughput = 319.655'MB/sec entries = 93363 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 310.59 usrkeys = 93363 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.36 avg-zval = 310.59 TagRS{ kinds = RS_Key0_TagN bytes = 14680 } TagArray{ size = 4878 bytes = 16480 } seq expand size = 34146 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0011 GB value = 0.0949 GB dict = 0.98 MB all = 0.0968 GB } __ZipSize{ index = 0.0002 GB value = 0.0290 GB dict = 0.98 MB all = 0.0302 GB } UnZip/Zip{ index = 6.9716 value = 3.2744 dict = 1.00 all = 3.2085 } Zip/UnZip{ index = 0.1434 value = 0.3054 dict = 1.00 all = 0.3117 } ---------------------------- total value len = 0.622734 GB avg = 1.019 KB (by entry num) total key len = 0.012222 GB avg = 0.020 KB total ukey len = 0.007333 GB avg = 0.012 KB total ukey num = 0.000611081 Billion total entry num = 0.000611081 Billion write speed all = 0.025926078 MB/sec (with seq num) write speed all = 0.025726468 MB/sec (without seq num) 2024/11/20-15:35:52.863991 140257072092736 [compaction_job.cc:1948] [default] [JOB 13188] Generated table #40655: 93363 keys, 30174869 bytes, temperature: kWarm 2024/11/20-15:35:52.864065 140257072092736 EVENT_LOG_v1 {"time_micros": 1732088152864024, "cf_name": "default", "job": 13188, "event": "table_file_creation", "file_number": 40655, "file_size": 30174869, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 715931370, "table_properties": {"data_size": 28997712, "index_size": 160704, "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": 1867260, "raw_average_key_size": 20, "raw_value_size": 94949912, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 93363, "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": 1732088151, "oldest_key_time": 0, "file_creation_time": 1732088151, "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": 40655, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:35:52.885615 140257072092736 [compaction_job.cc:703] job-13188: subcompact[0], size: 0.198572 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13188/att-00 [040651,040652,040653,040654,040655] 2024/11/20-15:35:52.925108 140257072092736 (Original Log Time 2024/11/20-15:35:46.333386) EVENT_LOG_v1 {"time_micros": 1732088146333347, "job": 13188, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [40648], "files_L3": [40569, 40598, 40554, 40555, 40556, 40557], "score": 0.912427, "input_data_size": 217201097, "oldest_snapshot_seqno": 715987451} 2024/11/20-15:35:52.925112 140257072092736 (Original Log Time 2024/11/20-15:35:52.921087) [compaction_job.cc:2022] [default] [JOB 13188] Compacted 1@2 + 6@3 files to L3 => 198571891 bytes 2024/11/20-15:35:52.925113 140257072092736 (Original Log Time 2024/11/20-15:35:52.925033) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 33.1 rd, 30.3 wr, level 3, files in(1, 6) out(5 +0 blob) MB in(17.9, 189.2 +0.0 blob) out(189.4 +0.0 blob), read-write-amplify(22.1) write-amplify(10.6) OK, records in: 628820, records dropped: 17739 output_compression: Snappy 2024/11/20-15:35:52.925117 140257072092736 (Original Log Time 2024/11/20-15:35:52.925089) EVENT_LOG_v1 {"time_micros": 1732088152925064, "cf": "default", "job": 13188, "event": "compaction_finished", "compaction_time_micros": 6552238, "compaction_time_cpu_micros": 1729901, "output_level": 3, "num_output_files": 5, "total_output_size": 198571891, "num_input_records": 628820, "num_output_records": 611081, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 134859653, "file_range_sync_nanos": 0, "file_fsync_nanos": 4763, "file_prepare_write_nanos": 10498, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/20-15:35:53.049670 140257072092736 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":1732088146,"executesMs":6724,"compactionJobId":13188,"attempt":0,"compactionInputRawBytes":652083465,"compactionInputZipBytes":217201097,"compactionOutputRawBytes":0,"compactionOutputZipBytes":198571891,"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-7280c41566050783d8c5a15533cc97aa-c7a250bb58d97b77-00"}}, response = 2024/11/20-15:35:53.049798 140257072092736 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-13188/att-00: olev 3, work 6.724 s, result 5.988 ms, install 4.044 ms, input{raw 621.875 MiB zip 207.139 MiB}