2024/11/20-18:27:39.505033 140008156956224 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00: fork to child time = 0.009928 sec 2024/11/20-18:27:39.505565 140008156956224 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00 2024/11/20-18:27:39.510527 140008156956224 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00 2024/11/20-18:27:39.512316 140008156956224 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-18:27:39.512585 140008156956224 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-18:27:39.560975 140008156956224 [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-04839/att-00/MANIFEST-049091 2024/11/20-18:27:39.577704 140008156956224 [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-04839/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 55893, last_sequence is 944092508, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 55084 2024/11/20-18:27:39.577713 140008156956224 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-18:27:39.577789 140008156956224 [version_set.cc:5724] Creating manifest 55893 2024/11/20-18:27:39.611127 140008156956224 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-18:27:39.629583 140008156956224 [compaction_job.cc:2437] [default] [JOB 4839] Compacting 1@2 + 6@3 files to L3, score 0.52, subcompactions 1 : 1 2024/11/20-18:27:39.629599 140008156956224 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 4582 Base level 2, inputs: [55880(34MB)], [55854(100MB) 55855(100MB) 55857(85MB) 55752(11MB) 55834(30MB) 55844(21MB)] 2024/11/20-18:27:39.637741 140008156956224 [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-18:27:39.637766 140008156956224 [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-18:27:39.637789 140008156956224 [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-18:27:39.637797 140008156956224 [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-18:27:39.637806 140008156956224 [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-18:27:40.957467 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055894.sst) /dev/shm/ToplingTemp/Topling-804732-q697Wh 2024/11/20-18:27:41.280604 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055894.sst): first pass time = 0.32's, 415.407'MB/sec 2024/11/20-18:27:42.839140 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055894.sst): old prealloc_size = 147639500, real_size = 103822944 2024/11/20-18:27:42.839304 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055894.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200566 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 645.19 avg-zval = 515.71 2024/11/20-18:27:42.839468 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055894.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:27:43.171605 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055894.sst): second pass time = 1.56's, 83.074'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.33's, 317.560'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2322.303'MB/sec (index lex order gen) rebuild zvType time = 0.24's, 0.209'MB/sec write SST data time = 0.09's, 1138.119'MB/sec dict compress time = 2314885530.46's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.346'MB, throughput = 37527.484'MB/sec zip my value time = 1.56's, unzip length = 0.129'GB zip my value throughput = 83.074'MB/sec zip pipeline throughput = 144.590'MB/sec entries = 200566 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.19 avg-zval = 515.71 usrkeys = 200566 avg-key = 16.00 avg-zkey = 1.69 avg-val = 649.81 avg-zval = 515.71 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 132146 bytes = 412976 } seq expand size = 925022 multi value expand size = 0 cnt WriteAppend = 21 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1056 GB } UnZip/Zip{ index = 9.4732 value = 1.2511 dict = 1.00 all = 1.2714 } Zip/UnZip{ index = 0.1056 value = 0.7993 dict = 1.00 all = 0.7865 } ---------------------------- total value len = 0.130329 GB avg = 0.650 KB (by entry num) total key len = 0.004814 GB avg = 0.024 KB total ukey len = 0.003209 GB avg = 0.016 KB total ukey num = 0.000200566 Billion total entry num = 0.000200566 Billion write speed all = 0.003883265 MB/sec (with seq num) write speed all = 0.003837159 MB/sec (without seq num) 2024/11/20-18:27:43.311201 140008156956224 [compaction_job.cc:1948] [default] [JOB 4839] Generated table #55894: 200566 keys, 105565662 bytes, temperature: kWarm 2024/11/20-18:27:43.311326 140008156956224 EVENT_LOG_v1 {"time_micros": 1732098463311261, "cf_name": "default", "job": 4839, "event": "table_file_creation", "file_number": 55894, "file_size": 105565662, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 943350345, "table_properties": {"data_size": 103433872, "index_size": 338752, "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": 4813584, "raw_average_key_size": 24, "raw_value_size": 129404179, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200566, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "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": 1732098460, "oldest_key_time": 0, "file_creation_time": 1732098460, "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": 55894, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:27:43.362436 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055895.sst) /dev/shm/ToplingTemp/Topling-804732-MqRc8e 2024/11/20-18:27:44.534239 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055895.sst): first pass time = 1.17's, 114.543'MB/sec 2024/11/20-18:27:45.938752 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055895.sst): old prealloc_size = 147639500, real_size = 103833392 2024/11/20-18:27:45.938901 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055895.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200554 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 645.24 avg-zval = 515.79 2024/11/20-18:27:45.939036 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055895.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:27:46.246457 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055895.sst): second pass time = 1.40's, 92.179'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.31's, 342.953'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2638.301'MB/sec (index lex order gen) rebuild zvType time = 0.24's, 0.206'MB/sec write SST data time = 0.06's, 1647.609'MB/sec dict compress time = 2314885530.46's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.344'MB, throughput = 17272.165'MB/sec zip my value time = 1.40's, unzip length = 0.129'GB zip my value throughput = 92.179'MB/sec zip pipeline throughput = 149.854'MB/sec entries = 200554 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.24 avg-zval = 515.79 usrkeys = 200554 avg-key = 16.00 avg-zkey = 1.69 avg-val = 649.66 avg-zval = 515.79 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 126562 bytes = 363888 } seq expand size = 885934 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.34 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.34 MB all = 0.1055 GB } UnZip/Zip{ index = 9.4780 value = 1.2510 dict = 1.00 all = 1.2719 } Zip/UnZip{ index = 0.1055 value = 0.7994 dict = 1.00 all = 0.7862 } ---------------------------- total value len = 0.260620 GB avg = 0.650 KB (by entry num) total key len = 0.009627 GB avg = 0.024 KB total ukey len = 0.006418 GB avg = 0.016 KB total ukey num = 0.000401120 Billion total entry num = 0.000401120 Billion write speed all = 0.007764739 MB/sec (with seq num) write speed all = 0.007672539 MB/sec (without seq num) 2024/11/20-18:27:46.402869 140008156956224 [compaction_job.cc:1948] [default] [JOB 4839] Generated table #55895: 200554 keys, 105525762 bytes, temperature: kWarm 2024/11/20-18:27:46.402957 140008156956224 EVENT_LOG_v1 {"time_micros": 1732098466402914, "cf_name": "default", "job": 4839, "event": "table_file_creation", "file_number": 55895, "file_size": 105525762, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 939479916, "table_properties": {"data_size": 103444512, "index_size": 338560, "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": 4813296, "raw_average_key_size": 24, "raw_value_size": 129405112, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200554, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "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": 1732098463, "oldest_key_time": 0, "file_creation_time": 1732098463, "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": 55895, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:27:46.506836 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055896.sst) /dev/shm/ToplingTemp/Topling-804732-SW33hf 2024/11/20-18:27:47.994677 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055896.sst): first pass time = 1.49's, 90.213'MB/sec 2024/11/20-18:27:49.103858 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055896.sst): old prealloc_size = 147639500, real_size = 103803568 2024/11/20-18:27:49.104027 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055896.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200640 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 644.95 avg-zval = 515.42 2024/11/20-18:27:49.104170 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055896.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:27:49.419916 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055896.sst): second pass time = 1.11's, 116.747'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.32's, 333.396'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2309.278'MB/sec (index lex order gen) rebuild zvType time = 0.22's, 0.225'MB/sec write SST data time = 0.09's, 1132.562'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.345'MB, throughput = 41095.269'MB/sec zip my value time = 1.11's, unzip length = 0.129'GB zip my value throughput = 116.747'MB/sec zip pipeline throughput = 116.747'MB/sec entries = 200640 avg-key = 24.00 avg-zkey = 1.69 avg-val = 644.95 avg-zval = 515.42 usrkeys = 200640 avg-key = 16.00 avg-zkey = 1.69 avg-val = 647.68 avg-zval = 515.42 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 78108 bytes = 224576 } seq expand size = 546756 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.34 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.34 MB all = 0.1054 GB } UnZip/Zip{ index = 9.4785 value = 1.2513 dict = 1.00 all = 1.2739 } Zip/UnZip{ index = 0.1055 value = 0.7992 dict = 1.00 all = 0.7850 } ---------------------------- total value len = 0.390570 GB avg = 0.649 KB (by entry num) total key len = 0.014442 GB avg = 0.024 KB total ukey len = 0.009628 GB avg = 0.016 KB total ukey num = 0.000601760 Billion total entry num = 0.000601760 Billion write speed all = 0.011635742 MB/sec (with seq num) write speed all = 0.011497437 MB/sec (without seq num) 2024/11/20-18:27:49.548564 140008156956224 [compaction_job.cc:1948] [default] [JOB 4839] Generated table #55896: 200640 keys, 105356850 bytes, temperature: kWarm 2024/11/20-18:27:49.548656 140008156956224 EVENT_LOG_v1 {"time_micros": 1732098469548612, "cf_name": "default", "job": 4839, "event": "table_file_creation", "file_number": 55896, "file_size": 105356850, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 943337332, "table_properties": {"data_size": 103414560, "index_size": 338688, "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": 4815360, "raw_average_key_size": 24, "raw_value_size": 129402807, "raw_average_value_size": 644, "num_data_blocks": 1, "num_entries": 200640, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "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": 1732098466, "oldest_key_time": 0, "file_creation_time": 1732098466, "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": 55896, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:27:49.653003 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055897.sst) /dev/shm/ToplingTemp/Topling-804732-sjhepg 2024/11/20-18:27:50.003568 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055897.sst): first pass time = 0.35's, 183.727'MB/sec 2024/11/20-18:27:50.576465 140008156956224 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055897.sst): part-0: reject ZipStore ratio = 0.804 2024/11/20-18:27:50.705310 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055897.sst): old prealloc_size = 147639500, real_size = 62375296 2024/11/20-18:27:50.705412 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055897.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 96217 prefix = 4 raw-key = 0.0012 GB zip-key = 0.0002 GB avg-key = 12.00 avg-zkey = 1.70 raw-val = 0.0621 GB zip-val = 0.0622 GB avg-val = 645.27 avg-zval = 646.33 2024/11/20-18:27:50.705497 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055897.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.064 GB 2024/11/20-18:27:50.856351 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00/055897.sst): second pass time = 0.57's, 108.504'MB/sec, value only(96.4% of KV) wait indexing time = 0.13's, remap KeyValue time = 0.15's, 413.910'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1850.298'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.196'MB/sec write SST data time = 0.03's, 2213.118'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.000'MB, throughput = 0.000'MB/sec zip my value time = 0.57's, unzip length = 0.062'GB zip my value throughput = 108.504'MB/sec zip pipeline throughput = 108.504'MB/sec entries = 96217 avg-key = 24.00 avg-zkey = 1.70 avg-val = 645.27 avg-zval = 646.33 usrkeys = 96217 avg-key = 16.00 avg-zkey = 1.70 avg-val = 649.34 avg-zval = 646.33 TagRS{ kinds = RS_Key0_TagN bytes = 15120 } TagArray{ size = 56025 bytes = 147088 } seq expand size = 392175 multi value expand size = 0 cnt WriteAppend = 7589 UnZipSize{ index = 0.0015 GB value = 0.0621 GB dict = 0.00 MB all = 0.0644 GB } __ZipSize{ index = 0.0002 GB value = 0.0622 GB dict = 0.00 MB all = 0.0625 GB } UnZip/Zip{ index = 9.4330 value = 0.9984 dict = 0.00 all = 1.0301 } Zip/UnZip{ index = 0.1060 value = 1.0016 dict = 0.00 all = 0.9708 } ---------------------------- total value len = 0.453048 GB avg = 0.649 KB (by entry num) total key len = 0.016751 GB avg = 0.024 KB total ukey len = 0.011168 GB avg = 0.016 KB total ukey num = 0.000697977 Billion total entry num = 0.000697977 Billion write speed all = 0.013496481 MB/sec (with seq num) write speed all = 0.013336068 MB/sec (without seq num) 2024/11/20-18:27:50.966500 140008156956224 [compaction_job.cc:1948] [default] [JOB 4839] Generated table #55897: 96217 keys, 62515423 bytes, temperature: kWarm 2024/11/20-18:27:50.966569 140008156956224 EVENT_LOG_v1 {"time_micros": 1732098470966537, "cf_name": "default", "job": 4839, "event": "table_file_creation", "file_number": 55897, "file_size": 62515423, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 943176596, "table_properties": {"data_size": 62187888, "index_size": 163200, "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": 2309208, "raw_average_key_size": 24, "raw_value_size": 62085824, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 96217, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "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-ZipOffsetBlobStore", "creation_time": 1732098469, "oldest_key_time": 0, "file_creation_time": 1732098469, "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": 55897, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:27:50.997063 140008156956224 [compaction_job.cc:703] job-04839: subcompact[0], size: 0.378964 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-04839/att-00 [055894,055895,055896,055897] 2024/11/20-18:27:51.051644 140008156956224 (Original Log Time 2024/11/20-18:27:39.629662) EVENT_LOG_v1 {"time_micros": 1732098459629617, "job": 4839, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [55880], "files_L3": [55854, 55855, 55857, 55752, 55834, 55844], "score": 0.521488, "input_data_size": 403919600, "oldest_snapshot_seqno": -1} 2024/11/20-18:27:51.051647 140008156956224 (Original Log Time 2024/11/20-18:27:51.051100) [compaction_job.cc:2022] [default] [JOB 4839] Compacted 1@2 + 6@3 files to L3 => 378963697 bytes 2024/11/20-18:27:51.051649 140008156956224 (Original Log Time 2024/11/20-18:27:51.051577) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 4 0 0 0] max score 0.01, MB/sec: 35.5 rd, 33.3 wr, level 3, files in(1, 6) out(4 +0 blob) MB in(34.9, 350.3 +0.0 blob) out(361.4 +0.0 blob), read-write-amplify(21.4) write-amplify(10.4) OK, records in: 697979, records dropped: 2 output_compression: Snappy 2024/11/20-18:27:51.051653 140008156956224 (Original Log Time 2024/11/20-18:27:51.051623) EVENT_LOG_v1 {"time_micros": 1732098471051599, "cf": "default", "job": 4839, "event": "compaction_finished", "compaction_time_micros": 11367416, "compaction_time_cpu_micros": 2237102, "output_level": 3, "num_output_files": 4, "total_output_size": 378963697, "num_input_records": 697979, "num_output_records": 697977, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 275520465, "file_range_sync_nanos": 0, "file_fsync_nanos": 3943, "file_prepare_write_nanos": 292902, "lsm_state": [0, 0, 0, 4, 0, 0, 0]} 2024/11/20-18:27:51.195528 140008156956224 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":1732098459,"executesMs":11537,"compactionJobId":4839,"attempt":0,"compactionInputRawBytes":467050826,"compactionInputZipBytes":403919600,"compactionOutputRawBytes":0,"compactionOutputZipBytes":378963697,"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-9b438e3176786a96e9d7c8a4fa7f4e75-a029b18af01ee8ec-00"}}, response = 2024/11/20-18:27:51.195624 140008156956224 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-04839/att-00: olev 3, work 11.538 s, result 7.961 ms, install 0.568 ms, input{raw 445.414 MiB zip 385.208 MiB}