2024/11/20-16:43:41.723582 140257474942528 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00: fork to child time = 0.012552 sec 2024/11/20-16:43:41.724164 140257474942528 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00 2024/11/20-16:43:41.730650 140257474942528 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00 2024/11/20-16:43:41.732273 140257474942528 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-16:43:41.732496 140257474942528 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-16:43:41.786059 140257474942528 [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-16550/att-00/MANIFEST-019309 2024/11/20-16:43:41.859433 140257474942528 [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-16550/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 46737, last_sequence is 792515506, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 46577 2024/11/20-16:43:41.859445 140257474942528 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-16:43:41.859552 140257474942528 [version_set.cc:5724] Creating manifest 46737 2024/11/20-16:43:41.890685 140257474942528 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-16:43:41.914644 140257474942528 [compaction_job.cc:2437] [default] [JOB 16550] Compacting 1@2 + 8@3 files to L3, score 0.97, subcompactions 1 : 1 2024/11/20-16:43:41.914663 140257474942528 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 12732 Base level 2, inputs: [46730(26MB)], [46650(124MB) 46651(124MB) 46652(124MB) 46653(124MB) 46654(124MB) 46655(124MB) 46656(124MB) 46657(109MB)] 2024/11/20-16:43:41.922898 140257474942528 [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-16:43:41.922933 140257474942528 [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-16:43:41.922967 140257474942528 [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-16:43:41.922979 140257474942528 [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-16:43:41.922993 140257474942528 [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-16:43:43.293677 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046738.sst) /dev/shm/ToplingTemp/Topling-601013-r9AjWX 2024/11/20-16:43:43.457056 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046738.sst): first pass time = 0.16's, 821.810'MB/sec 2024/11/20-16:43:44.628160 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046738.sst): part-0: reject ZipStore ratio = 0.808 2024/11/20-16:43:44.899828 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046738.sst): old prealloc_size = 147639500, real_size = 130052480 2024/11/20-16:43:44.899998 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046738.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 198961 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.75 raw-val = 0.1294 GB zip-val = 0.1297 GB avg-val = 650.60 avg-zval = 651.66 2024/11/20-16:43:44.900241 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046738.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:43:45.207924 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046738.sst): second pass time = 1.17's, 110.619'MB/sec, value only(96.4% of KV) wait indexing time = 0.27's, remap KeyValue time = 0.31's, 424.311'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2316.001'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.199'MB/sec write SST data time = 0.06's, 2264.646'MB/sec dict compress time = 3472328330.72'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 = 1.17's, unzip length = 0.129'GB zip my value throughput = 110.619'MB/sec zip pipeline throughput = 128.714'MB/sec entries = 198961 avg-key = 24.00 avg-zkey = 1.75 avg-val = 650.60 avg-zval = 651.66 usrkeys = 198961 avg-key = 16.00 avg-zkey = 1.75 avg-val = 657.60 avg-zval = 651.66 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 198961 bytes = 721248 } seq expand size = 1392727 multi value expand size = 0 cnt WriteAppend = 15811 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 0.00 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1297 GB dict = 0.00 MB all = 0.1307 GB } UnZip/Zip{ index = 9.1384 value = 0.9984 dict = 0.00 all = 1.0267 } Zip/UnZip{ index = 0.1094 value = 1.0016 dict = 0.00 all = 0.9740 } ---------------------------- total value len = 2183.613615 GB avg = 0.300 KB (by entry num) total key len = 191.568067 GB avg = 0.026 KB total ukey len = 134.123515 GB avg = 0.014 KB total ukey num = 9.326331027 Billion total entry num = 7.270481173 Billion write speed all = 146.003022259 MB/sec (with seq num) write speed all = 142.427675641 MB/sec (without seq num) 2024/11/20-16:43:45.383970 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46738: 198961 keys, 130726687 bytes, temperature: kWarm 2024/11/20-16:43:45.384116 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092225384039, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46738, "file_size": 130726687, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 420730534, "largest_seqno": 792370556, "table_properties": {"data_size": 129654192, "index_size": 348352, "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": 4775064, "raw_average_key_size": 24, "raw_value_size": 129443098, "raw_average_value_size": 650, "num_data_blocks": 1, "num_entries": 198961, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZipOffsetBlobStore", "creation_time": 1732092223, "oldest_key_time": 0, "file_creation_time": 1732092223, "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": 46738, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:43:45.509271 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046739.sst) /dev/shm/ToplingTemp/Topling-601013-qqEyO0 2024/11/20-16:43:46.807395 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046739.sst): first pass time = 1.30's, 103.398'MB/sec 2024/11/20-16:43:47.851481 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046739.sst): part-0: reject ZipStore ratio = 0.805 2024/11/20-16:43:48.192288 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046739.sst): old prealloc_size = 147639500, real_size = 130032160 2024/11/20-16:43:48.192477 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046739.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199662 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.72 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 648.23 avg-zval = 649.29 2024/11/20-16:43:48.192714 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046739.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:43:48.573580 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046739.sst): second pass time = 1.04's, 124.059'MB/sec, value only(96.4% of KV) wait indexing time = 0.34's, remap KeyValue time = 0.38's, 342.810'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2056.206'MB/sec (index lex order gen) rebuild zvType time = 0.32's, 0.156'MB/sec write SST data time = 0.06's, 2146.630'MB/sec dict compress time = 3472328330.72'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 = 1.04's, unzip length = 0.129'GB zip my value throughput = 124.059'MB/sec zip pipeline throughput = 167.764'MB/sec entries = 199662 avg-key = 24.00 avg-zkey = 1.72 avg-val = 648.23 avg-zval = 649.29 usrkeys = 199662 avg-key = 16.00 avg-zkey = 1.72 avg-val = 655.23 avg-zval = 649.29 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 199662 bytes = 723792 } seq expand size = 1397634 multi value expand size = 0 cnt WriteAppend = 15810 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 0.00 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1296 GB dict = 0.00 MB all = 0.1307 GB } UnZip/Zip{ index = 9.2918 value = 0.9984 dict = 0.00 all = 1.0268 } Zip/UnZip{ index = 0.1076 value = 1.0016 dict = 0.00 all = 0.9739 } ---------------------------- total value len = 2183.744439 GB avg = 0.300 KB (by entry num) total key len = 191.572859 GB avg = 0.026 KB total ukey len = 134.126710 GB avg = 0.014 KB total ukey num = 9.326530689 Billion total entry num = 7.270680835 Billion write speed all = 145.981156882 MB/sec (with seq num) write speed all = 142.406451641 MB/sec (without seq num) 2024/11/20-16:43:48.736696 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46739: 199662 keys, 130708831 bytes, temperature: kWarm 2024/11/20-16:43:48.736763 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092228736732, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46739, "file_size": 130708831, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 421247019, "largest_seqno": 792370628, "table_properties": {"data_size": 129638224, "index_size": 343808, "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": 4791888, "raw_average_key_size": 24, "raw_value_size": 129426390, "raw_average_value_size": 648, "num_data_blocks": 1, "num_entries": 199662, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZipOffsetBlobStore", "creation_time": 1732092225, "oldest_key_time": 0, "file_creation_time": 1732092225, "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": 46739, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:43:48.796622 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046740.sst) /dev/shm/ToplingTemp/Topling-601013-UdIEu0 2024/11/20-16:43:49.962120 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046740.sst): first pass time = 1.17's, 115.164'MB/sec 2024/11/20-16:43:51.571445 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046740.sst): part-0: reject ZipStore ratio = 0.804 2024/11/20-16:43:51.836350 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046740.sst): old prealloc_size = 147639500, real_size = 130028928 2024/11/20-16:43:51.836506 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046740.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199742 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.71 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 647.96 avg-zval = 649.02 2024/11/20-16:43:51.836719 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046740.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:43:52.145986 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046740.sst): second pass time = 1.61's, 80.466'MB/sec, value only(96.4% of KV) wait indexing time = 0.27's, remap KeyValue time = 0.31's, 422.146'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2530.422'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.197'MB/sec write SST data time = 0.06's, 2307.291'MB/sec dict compress time = 3472328330.72'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 = 1.61's, unzip length = 0.129'GB zip my value throughput = 80.466'MB/sec zip pipeline throughput = 194.572'MB/sec entries = 199742 avg-key = 24.00 avg-zkey = 1.71 avg-val = 647.96 avg-zval = 649.02 usrkeys = 199742 avg-key = 16.00 avg-zkey = 1.71 avg-val = 654.96 avg-zval = 649.02 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 199742 bytes = 724080 } seq expand size = 1398194 multi value expand size = 0 cnt WriteAppend = 15809 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 0.00 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1296 GB dict = 0.00 MB all = 0.1307 GB } UnZip/Zip{ index = 9.3303 value = 0.9984 dict = 0.00 all = 1.0269 } Zip/UnZip{ index = 0.1072 value = 1.0016 dict = 0.00 all = 0.9738 } ---------------------------- total value len = 2183.875262 GB avg = 0.300 KB (by entry num) total key len = 191.577653 GB avg = 0.026 KB total ukey len = 134.129905 GB avg = 0.014 KB total ukey num = 9.326730431 Billion total entry num = 7.270880577 Billion write speed all = 145.957446480 MB/sec (with seq num) write speed all = 142.383427712 MB/sec (without seq num) 2024/11/20-16:43:52.318991 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46740: 199742 keys, 130705823 bytes, temperature: kWarm 2024/11/20-16:43:52.319067 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092232319026, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46740, "file_size": 130705823, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 437862792, "largest_seqno": 792370738, "table_properties": {"data_size": 129636272, "index_size": 342528, "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": 4793808, "raw_average_key_size": 24, "raw_value_size": 129424362, "raw_average_value_size": 647, "num_data_blocks": 1, "num_entries": 199742, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZipOffsetBlobStore", "creation_time": 1732092228, "oldest_key_time": 0, "file_creation_time": 1732092228, "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": 46740, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:43:52.381208 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046741.sst) /dev/shm/ToplingTemp/Topling-601013-u9cGEY 2024/11/20-16:43:53.679665 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046741.sst): first pass time = 1.30's, 103.371'MB/sec 2024/11/20-16:43:54.910797 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046741.sst): part-0: reject ZipStore ratio = 0.809 2024/11/20-16:43:55.291094 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046741.sst): old prealloc_size = 147639500, real_size = 130035008 2024/11/20-16:43:55.291293 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046741.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199693 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.74 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 648.12 avg-zval = 649.18 2024/11/20-16:43:55.291554 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046741.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:43:55.779801 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046741.sst): second pass time = 1.23's, 105.208'MB/sec, value only(96.4% of KV) wait indexing time = 0.38's, remap KeyValue time = 0.49's, 267.441'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1947.962'MB/sec (index lex order gen) rebuild zvType time = 0.40's, 0.126'MB/sec write SST data time = 0.09's, 1429.981'MB/sec dict compress time = 3472328330.72'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 = 1.23's, unzip length = 0.129'GB zip my value throughput = 105.208'MB/sec zip pipeline throughput = 145.636'MB/sec entries = 199693 avg-key = 24.00 avg-zkey = 1.74 avg-val = 648.12 avg-zval = 649.18 usrkeys = 199693 avg-key = 16.00 avg-zkey = 1.74 avg-val = 654.72 avg-zval = 649.18 TagRS{ kinds = RS_Key0_TagN bytes = 31320 } TagArray{ size = 188105 bytes = 681888 } seq expand size = 1316735 multi value expand size = 0 cnt WriteAppend = 15811 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 0.00 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1296 GB dict = 0.00 MB all = 0.1307 GB } UnZip/Zip{ index = 9.1957 value = 0.9984 dict = 0.00 all = 1.0269 } Zip/UnZip{ index = 0.1087 value = 1.0016 dict = 0.00 all = 0.9738 } ---------------------------- total value len = 2184.006004 GB avg = 0.300 KB (by entry num) total key len = 191.582446 GB avg = 0.026 KB total ukey len = 134.133100 GB avg = 0.014 KB total ukey num = 9.326930124 Billion total entry num = 7.271080270 Billion write speed all = 145.933191042 MB/sec (with seq num) write speed all = 142.359871948 MB/sec (without seq num) 2024/11/20-16:43:55.941852 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46741: 199693 keys, 130701087 bytes, temperature: kWarm 2024/11/20-16:43:55.941955 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092235941898, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46741, "file_size": 130701087, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 792368804, "table_properties": {"data_size": 129637424, "index_size": 347456, "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": 4792632, "raw_average_key_size": 24, "raw_value_size": 129425566, "raw_average_value_size": 648, "num_data_blocks": 1, "num_entries": 199693, "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": 1732092232, "oldest_key_time": 0, "file_creation_time": 1732092232, "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": 46741, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:43:56.084675 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046742.sst) /dev/shm/ToplingTemp/Topling-601013-NM0eRZ 2024/11/20-16:43:57.321128 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046742.sst): first pass time = 1.24's, 108.557'MB/sec 2024/11/20-16:43:58.289759 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046742.sst): part-0: reject ZipStore ratio = 0.804 2024/11/20-16:43:58.630879 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046742.sst): old prealloc_size = 147639500, real_size = 130028000 2024/11/20-16:43:58.631038 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046742.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199774 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.71 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 647.85 avg-zval = 648.91 2024/11/20-16:43:58.631229 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046742.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:43:58.935308 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046742.sst): second pass time = 0.97's, 133.738'MB/sec, value only(96.4% of KV) wait indexing time = 0.34's, remap KeyValue time = 0.30's, 428.710'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2148.292'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.199'MB/sec write SST data time = 0.05's, 2432.304'MB/sec dict compress time = 140278.07'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.97's, unzip length = 0.129'GB zip my value throughput = 133.738'MB/sec zip pipeline throughput = 133.738'MB/sec entries = 199774 avg-key = 24.00 avg-zkey = 1.71 avg-val = 647.85 avg-zval = 648.91 usrkeys = 199774 avg-key = 16.00 avg-zkey = 1.71 avg-val = 652.60 avg-zval = 648.91 TagRS{ kinds = RS_Key0_TagN bytes = 31320 } TagArray{ size = 135478 bytes = 491120 } seq expand size = 948346 multi value expand size = 0 cnt WriteAppend = 15810 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 0.00 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1296 GB dict = 0.00 MB all = 0.1305 GB } UnZip/Zip{ index = 9.3317 value = 0.9984 dict = 0.00 all = 1.0285 } Zip/UnZip{ index = 0.1072 value = 1.0016 dict = 0.00 all = 0.9723 } ---------------------------- total value len = 2184.136376 GB avg = 0.300 KB (by entry num) total key len = 191.587240 GB avg = 0.026 KB total ukey len = 134.136297 GB avg = 0.014 KB total ukey num = 9.327129898 Billion total entry num = 7.271280044 Billion write speed all = 145.913209745 MB/sec (with seq num) write speed all = 142.340485029 MB/sec (without seq num) 2024/11/20-16:43:59.085778 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46742: 199774 keys, 130503327 bytes, temperature: kWarm 2024/11/20-16:43:59.085870 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092239085824, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46742, "file_size": 130503327, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 792370896, "table_properties": {"data_size": 129635344, "index_size": 342528, "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": 4794576, "raw_average_key_size": 24, "raw_value_size": 129423353, "raw_average_value_size": 647, "num_data_blocks": 1, "num_entries": 199774, "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": 1732092236, "oldest_key_time": 0, "file_creation_time": 1732092236, "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": 46742, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:43:59.166197 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046743.sst) /dev/shm/ToplingTemp/Topling-601013-5QvuOY 2024/11/20-16:44:00.407077 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046743.sst): first pass time = 1.24's, 108.169'MB/sec 2024/11/20-16:44:01.502627 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046743.sst): part-0: reject ZipStore ratio = 0.801 2024/11/20-16:44:01.803085 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046743.sst): old prealloc_size = 147639500, real_size = 130022336 2024/11/20-16:44:01.803234 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046743.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199991 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.71 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 647.12 avg-zval = 648.18 2024/11/20-16:44:01.803411 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046743.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:44:02.104239 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046743.sst): second pass time = 1.09's, 118.221'MB/sec, value only(96.4% of KV) wait indexing time = 0.30's, remap KeyValue time = 0.30's, 433.467'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2611.925'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.202'MB/sec write SST data time = 0.05's, 2464.672'MB/sec dict compress time = 140278.07'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 = 1.09's, unzip length = 0.129'GB zip my value throughput = 118.221'MB/sec zip pipeline throughput = 118.221'MB/sec entries = 199991 avg-key = 24.00 avg-zkey = 1.71 avg-val = 647.12 avg-zval = 648.18 usrkeys = 199991 avg-key = 16.00 avg-zkey = 1.71 avg-val = 652.28 avg-zval = 648.18 TagRS{ kinds = RS_Key0_TagN bytes = 31360 } TagArray{ size = 147536 bytes = 534832 } seq expand size = 1032752 multi value expand size = 0 cnt WriteAppend = 15809 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 0.00 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1296 GB dict = 0.00 MB all = 0.1305 GB } UnZip/Zip{ index = 9.3629 value = 0.9984 dict = 0.00 all = 1.0282 } Zip/UnZip{ index = 0.1068 value = 1.0016 dict = 0.00 all = 0.9726 } ---------------------------- total value len = 2184.266827 GB avg = 0.300 KB (by entry num) total key len = 191.592040 GB avg = 0.026 KB total ukey len = 134.139497 GB avg = 0.014 KB total ukey num = 9.327329889 Billion total entry num = 7.271480035 Billion write speed all = 145.893121329 MB/sec (with seq num) write speed all = 142.320993595 MB/sec (without seq num) 2024/11/20-16:44:02.256000 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46743: 199991 keys, 130541279 bytes, temperature: kWarm 2024/11/20-16:44:02.256078 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092242256035, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46743, "file_size": 130541279, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 792370499, "table_properties": {"data_size": 129630384, "index_size": 341760, "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": 4799784, "raw_average_key_size": 24, "raw_value_size": 129418197, "raw_average_value_size": 647, "num_data_blocks": 1, "num_entries": 199991, "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": 1732092239, "oldest_key_time": 0, "file_creation_time": 1732092239, "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": 46743, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:44:02.313118 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046744.sst) /dev/shm/ToplingTemp/Topling-601013-sx0aiY 2024/11/20-16:44:03.513297 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046744.sst): first pass time = 1.20's, 111.836'MB/sec 2024/11/20-16:44:04.719413 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046744.sst): part-0: reject ZipStore ratio = 0.804 2024/11/20-16:44:05.024447 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046744.sst): old prealloc_size = 147639500, real_size = 130033168 2024/11/20-16:44:05.024593 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046744.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199740 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.74 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 647.96 avg-zval = 649.02 2024/11/20-16:44:05.024791 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046744.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-16:44:05.332015 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046744.sst): second pass time = 1.20's, 108.135'MB/sec, value only(96.4% of KV) wait indexing time = 0.31's, remap KeyValue time = 0.31's, 425.007'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2598.165'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.199'MB/sec write SST data time = 0.06's, 2300.725'MB/sec dict compress time = 140278.07'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 = 1.20's, unzip length = 0.129'GB zip my value throughput = 108.135'MB/sec zip pipeline throughput = 138.320'MB/sec entries = 199740 avg-key = 24.00 avg-zkey = 1.74 avg-val = 647.96 avg-zval = 649.02 usrkeys = 199740 avg-key = 16.00 avg-zkey = 1.74 avg-val = 654.96 avg-zval = 649.02 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 199740 bytes = 724080 } seq expand size = 1398180 multi value expand size = 0 cnt WriteAppend = 15808 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 0.00 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1296 GB dict = 0.00 MB all = 0.1307 GB } UnZip/Zip{ index = 9.2148 value = 0.9984 dict = 0.00 all = 1.0268 } Zip/UnZip{ index = 0.1085 value = 1.0016 dict = 0.00 all = 0.9739 } ---------------------------- total value len = 2184.397649 GB avg = 0.300 KB (by entry num) total key len = 191.596834 GB avg = 0.026 KB total ukey len = 134.142693 GB avg = 0.014 KB total ukey num = 9.327529629 Billion total entry num = 7.271679775 Billion write speed all = 145.872536172 MB/sec (with seq num) write speed all = 142.301018213 MB/sec (without seq num) 2024/11/20-16:44:05.486252 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46744: 199740 keys, 130710239 bytes, temperature: kWarm 2024/11/20-16:44:05.486315 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092245486285, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46744, "file_size": 130710239, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 504991809, "largest_seqno": 792370697, "table_properties": {"data_size": 129636224, "index_size": 346816, "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": 4793760, "raw_average_key_size": 24, "raw_value_size": 129424313, "raw_average_value_size": 647, "num_data_blocks": 1, "num_entries": 199740, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZipOffsetBlobStore", "creation_time": 1732092242, "oldest_key_time": 0, "file_creation_time": 1732092242, "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": 46744, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:44:05.548776 140257474942528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046745.sst) /dev/shm/ToplingTemp/Topling-601013-JP1XjZ 2024/11/20-16:44:06.650292 140257474942528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046745.sst): first pass time = 1.10's, 109.229'MB/sec 2024/11/20-16:44:07.700594 140257474942528 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046745.sst): part-0: reject ZipStore ratio = 0.804 2024/11/20-16:44:07.936474 140257474942528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046745.sst): old prealloc_size = 147639500, real_size = 116560128 2024/11/20-16:44:07.936615 140257474942528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046745.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 179099 prefix = 4 raw-key = 0.0021 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.73 raw-val = 0.1160 GB zip-val = 0.1162 GB avg-val = 647.77 avg-zval = 648.83 2024/11/20-16:44:07.936745 140257474942528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046745.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.018 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.120 GB 2024/11/20-16:44:08.264696 140257474942528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00/046745.sst): second pass time = 1.05's, 110.548'MB/sec, value only(96.4% of KV) wait indexing time = 0.24's, remap KeyValue time = 0.33's, 356.103'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2532.860'MB/sec (index lex order gen) rebuild zvType time = 0.26's, 0.172'MB/sec write SST data time = 0.07's, 1724.484'MB/sec dict compress time = 140278.07'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 = 1.05's, unzip length = 0.116'GB zip my value throughput = 110.548'MB/sec zip pipeline throughput = 138.090'MB/sec entries = 179099 avg-key = 24.00 avg-zkey = 1.73 avg-val = 647.77 avg-zval = 648.83 usrkeys = 179099 avg-key = 16.00 avg-zkey = 1.73 avg-val = 651.36 avg-zval = 648.83 TagRS{ kinds = RS_Key0_TagN bytes = 28080 } TagArray{ size = 91789 bytes = 321280 } seq expand size = 642523 multi value expand size = 0 cnt WriteAppend = 14173 UnZipSize{ index = 0.0029 GB value = 0.1160 GB dict = 0.00 MB all = 0.1203 GB } __ZipSize{ index = 0.0003 GB value = 0.1162 GB dict = 0.00 MB all = 0.1169 GB } UnZip/Zip{ index = 9.2548 value = 0.9984 dict = 0.00 all = 1.0295 } Zip/UnZip{ index = 0.1081 value = 1.0016 dict = 0.00 all = 0.9714 } ---------------------------- total value len = 2184.514307 GB avg = 0.300 KB (by entry num) total key len = 191.601132 GB avg = 0.026 KB total ukey len = 134.145558 GB avg = 0.014 KB total ukey num = 9.327708728 Billion total entry num = 7.271858874 Billion write speed all = 145.853701489 MB/sec (with seq num) write speed all = 142.282738510 MB/sec (without seq num) 2024/11/20-16:44:08.430194 140257474942528 [compaction_job.cc:1948] [default] [JOB 16550] Generated table #46745: 179099 keys, 116867295 bytes, temperature: kWarm 2024/11/20-16:44:08.430241 140257474942528 EVENT_LOG_v1 {"time_micros": 1732092248430216, "cf_name": "default", "job": 16550, "event": "table_file_creation", "file_number": 46745, "file_size": 116867295, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 792370526, "table_properties": {"data_size": 116205552, "index_size": 309632, "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": 4298376, "raw_average_key_size": 24, "raw_value_size": 116015510, "raw_average_value_size": 647, "num_data_blocks": 1, "num_entries": 179099, "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": 1732092245, "oldest_key_time": 0, "file_creation_time": 1732092245, "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": 46745, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:44:08.474597 140257474942528 [compaction_job.cc:703] job-16550: subcompact[0], size: 1.031465 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-16550/att-00 [046738,046739,046740,046741,046742,046743,046744,046745] 2024/11/20-16:44:08.620085 140257474942528 (Original Log Time 2024/11/20-16:43:41.914738) EVENT_LOG_v1 {"time_micros": 1732092221914685, "job": 16550, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [46730], "files_L3": [46650, 46651, 46652, 46653, 46654, 46655, 46656, 46657], "score": 0.970136, "input_data_size": 1057288338, "oldest_snapshot_seqno": 792515370} 2024/11/20-16:44:08.620092 140257474942528 (Original Log Time 2024/11/20-16:44:08.618903) [compaction_job.cc:2022] [default] [JOB 16550] Compacted 1@2 + 8@3 files to L3 => 1031464568 bytes 2024/11/20-16:44:08.620094 140257474942528 (Original Log Time 2024/11/20-16:44:08.619960) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 8 0 0 0] max score 0.04, MB/sec: 39.8 rd, 38.8 wr, level 3, files in(1, 8) out(8 +0 blob) MB in(27.0, 981.3 +0.0 blob) out(983.7 +0.0 blob), read-write-amplify(73.8) write-amplify(36.5) OK, records in: 1615623, records dropped: 38961 output_compression: Snappy 2024/11/20-16:44:08.620101 140257474942528 (Original Log Time 2024/11/20-16:44:08.620033) EVENT_LOG_v1 {"time_micros": 1732092248619996, "cf": "default", "job": 16550, "event": "compaction_finished", "compaction_time_micros": 26559869, "compaction_time_cpu_micros": 6877083, "output_level": 3, "num_output_files": 8, "total_output_size": 1031464568, "num_input_records": 1615623, "num_output_records": 1576662, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 718823026, "file_range_sync_nanos": 0, "file_fsync_nanos": 7516, "file_prepare_write_nanos": 5202479, "lsm_state": [0, 0, 0, 8, 0, 0, 0]} 2024/11/20-16:44:08.789431 140257474942528 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":1732092221,"executesMs":26887,"compactionJobId":16550,"attempt":0,"compactionInputRawBytes":1086283391,"compactionInputZipBytes":1057288338,"compactionOutputRawBytes":0,"compactionOutputZipBytes":1031464568,"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-12388e9414766292cc497bc9f39ba3da-ce6a97fc9c067317-00"}}, response = 2024/11/20-16:44:08.789522 140257474942528 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-16550/att-00: olev 3, work 26.887 s, result 7.973 ms, install 1.230 ms, input{raw 1.012 GiB zip 1008.309 MiB}