2024/11/20-23:02:45.849171 140008643733056 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00: fork to child time = 0.020429 sec 2024/11/20-23:02:45.849882 140008643733056 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00 2024/11/20-23:02:45.857725 140008643733056 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00 2024/11/20-23:02:45.859932 140008643733056 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-23:02:45.860286 140008643733056 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-23:02:45.916205 140008643733056 [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-19474/att-00/MANIFEST-049091 2024/11/20-23:02:45.933206 140008643733056 [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-19474/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 82895, last_sequence is 1281816083, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 82710 2024/11/20-23:02:45.933221 140008643733056 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-23:02:45.933334 140008643733056 [version_set.cc:5724] Creating manifest 82895 2024/11/20-23:02:45.968098 140008643733056 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-23:02:45.988916 140008643733056 [compaction_job.cc:2437] [default] [JOB 19474] Compacting 1@2 + 8@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/20-23:02:45.988938 140008643733056 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 14772 Base level 2, inputs: [82889(28MB)], [82820(124MB) 82821(124MB) 82822(124MB) 82823(124MB) 82824(124MB) 82825(124MB) 82826(124MB) 82827(37MB)] 2024/11/20-23:02:45.998026 140008643733056 [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-23:02:45.998073 140008643733056 [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-23:02:45.998112 140008643733056 [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-23:02:45.998126 140008643733056 [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-23:02:45.998141 140008643733056 [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-23:02:47.382010 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082896.sst) /dev/shm/ToplingTemp/Topling-1120002-eiIwaw 2024/11/20-23:02:47.612338 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082896.sst): first pass time = 0.23's, 582.917'MB/sec 2024/11/20-23:02:48.983553 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082896.sst): part-0: reject ZipStore ratio = 0.805 2024/11/20-23:02:49.372155 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082896.sst): old prealloc_size = 147639500, real_size = 130032832 2024/11/20-23:02:49.372353 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082896.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199878 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.1296 GB avg-val = 647.50 avg-zval = 648.56 2024/11/20-23:02:49.372618 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082896.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:02:49.731570 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082896.sst): second pass time = 1.37's, 94.437'MB/sec, value only(96.4% of KV) wait indexing time = 0.39's, remap KeyValue time = 0.36's, 363.669'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1963.689'MB/sec (index lex order gen) rebuild zvType time = 0.29's, 0.169'MB/sec write SST data time = 0.06's, 2032.590'MB/sec dict compress time = 4428009720.90'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.37's, unzip length = 0.129'GB zip my value throughput = 94.437'MB/sec zip pipeline throughput = 145.625'MB/sec entries = 199878 avg-key = 24.00 avg-zkey = 1.75 avg-val = 647.50 avg-zval = 648.56 usrkeys = 199878 avg-key = 16.00 avg-zkey = 1.75 avg-val = 654.24 avg-zval = 648.56 TagRS{ kinds = RS_Key0_TagN bytes = 31320 } TagArray{ size = 192303 bytes = 697120 } seq expand size = 1346121 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.1570 value = 0.9984 dict = 0.00 all = 1.0268 } Zip/UnZip{ index = 0.1092 value = 1.0016 dict = 0.00 all = 0.9739 } ---------------------------- total value len = 563.196500 GB avg = 0.331 KB (by entry num) total key len = 44.319203 GB avg = 0.026 KB total ukey len = 32.797340 GB avg = 0.014 KB total ukey num = 2.321214454 Billion total entry num = 1.700716476 Billion write speed all = 33.849821013 MB/sec (with seq num) write speed all = 33.091731002 MB/sec (without seq num) 2024/11/20-23:02:49.926773 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82896: 199878 keys, 130714143 bytes, temperature: kWarm 2024/11/20-23:02:49.926904 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114969926839, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82896, "file_size": 130714143, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1281116810, "table_properties": {"data_size": 129633456, "index_size": 349248, "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": 4797072, "raw_average_key_size": 24, "raw_value_size": 129421341, "raw_average_value_size": 647, "num_data_blocks": 1, "num_entries": 199878, "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": 1732114967, "oldest_key_time": 0, "file_creation_time": 1732114967, "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": 82896, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:02:50.012641 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082897.sst) /dev/shm/ToplingTemp/Topling-1120002-hUwK1w 2024/11/20-23:02:51.198666 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082897.sst): first pass time = 1.19's, 113.170'MB/sec 2024/11/20-23:02:52.144726 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082897.sst): part-0: reject ZipStore ratio = 0.809 2024/11/20-23:02:52.489872 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082897.sst): old prealloc_size = 147639500, real_size = 130035072 2024/11/20-23:02:52.490036 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082897.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199621 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.73 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 648.37 avg-zval = 649.43 2024/11/20-23:02:52.490257 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082897.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:02:52.801215 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082897.sst): second pass time = 0.95's, 136.958'MB/sec, value only(96.4% of KV) wait indexing time = 0.35's, remap KeyValue time = 0.31's, 419.530'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2132.425'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.197'MB/sec write SST data time = 0.06's, 2258.651'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.95's, unzip length = 0.129'GB zip my value throughput = 136.958'MB/sec zip pipeline throughput = 136.958'MB/sec entries = 199621 avg-key = 24.00 avg-zkey = 1.73 avg-val = 648.37 avg-zval = 649.43 usrkeys = 199621 avg-key = 16.00 avg-zkey = 1.73 avg-val = 654.08 avg-zval = 649.43 TagRS{ kinds = RS_Key0_TagN bytes = 31280 } TagArray{ size = 163065 bytes = 591120 } seq expand size = 1141455 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.1306 GB } UnZip/Zip{ index = 9.2383 value = 0.9984 dict = 0.00 all = 1.0276 } Zip/UnZip{ index = 0.1082 value = 1.0016 dict = 0.00 all = 0.9731 } ---------------------------- total value len = 563.327069 GB avg = 0.331 KB (by entry num) total key len = 44.323994 GB avg = 0.026 KB total ukey len = 32.800534 GB avg = 0.014 KB total ukey num = 2.321414075 Billion total entry num = 1.700916097 Billion write speed all = 33.851573239 MB/sec (with seq num) write speed all = 33.093523900 MB/sec (without seq num) 2024/11/20-23:02:52.996338 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82897: 199621 keys, 130610399 bytes, temperature: kWarm 2024/11/20-23:02:52.996409 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114972996376, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82897, "file_size": 130610399, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1281110859, "table_properties": {"data_size": 129639280, "index_size": 345728, "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": 4790904, "raw_average_key_size": 24, "raw_value_size": 129427435, "raw_average_value_size": 648, "num_data_blocks": 1, "num_entries": 199621, "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": 1732114969, "oldest_key_time": 0, "file_creation_time": 1732114969, "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": 82897, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:02:53.057796 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082898.sst) /dev/shm/ToplingTemp/Topling-1120002-bFOZ1s 2024/11/20-23:02:54.304140 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082898.sst): first pass time = 1.25's, 107.693'MB/sec 2024/11/20-23:02:55.321036 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082898.sst): part-0: reject ZipStore ratio = 0.802 2024/11/20-23:02:55.639425 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082898.sst): old prealloc_size = 147639500, real_size = 130034448 2024/11/20-23:02:55.639622 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082898.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199363 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.70 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 649.23 avg-zval = 650.30 2024/11/20-23:02:55.639860 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082898.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:02:56.005096 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082898.sst): second pass time = 1.02's, 127.371'MB/sec, value only(96.4% of KV) wait indexing time = 0.32's, remap KeyValue time = 0.37's, 357.437'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1953.485'MB/sec (index lex order gen) rebuild zvType time = 0.30's, 0.165'MB/sec write SST data time = 0.06's, 2039.671'MB/sec dict compress time = 140016.74'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.02's, unzip length = 0.129'GB zip my value throughput = 127.371'MB/sec zip pipeline throughput = 127.371'MB/sec entries = 199363 avg-key = 24.00 avg-zkey = 1.70 avg-val = 649.23 avg-zval = 650.30 usrkeys = 199363 avg-key = 16.00 avg-zkey = 1.70 avg-val = 655.82 avg-zval = 650.30 TagRS{ kinds = RS_Key0_TagN bytes = 31240 } TagArray{ size = 187485 bytes = 679648 } seq expand size = 1312395 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.3933 value = 0.9984 dict = 0.00 all = 1.0269 } Zip/UnZip{ index = 0.1065 value = 1.0016 dict = 0.00 all = 0.9738 } ---------------------------- total value len = 563.457814 GB avg = 0.331 KB (by entry num) total key len = 44.328779 GB avg = 0.026 KB total ukey len = 32.803724 GB avg = 0.014 KB total ukey num = 2.321613438 Billion total entry num = 1.701115460 Billion write speed all = 33.853081250 MB/sec (with seq num) write speed all = 33.095078352 MB/sec (without seq num) 2024/11/20-23:02:56.179366 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82898: 199363 keys, 130698271 bytes, temperature: kWarm 2024/11/20-23:02:56.179431 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114976179401, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82898, "file_size": 130698271, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1281116843, "table_properties": {"data_size": 129644864, "index_size": 339584, "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": 4784712, "raw_average_key_size": 24, "raw_value_size": 129433295, "raw_average_value_size": 649, "num_data_blocks": 1, "num_entries": 199363, "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": 1732114973, "oldest_key_time": 0, "file_creation_time": 1732114973, "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": 82898, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:02:56.245568 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082899.sst) /dev/shm/ToplingTemp/Topling-1120002-X6JUHs 2024/11/20-23:02:57.418014 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082899.sst): first pass time = 1.17's, 114.480'MB/sec 2024/11/20-23:02:58.594444 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082899.sst): part-0: reject ZipStore ratio = 0.801 2024/11/20-23:02:58.860407 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082899.sst): old prealloc_size = 147639500, real_size = 130033952 2024/11/20-23:02:58.860546 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082899.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199409 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.70 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 649.08 avg-zval = 650.14 2024/11/20-23:02:58.860730 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082899.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:02:59.203978 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082899.sst): second pass time = 1.18's, 110.087'MB/sec, value only(96.4% of KV) wait indexing time = 0.27's, remap KeyValue time = 0.34's, 380.302'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2715.796'MB/sec (index lex order gen) rebuild zvType time = 0.26's, 0.188'MB/sec write SST data time = 0.08's, 1666.211'MB/sec dict compress time = 0.00'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.18's, unzip length = 0.129'GB zip my value throughput = 110.087'MB/sec zip pipeline throughput = 110.087'MB/sec entries = 199409 avg-key = 24.00 avg-zkey = 1.70 avg-val = 649.08 avg-zval = 650.14 usrkeys = 199409 avg-key = 16.00 avg-zkey = 1.70 avg-val = 655.13 avg-zval = 650.14 TagRS{ kinds = RS_Key0_TagN bytes = 31240 } TagArray{ size = 172377 bytes = 624880 } seq expand size = 1206639 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.1306 GB } UnZip/Zip{ index = 9.3901 value = 0.9984 dict = 0.00 all = 1.0274 } Zip/UnZip{ index = 0.1065 value = 1.0016 dict = 0.00 all = 0.9734 } ---------------------------- total value len = 563.588453 GB avg = 0.331 KB (by entry num) total key len = 44.333565 GB avg = 0.026 KB total ukey len = 32.806914 GB avg = 0.014 KB total ukey num = 2.321812847 Billion total entry num = 1.701314869 Billion write speed all = 33.854592281 MB/sec (with seq num) write speed all = 33.096635576 MB/sec (without seq num) 2024/11/20-23:02:59.379561 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82899: 199409 keys, 130643039 bytes, temperature: kWarm 2024/11/20-23:02:59.379630 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114979379599, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82899, "file_size": 130643039, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1281116713, "table_properties": {"data_size": 129644112, "index_size": 339776, "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": 4785816, "raw_average_key_size": 24, "raw_value_size": 129432552, "raw_average_value_size": 649, "num_data_blocks": 1, "num_entries": 199409, "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": 1732114976, "oldest_key_time": 0, "file_creation_time": 1732114976, "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": 82899, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:02:59.438961 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082900.sst) /dev/shm/ToplingTemp/Topling-1120002-TdzyZs 2024/11/20-23:03:00.782033 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082900.sst): first pass time = 1.34's, 99.937'MB/sec 2024/11/20-23:03:01.705119 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082900.sst): part-0: reject ZipStore ratio = 0.804 2024/11/20-23:03:01.979673 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082900.sst): old prealloc_size = 147639500, real_size = 130032144 2024/11/20-23:03:01.979863 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082900.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199569 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 = 648.54 avg-zval = 649.60 2024/11/20-23:03:01.980141 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082900.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:03:02.345162 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082900.sst): second pass time = 0.92's, 140.352'MB/sec, value only(96.4% of KV) wait indexing time = 0.27's, remap KeyValue time = 0.37's, 357.631'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2004.100'MB/sec (index lex order gen) rebuild zvType time = 0.30's, 0.164'MB/sec write SST data time = 0.06's, 2164.303'MB/sec dict compress time = 0.00'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.92's, unzip length = 0.129'GB zip my value throughput = 140.352'MB/sec zip pipeline throughput = 140.352'MB/sec entries = 199569 avg-key = 24.00 avg-zkey = 1.71 avg-val = 648.54 avg-zval = 649.60 usrkeys = 199569 avg-key = 16.00 avg-zkey = 1.71 avg-val = 655.54 avg-zval = 649.60 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 199569 bytes = 723456 } seq expand size = 1396983 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.3326 value = 0.9984 dict = 0.00 all = 1.0268 } Zip/UnZip{ index = 0.1072 value = 1.0016 dict = 0.00 all = 0.9739 } ---------------------------- total value len = 563.719279 GB avg = 0.331 KB (by entry num) total key len = 44.338355 GB avg = 0.026 KB total ukey len = 32.810107 GB avg = 0.014 KB total ukey num = 2.322012416 Billion total entry num = 1.701514438 Billion write speed all = 33.856222044 MB/sec (with seq num) write speed all = 33.098309011 MB/sec (without seq num) 2024/11/20-23:03:02.601909 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82900: 199569 keys, 130708511 bytes, temperature: kWarm 2024/11/20-23:03:02.601965 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114982601936, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82900, "file_size": 130708511, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 913148584, "largest_seqno": 1281115813, "table_properties": {"data_size": 129639936, "index_size": 342144, "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": 4789656, "raw_average_key_size": 24, "raw_value_size": 129428212, "raw_average_value_size": 648, "num_data_blocks": 1, "num_entries": 199569, "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": 1732114979, "oldest_key_time": 0, "file_creation_time": 1732114979, "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": 82900, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:03:02.660801 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082901.sst) /dev/shm/ToplingTemp/Topling-1120002-hYucSt 2024/11/20-23:03:03.850585 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082901.sst): first pass time = 1.19's, 112.813'MB/sec 2024/11/20-23:03:05.061396 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082901.sst): part-0: reject ZipStore ratio = 0.806 2024/11/20-23:03:05.338815 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082901.sst): old prealloc_size = 147639500, real_size = 130029552 2024/11/20-23:03:05.338982 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082901.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199892 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.73 raw-val = 0.1294 GB zip-val = 0.1296 GB avg-val = 647.45 avg-zval = 648.52 2024/11/20-23:03:05.339159 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082901.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:03:05.648082 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082901.sst): second pass time = 1.21's, 106.961'MB/sec, value only(96.4% of KV) wait indexing time = 0.28's, remap KeyValue time = 0.31's, 421.758'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2321.112'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.197'MB/sec write SST data time = 0.06's, 2330.988'MB/sec dict compress time = 0.00'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.21's, unzip length = 0.129'GB zip my value throughput = 106.961'MB/sec zip pipeline throughput = 196.755'MB/sec entries = 199892 avg-key = 24.00 avg-zkey = 1.73 avg-val = 647.45 avg-zval = 648.52 usrkeys = 199892 avg-key = 16.00 avg-zkey = 1.73 avg-val = 651.42 avg-zval = 648.52 TagRS{ kinds = RS_Key0_TagN bytes = 31320 } TagArray{ size = 113135 bytes = 410128 } seq expand size = 791945 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.1304 GB } UnZip/Zip{ index = 9.2337 value = 0.9984 dict = 0.00 all = 1.0291 } Zip/UnZip{ index = 0.1083 value = 1.0016 dict = 0.00 all = 0.9717 } ---------------------------- total value len = 563.849492 GB avg = 0.331 KB (by entry num) total key len = 44.343152 GB avg = 0.026 KB total ukey len = 32.813305 GB avg = 0.014 KB total ukey num = 2.322212308 Billion total entry num = 1.701714330 Billion write speed all = 33.857512808 MB/sec (with seq num) write speed all = 33.099650110 MB/sec (without seq num) 2024/11/20-23:03:05.845704 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82901: 199892 keys, 130423839 bytes, temperature: kWarm 2024/11/20-23:03:05.845796 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114985845749, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82901, "file_size": 130423839, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1281112230, "table_properties": {"data_size": 129633056, "index_size": 346368, "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": 4797408, "raw_average_key_size": 24, "raw_value_size": 129420936, "raw_average_value_size": 647, "num_data_blocks": 1, "num_entries": 199892, "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": 1732114982, "oldest_key_time": 0, "file_creation_time": 1732114982, "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": 82901, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:03:05.982281 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082902.sst) /dev/shm/ToplingTemp/Topling-1120002-XwpHhu 2024/11/20-23:03:07.343733 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082902.sst): first pass time = 1.36's, 98.588'MB/sec 2024/11/20-23:03:08.658169 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082902.sst): part-0: reject ZipStore ratio = 0.803 2024/11/20-23:03:08.923846 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082902.sst): old prealloc_size = 147639500, real_size = 130049616 2024/11/20-23:03:08.924008 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082902.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 199035 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.1297 GB avg-val = 650.34 avg-zval = 651.41 2024/11/20-23:03:08.924239 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082902.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0004 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:03:09.226206 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082902.sst): second pass time = 1.31's, 98.526'MB/sec, value only(96.4% of KV) wait indexing time = 0.27's, remap KeyValue time = 0.30's, 432.225'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2326.758'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.202'MB/sec write SST data time = 0.06's, 2331.166'MB/sec dict compress time = 0.00'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.31's, unzip length = 0.129'GB zip my value throughput = 98.526'MB/sec zip pipeline throughput = 106.998'MB/sec entries = 199035 avg-key = 24.00 avg-zkey = 1.74 avg-val = 650.34 avg-zval = 651.41 usrkeys = 199035 avg-key = 16.00 avg-zkey = 1.74 avg-val = 656.61 avg-zval = 651.41 TagRS{ kinds = RS_Key0_TagN bytes = 31200 } TagArray{ size = 178080 bytes = 645552 } seq expand size = 1246560 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.1297 GB dict = 0.00 MB all = 0.1307 GB } UnZip/Zip{ index = 9.1738 value = 0.9984 dict = 0.00 all = 1.0271 } Zip/UnZip{ index = 0.1090 value = 1.0016 dict = 0.00 all = 0.9736 } ---------------------------- total value len = 563.980180 GB avg = 0.331 KB (by entry num) total key len = 44.347929 GB avg = 0.026 KB total ukey len = 32.816490 GB avg = 0.014 KB total ukey num = 2.322411343 Billion total entry num = 1.701913365 Billion write speed all = 33.858309713 MB/sec (with seq num) write speed all = 33.100509322 MB/sec (without seq num) 2024/11/20-23:03:09.392697 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82902: 199035 keys, 130679583 bytes, temperature: kWarm 2024/11/20-23:03:09.392766 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114989392734, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82902, "file_size": 130679583, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1281116848, "table_properties": {"data_size": 129652544, "index_size": 347136, "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": 4776840, "raw_average_key_size": 24, "raw_value_size": 129441402, "raw_average_value_size": 650, "num_data_blocks": 1, "num_entries": 199035, "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": 1732114985, "oldest_key_time": 0, "file_creation_time": 1732114985, "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": 82902, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:03:09.454688 140008643733056 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082903.sst) /dev/shm/ToplingTemp/Topling-1120002-XPyL1v 2024/11/20-23:03:09.823480 140008643733056 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082903.sst): first pass time = 0.37's, 119.598'MB/sec 2024/11/20-23:03:10.280501 140008643733056 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082903.sst): part-0: reject ZipStore ratio = 0.819 2024/11/20-23:03:10.390378 140008643733056 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082903.sst): old prealloc_size = 147639500, real_size = 42732800 2024/11/20-23:03:10.390469 140008643733056 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082903.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 65490 prefix = 4 raw-key = 0.0008 GB zip-key = 0.0001 GB avg-key = 12.00 avg-zkey = 1.78 raw-val = 0.0425 GB zip-val = 0.0426 GB avg-val = 649.42 avg-zval = 650.48 2024/11/20-23:03:10.390567 140008643733056 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082903.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0001 GB, waited 0.000 sec, Key+Value = 0.044 GB 2024/11/20-23:03:10.492795 140008643733056 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00/082903.sst): second pass time = 0.46's, 93.233'MB/sec, value only(96.4% of KV) wait indexing time = 0.11's, remap KeyValue time = 0.10's, 419.473'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1584.646'MB/sec (index lex order gen) rebuild zvType time = 0.08's, 0.196'MB/sec write SST data time = 0.02's, 2299.188'MB/sec dict compress time = 0.00'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.46's, unzip length = 0.043'GB zip my value throughput = 93.233'MB/sec zip pipeline throughput = 93.233'MB/sec entries = 65490 avg-key = 24.00 avg-zkey = 1.78 avg-val = 649.42 avg-zval = 650.48 usrkeys = 65490 avg-key = 16.00 avg-zkey = 1.78 avg-val = 656.42 avg-zval = 650.48 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 65490 bytes = 237424 } seq expand size = 458430 multi value expand size = 0 cnt WriteAppend = 5202 UnZipSize{ index = 0.0010 GB value = 0.0425 GB dict = 0.00 MB all = 0.0441 GB } __ZipSize{ index = 0.0001 GB value = 0.0426 GB dict = 0.00 MB all = 0.0430 GB } UnZip/Zip{ index = 9.0008 value = 0.9984 dict = 0.00 all = 1.0267 } Zip/UnZip{ index = 0.1111 value = 1.0016 dict = 0.00 all = 0.9740 } ---------------------------- total value len = 564.023168 GB avg = 0.331 KB (by entry num) total key len = 44.349501 GB avg = 0.026 KB total ukey len = 32.817538 GB avg = 0.014 KB total ukey num = 2.322476833 Billion total entry num = 1.701978855 Billion write speed all = 33.858402978 MB/sec (with seq num) write speed all = 33.100626846 MB/sec (without seq num) 2024/11/20-23:03:10.552207 140008643733056 [compaction_job.cc:1948] [default] [JOB 19474] Generated table #82903: 65490 keys, 42955550 bytes, temperature: kWarm 2024/11/20-23:03:10.552277 140008643733056 EVENT_LOG_v1 {"time_micros": 1732114990552245, "cf_name": "default", "job": 19474, "event": "table_file_creation", "file_number": 82903, "file_size": 42955550, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 969523557, "largest_seqno": 1281104515, "table_properties": {"data_size": 42599856, "index_size": 116416, "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": 1571760, "raw_average_key_size": 24, "raw_value_size": 42530274, "raw_average_value_size": 649, "num_data_blocks": 1, "num_entries": 65490, "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": 1732114989, "oldest_key_time": 0, "file_creation_time": 1732114989, "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": 82903, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:03:10.573644 140008643733056 [compaction_job.cc:703] job-19474: subcompact[0], size: 0.957433 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-19474/att-00 [082896,082897,082898,082899,082900,082901,082902,082903] 2024/11/20-23:03:10.681784 140008643733056 (Original Log Time 2024/11/20-23:02:45.989018) EVENT_LOG_v1 {"time_micros": 1732114965988959, "job": 19474, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [82889], "files_L3": [82820, 82821, 82822, 82823, 82824, 82825, 82826, 82827], "score": 0.992453, "input_data_size": 983428689, "oldest_snapshot_seqno": 1281815932} 2024/11/20-23:03:10.681788 140008643733056 (Original Log Time 2024/11/20-23:03:10.680888) [compaction_job.cc:2022] [default] [JOB 19474] Compacted 1@2 + 8@3 files to L3 => 957433335 bytes 2024/11/20-23:03:10.681789 140008643733056 (Original Log Time 2024/11/20-23:03:10.681713) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 8 0 0 0] max score 0.04, MB/sec: 40.0 rd, 38.9 wr, level 3, files in(1, 8) out(8 +0 blob) MB in(28.5, 909.4 +0.0 blob) out(913.1 +0.0 blob), read-write-amplify(64.9) write-amplify(32.0) OK, records in: 1501505, records dropped: 39248 output_compression: Snappy 2024/11/20-23:03:10.681793 140008643733056 (Original Log Time 2024/11/20-23:03:10.681760) EVENT_LOG_v1 {"time_micros": 1732114990681737, "cf": "default", "job": 19474, "event": "compaction_finished", "compaction_time_micros": 24584638, "compaction_time_cpu_micros": 6555494, "output_level": 3, "num_output_files": 8, "total_output_size": 957433335, "num_input_records": 1501505, "num_output_records": 1462257, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 635062202, "file_range_sync_nanos": 0, "file_fsync_nanos": 7847, "file_prepare_write_nanos": 4352702, "lsm_state": [0, 0, 0, 8, 0, 0, 0]} 2024/11/20-23:03:10.806196 140008643733056 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":1732114965,"executesMs":24825,"compactionJobId":19474,"attempt":0,"compactionInputRawBytes":1010246433,"compactionInputZipBytes":983428689,"compactionOutputRawBytes":0,"compactionOutputZipBytes":957433335,"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-984399a85d36da8138cd578b847b57cd-995568a5464f77a1-00"}}, response = 2024/11/20-23:03:10.806300 140008643733056 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-19474/att-00: olev 3, work 24.825 s, result 6.053 ms, install 0.923 ms, input{raw 963.446 MiB zip 937.871 MiB}