2024/11/20-18:32:07.335250 140007989102144 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00: fork to child time = 0.009587 sec 2024/11/20-18:32:07.335812 140007989102144 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00 2024/11/20-18:32:07.342345 140007989102144 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00 2024/11/20-18:32:07.344001 140007989102144 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-18:32:07.344269 140007989102144 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-18:32:07.403868 140007989102144 [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-05666/att-00/MANIFEST-049091 2024/11/20-18:32:07.457292 140007989102144 [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-05666/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 57229, last_sequence is 965279768, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 56548 2024/11/20-18:32:07.457304 140007989102144 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-18:32:07.457399 140007989102144 [version_set.cc:5724] Creating manifest 57229 2024/11/20-18:32:07.490075 140007989102144 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-18:32:07.514933 140007989102144 [compaction_job.cc:2437] [default] [JOB 5666] Compacting 1@2 + 8@3 files to L3, score 0.63, subcompactions 1 : 1 2024/11/20-18:32:07.514966 140007989102144 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 5279 Base level 2, inputs: [57213(62MB)], [57025(100MB) 57026(100MB) 57027(100MB) 57028(100MB) 57029(100MB) 57030(100MB) 57031(100MB) 57032(100MB)] 2024/11/20-18:32:07.536263 140007989102144 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-18:32:07.536304 140007989102144 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-18:32:07.536349 140007989102144 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-18:32:07.536362 140007989102144 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-18:32:07.536393 140007989102144 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-18:32:09.336057 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057230.sst) /dev/shm/ToplingTemp/Topling-825309-XjQrRd 2024/11/20-18:32:09.606298 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057230.sst): first pass time = 0.27's, 496.761'MB/sec 2024/11/20-18:32:10.809347 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057230.sst): old prealloc_size = 147639500, real_size = 103823104 2024/11/20-18:32:10.809515 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057230.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200690 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.1034 GB avg-val = 644.78 avg-zval = 515.38 2024/11/20-18:32:10.809734 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057230.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:11.271642 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057230.sst): second pass time = 1.20's, 107.632'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.46's, 228.821'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2286.636'MB/sec (index lex order gen) rebuild zvType time = 0.37's, 0.134'MB/sec write SST data time = 0.09's, 1188.734'MB/sec dict compress time = 8388068008.56's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.347'MB, throughput = 24038.520'MB/sec zip my value time = 1.20's, unzip length = 0.129'GB zip my value throughput = 107.632'MB/sec zip pipeline throughput = 167.858'MB/sec entries = 200690 avg-key = 24.00 avg-zkey = 1.70 avg-val = 644.78 avg-zval = 515.38 usrkeys = 200690 avg-key = 16.00 avg-zkey = 1.70 avg-val = 651.25 avg-zval = 515.38 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 185345 bytes = 625552 } seq expand size = 1297415 multi value expand size = 0 cnt WriteAppend = 67 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1058 GB } UnZip/Zip{ index = 9.4380 value = 1.2511 dict = 1.00 all = 1.2688 } Zip/UnZip{ index = 0.1060 value = 0.7993 dict = 1.00 all = 0.7881 } ---------------------------- total value len = 0.130699 GB avg = 0.651 KB (by entry num) total key len = 0.004817 GB avg = 0.024 KB total ukey len = 0.003211 GB avg = 0.016 KB total ukey num = 0.000200690 Billion total entry num = 0.000200690 Billion write speed all = 0.003864200 MB/sec (with seq num) write speed all = 0.003818419 MB/sec (without seq num) 2024/11/20-18:32:11.401717 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57230: 200690 keys, 105779421 bytes, temperature: kWarm 2024/11/20-18:32:11.401980 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098731401787, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57230, "file_size": 105779421, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 963091068, "table_properties": {"data_size": 103432496, "index_size": 340224, "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": 4816560, "raw_average_key_size": 24, "raw_value_size": 129401319, "raw_average_value_size": 644, "num_data_blocks": 1, "num_entries": 200690, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098729, "oldest_key_time": 0, "file_creation_time": 1732098729, "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": 57230, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:11.466184 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057231.sst) /dev/shm/ToplingTemp/Topling-825309-Oh9IIa 2024/11/20-18:32:12.923386 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057231.sst): first pass time = 1.46's, 92.110'MB/sec 2024/11/20-18:32:14.214807 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057231.sst): old prealloc_size = 147639500, real_size = 103844256 2024/11/20-18:32:14.215017 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057231.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200599 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1035 GB avg-val = 645.09 avg-zval = 515.73 2024/11/20-18:32:14.215226 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057231.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:14.538102 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057231.sst): second pass time = 1.29's, 100.265'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.32's, 326.652'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1583.296'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.199'MB/sec write SST data time = 0.07's, 1483.874'MB/sec dict compress time = 8388068008.56's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.345'MB, throughput = 23821.257'MB/sec zip my value time = 1.29's, unzip length = 0.129'GB zip my value throughput = 100.265'MB/sec zip pipeline throughput = 116.467'MB/sec entries = 200599 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.09 avg-zval = 515.73 usrkeys = 200599 avg-key = 16.00 avg-zkey = 1.69 avg-val = 649.46 avg-zval = 515.73 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 125188 bytes = 422528 } seq expand size = 876316 multi value expand size = 0 cnt WriteAppend = 34 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.34 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1035 GB dict = 1.34 MB all = 0.1056 GB } UnZip/Zip{ index = 9.4694 value = 1.2508 dict = 1.00 all = 1.2711 } Zip/UnZip{ index = 0.1056 value = 0.7995 dict = 1.00 all = 0.7867 } ---------------------------- total value len = 0.260979 GB avg = 0.650 KB (by entry num) total key len = 0.009631 GB avg = 0.024 KB total ukey len = 0.006421 GB avg = 0.016 KB total ukey num = 0.000401289 Billion total entry num = 0.000401289 Billion write speed all = 0.007715686 MB/sec (with seq num) write speed all = 0.007624153 MB/sec (without seq num) 2024/11/20-18:32:14.705832 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57231: 200599 keys, 105595923 bytes, temperature: kWarm 2024/11/20-18:32:14.705890 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098734705860, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57231, "file_size": 105595923, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 963090969, "table_properties": {"data_size": 103454992, "index_size": 338944, "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": 4814376, "raw_average_key_size": 24, "raw_value_size": 129403950, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200599, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098731, "oldest_key_time": 0, "file_creation_time": 1732098731, "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": 57231, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:14.756262 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057232.sst) /dev/shm/ToplingTemp/Topling-825309-Ke8aFc 2024/11/20-18:32:16.010923 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057232.sst): first pass time = 1.25's, 106.978'MB/sec 2024/11/20-18:32:17.314666 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057232.sst): old prealloc_size = 147639500, real_size = 103824448 2024/11/20-18:32:17.314861 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057232.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200574 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 645.17 avg-zval = 515.70 2024/11/20-18:32:17.315037 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057232.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:17.645570 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057232.sst): second pass time = 1.30's, 99.315'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.33's, 319.098'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1929.798'MB/sec (index lex order gen) rebuild zvType time = 0.26's, 0.192'MB/sec write SST data time = 0.07's, 1532.295'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.350'MB, throughput = 41889.782'MB/sec zip my value time = 1.30's, unzip length = 0.129'GB zip my value throughput = 99.315'MB/sec zip pipeline throughput = 134.435'MB/sec entries = 200574 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.17 avg-zval = 515.70 usrkeys = 200574 avg-key = 16.00 avg-zkey = 1.69 avg-val = 649.78 avg-zval = 515.70 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 132195 bytes = 429648 } seq expand size = 925365 multi value expand size = 0 cnt WriteAppend = 42 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1056 GB } UnZip/Zip{ index = 9.4682 value = 1.2511 dict = 1.00 all = 1.2711 } Zip/UnZip{ index = 0.1056 value = 0.7993 dict = 1.00 all = 0.7867 } ---------------------------- total value len = 0.391309 GB avg = 0.650 KB (by entry num) total key len = 0.014445 GB avg = 0.024 KB total ukey len = 0.009630 GB avg = 0.016 KB total ukey num = 0.000601863 Billion total entry num = 0.000601863 Billion write speed all = 0.011567903 MB/sec (with seq num) write speed all = 0.011430632 MB/sec (without seq num) 2024/11/20-18:32:17.803956 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57232: 200574 keys, 105588197 bytes, temperature: kWarm 2024/11/20-18:32:17.804005 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098737803978, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57232, "file_size": 105588197, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 963091037, "table_properties": {"data_size": 103435184, "index_size": 338944, "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": 4813776, "raw_average_key_size": 24, "raw_value_size": 129404466, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200574, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098734, "oldest_key_time": 0, "file_creation_time": 1732098734, "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": 57232, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:17.860676 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057233.sst) /dev/shm/ToplingTemp/Topling-825309-voBzPa 2024/11/20-18:32:19.097977 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057233.sst): first pass time = 1.24's, 108.479'MB/sec 2024/11/20-18:32:20.369499 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057233.sst): old prealloc_size = 147639500, real_size = 103823040 2024/11/20-18:32:20.369689 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057233.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200551 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 645.25 avg-zval = 515.75 2024/11/20-18:32:20.369854 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057233.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:20.755604 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057233.sst): second pass time = 1.27's, 101.837'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.39's, 273.384'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2045.099'MB/sec (index lex order gen) rebuild zvType time = 0.31's, 0.159'MB/sec write SST data time = 0.07's, 1483.508'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.349'MB, throughput = 26334.960'MB/sec zip my value time = 1.27's, unzip length = 0.129'GB zip my value throughput = 101.837'MB/sec zip pipeline throughput = 125.848'MB/sec entries = 200551 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.25 avg-zval = 515.75 usrkeys = 200551 avg-key = 16.00 avg-zkey = 1.69 avg-val = 649.66 avg-zval = 515.75 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 126565 bytes = 395536 } seq expand size = 885955 multi value expand size = 0 cnt WriteAppend = 17 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1056 GB } UnZip/Zip{ index = 9.4778 value = 1.2511 dict = 1.00 all = 1.2716 } Zip/UnZip{ index = 0.1055 value = 0.7993 dict = 1.00 all = 0.7864 } ---------------------------- total value len = 0.521599 GB avg = 0.650 KB (by entry num) total key len = 0.019258 GB avg = 0.024 KB total ukey len = 0.012839 GB avg = 0.016 KB total ukey num = 0.000802414 Billion total entry num = 0.000802414 Billion write speed all = 0.015418302 MB/sec (with seq num) write speed all = 0.015235306 MB/sec (without seq num) 2024/11/20-18:32:20.909384 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57233: 200551 keys, 105552072 bytes, temperature: kWarm 2024/11/20-18:32:20.909443 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098740909413, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57233, "file_size": 105552072, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 961629064, "table_properties": {"data_size": 103434160, "index_size": 338560, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 4813224, "raw_average_key_size": 24, "raw_value_size": 129404632, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200551, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098737, "oldest_key_time": 0, "file_creation_time": 1732098737, "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": 57233, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:20.954942 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057234.sst) /dev/shm/ToplingTemp/Topling-825309-MOf9R9 2024/11/20-18:32:22.274243 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057234.sst): first pass time = 1.32's, 101.737'MB/sec 2024/11/20-18:32:23.555179 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057234.sst): old prealloc_size = 147639500, real_size = 103810656 2024/11/20-18:32:23.555410 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057234.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200641 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 644.95 avg-zval = 515.46 2024/11/20-18:32:23.555556 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057234.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:23.933819 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057234.sst): second pass time = 1.28's, 101.093'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.38's, 278.339'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1661.538'MB/sec (index lex order gen) rebuild zvType time = 0.31's, 0.162'MB/sec write SST data time = 0.07's, 1534.670'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.348'MB, throughput = 42659.410'MB/sec zip my value time = 1.28's, unzip length = 0.129'GB zip my value throughput = 101.093'MB/sec zip pipeline throughput = 101.093'MB/sec entries = 200641 avg-key = 24.00 avg-zkey = 1.69 avg-val = 644.95 avg-zval = 515.46 usrkeys = 200641 avg-key = 16.00 avg-zkey = 1.69 avg-val = 647.67 avg-zval = 515.46 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 78158 bytes = 244256 } seq expand size = 547106 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1054 GB } UnZip/Zip{ index = 9.4785 value = 1.2512 dict = 1.00 all = 1.2736 } Zip/UnZip{ index = 0.1055 value = 0.7992 dict = 1.00 all = 0.7852 } ---------------------------- total value len = 0.651550 GB avg = 0.650 KB (by entry num) total key len = 0.024073 GB avg = 0.024 KB total ukey len = 0.016049 GB avg = 0.016 KB total ukey num = 0.001003055 Billion total entry num = 0.001003055 Billion write speed all = 0.019258338 MB/sec (with seq num) write speed all = 0.019029605 MB/sec (without seq num) 2024/11/20-18:32:24.110432 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57234: 200641 keys, 105387063 bytes, temperature: kWarm 2024/11/20-18:32:24.110504 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098744110471, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57234, "file_size": 105387063, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 963091032, "table_properties": {"data_size": 103421648, "index_size": 338688, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 4815384, "raw_average_key_size": 24, "raw_value_size": 129402998, "raw_average_value_size": 644, "num_data_blocks": 1, "num_entries": 200641, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098740, "oldest_key_time": 0, "file_creation_time": 1732098740, "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": 57234, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:24.157227 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057235.sst) /dev/shm/ToplingTemp/Topling-825309-nW17qc 2024/11/20-18:32:25.434603 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057235.sst): first pass time = 1.28's, 105.076'MB/sec 2024/11/20-18:32:26.716789 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057235.sst): old prealloc_size = 147639500, real_size = 103816704 2024/11/20-18:32:26.716939 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057235.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200602 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 645.08 avg-zval = 515.59 2024/11/20-18:32:26.717000 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057235.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:27.099533 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057235.sst): second pass time = 1.28's, 100.981'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.38's, 274.744'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2675.724'MB/sec (index lex order gen) rebuild zvType time = 0.32's, 0.156'MB/sec write SST data time = 0.06's, 1729.557'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.352'MB, throughput = 17667.938'MB/sec zip my value time = 1.28's, unzip length = 0.129'GB zip my value throughput = 100.981'MB/sec zip pipeline throughput = 120.300'MB/sec entries = 200602 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.08 avg-zval = 515.59 usrkeys = 200602 avg-key = 16.00 avg-zkey = 1.69 avg-val = 645.09 avg-zval = 515.59 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 484 bytes = 1472 } seq expand size = 3388 multi value expand size = 0 cnt WriteAppend = 25 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1052 GB } UnZip/Zip{ index = 9.4749 value = 1.2511 dict = 1.00 all = 1.2764 } Zip/UnZip{ index = 0.1055 value = 0.7993 dict = 1.00 all = 0.7835 } ---------------------------- total value len = 0.780956 GB avg = 0.649 KB (by entry num) total key len = 0.028888 GB avg = 0.024 KB total ukey len = 0.019259 GB avg = 0.016 KB total ukey num = 0.001203657 Billion total entry num = 0.001203657 Billion write speed all = 0.023082175 MB/sec (with seq num) write speed all = 0.022807722 MB/sec (without seq num) 2024/11/20-18:32:27.224181 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57235: 200602 keys, 105154509 bytes, temperature: kWarm 2024/11/20-18:32:27.224248 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098747224216, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57235, "file_size": 105154509, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 960332664, "table_properties": {"data_size": 103427632, "index_size": 338752, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 4814448, "raw_average_key_size": 24, "raw_value_size": 129403449, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200602, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098744, "oldest_key_time": 0, "file_creation_time": 1732098744, "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": 57235, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:27.269346 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057236.sst) /dev/shm/ToplingTemp/Topling-825309-PaNXPa 2024/11/20-18:32:28.497524 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057236.sst): first pass time = 1.23's, 109.286'MB/sec 2024/11/20-18:32:30.238756 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057236.sst): old prealloc_size = 147639500, real_size = 103823248 2024/11/20-18:32:30.238960 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057236.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200599 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 645.09 avg-zval = 515.63 2024/11/20-18:32:30.239092 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057236.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:30.615506 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057236.sst): second pass time = 1.74's, 74.356'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.38's, 279.445'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1889.464'MB/sec (index lex order gen) rebuild zvType time = 0.31's, 0.163'MB/sec write SST data time = 0.07's, 1546.191'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.351'MB, throughput = 40735.175'MB/sec zip my value time = 1.74's, unzip length = 0.129'GB zip my value throughput = 74.356'MB/sec zip pipeline throughput = 219.127'MB/sec entries = 200599 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.09 avg-zval = 515.63 usrkeys = 200599 avg-key = 16.00 avg-zkey = 1.69 avg-val = 646.69 avg-zval = 515.63 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 45927 bytes = 120576 } seq expand size = 321489 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1053 GB } UnZip/Zip{ index = 9.4783 value = 1.2511 dict = 1.00 all = 1.2749 } Zip/UnZip{ index = 0.1055 value = 0.7993 dict = 1.00 all = 0.7844 } ---------------------------- total value len = 0.910682 GB avg = 0.649 KB (by entry num) total key len = 0.033702 GB avg = 0.024 KB total ukey len = 0.022468 GB avg = 0.016 KB total ukey num = 0.001404256 Billion total entry num = 0.001404256 Billion write speed all = 0.026914131 MB/sec (with seq num) write speed all = 0.026593970 MB/sec (without seq num) 2024/11/20-18:32:30.754731 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57236: 200599 keys, 105278477 bytes, temperature: kWarm 2024/11/20-18:32:30.754796 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098750754766, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57236, "file_size": 105278477, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 951963502, "table_properties": {"data_size": 103434304, "index_size": 338624, "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": 4814376, "raw_average_key_size": 24, "raw_value_size": 129403941, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200599, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098747, "oldest_key_time": 0, "file_creation_time": 1732098747, "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": 57236, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:30.801253 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057237.sst) /dev/shm/ToplingTemp/Topling-825309-qpsXGb 2024/11/20-18:32:32.041976 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057237.sst): first pass time = 1.24's, 108.181'MB/sec 2024/11/20-18:32:33.192764 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057237.sst): old prealloc_size = 147639500, real_size = 103816000 2024/11/20-18:32:33.192917 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057237.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 200616 prefix = 4 raw-key = 0.0024 GB zip-key = 0.0003 GB avg-key = 12.00 avg-zkey = 1.69 raw-val = 0.1294 GB zip-val = 0.1034 GB avg-val = 645.03 avg-zval = 515.55 2024/11/20-18:32:33.192997 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057237.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0005 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:32:33.597096 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057237.sst): second pass time = 1.15's, 112.512'MB/sec, value only(96.4% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.40's, 260.359'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2584.694'MB/sec (index lex order gen) rebuild zvType time = 0.33's, 0.152'MB/sec write SST data time = 0.07's, 1405.369'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.349'MB, throughput = 39509.940'MB/sec zip my value time = 1.15's, unzip length = 0.129'GB zip my value throughput = 112.512'MB/sec zip pipeline throughput = 112.512'MB/sec entries = 200616 avg-key = 24.00 avg-zkey = 1.69 avg-val = 645.03 avg-zval = 515.55 usrkeys = 200616 avg-key = 16.00 avg-zkey = 1.69 avg-val = 646.59 avg-zval = 515.55 TagRS{ kinds = RS_Key0_TagN bytes = 31440 } TagArray{ size = 44587 bytes = 111488 } seq expand size = 312109 multi value expand size = 0 cnt WriteAppend = 14 UnZipSize{ index = 0.0032 GB value = 0.1294 GB dict = 1.35 MB all = 0.1342 GB } __ZipSize{ index = 0.0003 GB value = 0.1034 GB dict = 1.35 MB all = 0.1053 GB } UnZip/Zip{ index = 9.4773 value = 1.2512 dict = 1.00 all = 1.2751 } Zip/UnZip{ index = 0.1055 value = 0.7993 dict = 1.00 all = 0.7843 } ---------------------------- total value len = 1.040397 GB avg = 0.648 KB (by entry num) total key len = 0.038517 GB avg = 0.024 KB total ukey len = 0.025678 GB avg = 0.016 KB total ukey num = 0.001604872 Billion total entry num = 0.001604872 Billion write speed all = 0.030745518 MB/sec (with seq num) write speed all = 0.030379649 MB/sec (without seq num) 2024/11/20-18:32:33.757086 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57237: 200616 keys, 105261085 bytes, temperature: kWarm 2024/11/20-18:32:33.757166 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098753757122, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57237, "file_size": 105261085, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 956858705, "table_properties": {"data_size": 103426992, "index_size": 338688, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 4814784, "raw_average_key_size": 24, "raw_value_size": 129403467, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 200616, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 24, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732098750, "oldest_key_time": 0, "file_creation_time": 1732098750, "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": 57237, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:33.813637 140007989102144 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057238.sst) /dev/shm/ToplingTemp/Topling-825309-R7WVgc 2024/11/20-18:32:33.901187 140007989102144 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057238.sst): first pass time = 0.09's, 766.431'MB/sec 2024/11/20-18:32:34.598121 140007989102144 [top_zip_table_builder.cc:2752] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057238.sst): part-0: reject ZipStore ratio = 0.803 2024/11/20-18:32:34.735884 140007989102144 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057238.sst): old prealloc_size = 147639500, real_size = 64970656 2024/11/20-18:32:34.735995 140007989102144 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057238.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZipOffsetBlobStore usrkeys = 100223 prefix = 4 raw-key = 0.0012 GB zip-key = 0.0002 GB avg-key = 12.00 avg-zkey = 1.70 raw-val = 0.0647 GB zip-val = 0.0648 GB avg-val = 645.25 avg-zval = 646.31 2024/11/20-18:32:34.736116 140007989102144 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057238.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.067 GB 2024/11/20-18:32:34.897440 140007989102144 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00/057238.sst): second pass time = 0.69's, 93.962'MB/sec, value only(96.4% of KV) wait indexing time = 0.14's, remap KeyValue time = 0.16's, 403.898'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1823.747'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.195'MB/sec write SST data time = 0.03's, 1985.743'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.69's, unzip length = 0.065'GB zip my value throughput = 93.962'MB/sec zip pipeline throughput = 93.962'MB/sec entries = 100223 avg-key = 24.00 avg-zkey = 1.70 avg-val = 645.25 avg-zval = 646.31 usrkeys = 100223 avg-key = 16.00 avg-zkey = 1.70 avg-val = 652.24 avg-zval = 646.31 TagRS{ kinds = RS_Key0_TagN bytes = 15760 } TagArray{ size = 100074 bytes = 275216 } seq expand size = 700518 multi value expand size = 0 cnt WriteAppend = 7905 UnZipSize{ index = 0.0016 GB value = 0.0647 GB dict = 0.00 MB all = 0.0671 GB } __ZipSize{ index = 0.0002 GB value = 0.0648 GB dict = 0.00 MB all = 0.0652 GB } UnZip/Zip{ index = 9.4301 value = 0.9984 dict = 0.00 all = 1.0281 } Zip/UnZip{ index = 0.1060 value = 1.0016 dict = 0.00 all = 0.9726 } ---------------------------- total value len = 1.105767 GB avg = 0.649 KB (by entry num) total key len = 0.040922 GB avg = 0.024 KB total ukey len = 0.027282 GB avg = 0.016 KB total ukey num = 0.001705095 Billion total entry num = 0.001705095 Billion write speed all = 0.032675673 MB/sec (with seq num) write speed all = 0.032286970 MB/sec (without seq num) 2024/11/20-18:32:34.981859 140007989102144 [compaction_job.cc:1948] [default] [JOB 5666] Generated table #57238: 100223 keys, 65238687 bytes, temperature: kWarm 2024/11/20-18:32:34.981951 140007989102144 EVENT_LOG_v1 {"time_micros": 1732098754981905, "cf_name": "default", "job": 5666, "event": "table_file_creation", "file_number": 57238, "file_size": 65238687, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 963087285, "table_properties": {"data_size": 64775376, "index_size": 170048, "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": 2405352, "raw_average_key_size": 24, "raw_value_size": 64669137, "raw_average_value_size": 645, "num_data_blocks": 1, "num_entries": 100223, "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": 1732098753, "oldest_key_time": 0, "file_creation_time": 1732098753, "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": 57238, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:32:35.048033 140007989102144 [compaction_job.cc:703] job-05666: subcompact[0], size: 0.908835 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05666/att-00 [057230,057231,057232,057233,057234,057235,057236,057237,057238] 2024/11/20-18:32:35.210940 140007989102144 (Original Log Time 2024/11/20-18:32:07.515071) EVENT_LOG_v1 {"time_micros": 1732098727514990, "job": 5666, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [57213], "files_L3": [57025, 57026, 57027, 57028, 57029, 57030, 57031, 57032], "score": 0.626099, "input_data_size": 909060609, "oldest_snapshot_seqno": -1} 2024/11/20-18:32:35.210944 140007989102144 (Original Log Time 2024/11/20-18:32:35.210137) [compaction_job.cc:2022] [default] [JOB 5666] Compacted 1@2 + 8@3 files to L3 => 908835434 bytes 2024/11/20-18:32:35.210945 140007989102144 (Original Log Time 2024/11/20-18:32:35.210895) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.03, MB/sec: 33.0 rd, 33.0 wr, level 3, files in(1, 8) out(9 +0 blob) MB in(62.4, 804.5 +0.0 blob) out(866.7 +0.0 blob), read-write-amplify(27.8) write-amplify(13.9) OK, records in: 1705146, records dropped: 51 output_compression: Snappy 2024/11/20-18:32:35.210949 140007989102144 (Original Log Time 2024/11/20-18:32:35.210928) EVENT_LOG_v1 {"time_micros": 1732098755210911, "cf": "default", "job": 5666, "event": "compaction_finished", "compaction_time_micros": 27532981, "compaction_time_cpu_micros": 5778801, "output_level": 3, "num_output_files": 9, "total_output_size": 908835434, "num_input_records": 1705146, "num_output_records": 1705095, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 689594838, "file_range_sync_nanos": 0, "file_fsync_nanos": 8056, "file_prepare_write_nanos": 414978, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-18:32:35.344642 140007989102144 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":1732098727,"executesMs":27867,"compactionJobId":5666,"attempt":0,"compactionInputRawBytes":1140853540,"compactionInputZipBytes":909060609,"compactionOutputRawBytes":0,"compactionOutputZipBytes":908835434,"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-fe587077f9b2c51b400f6a56b98ee5d4-e9eef77939e7713c-00"}}, response = 2024/11/20-18:32:35.344722 140007989102144 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-05666/att-00: olev 3, work 27.867 s, result 7.541 ms, install 0.824 ms, input{raw 1.063 GiB zip 866.948 MiB}