2024/11/20-18:47:16.580172 140007963924032 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00: fork to child time = 0.009238 sec 2024/11/20-18:47:16.580708 140007963924032 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00 2024/11/20-18:47:16.587101 140007963924032 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00 2024/11/20-18:47:16.588689 140007963924032 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-18:47:16.588921 140007963924032 [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:47:16.635793 140007963924032 [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-06743/att-00/MANIFEST-049091 2024/11/20-18:47:16.713978 140007963924032 [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-06743/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 59125, last_sequence is 988669741, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 58922 2024/11/20-18:47:16.713992 140007963924032 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-18:47:16.714109 140007963924032 [version_set.cc:5724] Creating manifest 59125 2024/11/20-18:47:16.745261 140007963924032 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-18:47:16.764252 140007963924032 [compaction_job.cc:2437] [default] [JOB 6743] Compacting 1@2 + 6@3 files to L3, score 0.78, subcompactions 1 : 1 2024/11/20-18:47:16.764266 140007963924032 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 6151 Base level 2, inputs: [59083(31MB)], [59042(40MB) 59043(39MB) 59044(39MB) 59045(39MB) 59046(39MB) 59103(40MB)] 2024/11/20-18:47:16.772802 140007963924032 [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:47:16.772835 140007963924032 [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:47:16.772863 140007963924032 [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:47:16.772875 140007963924032 [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:47:16.772889 140007963924032 [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:47:17.589207 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059126.sst) /dev/shm/ToplingTemp/Topling-851347-M4qWV1 2024/11/20-18:47:17.765078 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059126.sst): first pass time = 0.18's, 763.360'MB/sec 2024/11/20-18:47:18.367008 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059126.sst): old prealloc_size = 147639500, real_size = 40534832 2024/11/20-18:47:18.367154 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059126.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.98 avg-zval = 311.23 2024/11/20-18:47:18.367256 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059126.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:47:18.529933 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059126.sst): second pass time = 0.60's, 218.999'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.874'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2177.583'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 920.351'MB/sec dict compress time = 4124844759.11's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45485.145'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 218.999'MB/sec zip pipeline throughput = 218.999'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.98 avg-zval = 311.23 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1018.96 avg-zval = 311.23 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 36604 bytes = 114400 } seq expand size = 256228 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0420 GB } UnZip/Zip{ index = 7.0753 value = 3.2676 dict = 1.00 all = 3.1944 } Zip/UnZip{ index = 0.1413 value = 0.3060 dict = 1.00 all = 0.3130 } ---------------------------- total value len = 0.131885 GB avg = 1.019 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129431 Billion total entry num = 0.000129431 Billion write speed all = 0.003737811 MB/sec (with seq num) write speed all = 0.003709030 MB/sec (without seq num) 2024/11/20-18:47:18.582674 140007963924032 [compaction_job.cc:1948] [default] [JOB 6743] Generated table #59126: 129431 keys, 42016811 bytes, temperature: kWarm 2024/11/20-18:47:18.582764 140007963924032 EVENT_LOG_v1 {"time_micros": 1732099638582722, "cf_name": "default", "job": 6743, "event": "table_file_creation", "file_number": 59126, "file_size": 42016811, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 988169808, "table_properties": {"data_size": 40282784, "index_size": 219520, "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": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629211, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732099637, "oldest_key_time": 0, "file_creation_time": 1732099637, "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": 59126, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:47:18.618229 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059127.sst) /dev/shm/ToplingTemp/Topling-851347-5cZcE3 2024/11/20-18:47:19.261109 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059127.sst): first pass time = 0.64's, 208.790'MB/sec 2024/11/20-18:47:19.848356 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059127.sst): old prealloc_size = 147639500, real_size = 40367888 2024/11/20-18:47:19.848473 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059127.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 309.92 2024/11/20-18:47:19.848531 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059127.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:47:20.006557 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059127.sst): second pass time = 0.59's, 224.421'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.899'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2330.459'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.04's, 981.496'MB/sec dict compress time = 4124844759.11's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42487.464'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 224.421'MB/sec zip pipeline throughput = 224.421'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.98 avg-zval = 309.92 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.12 avg-zval = 309.92 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2726 bytes = 8880 } seq expand size = 19082 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 7.0181 value = 3.2814 dict = 1.00 all = 3.2152 } Zip/UnZip{ index = 0.1425 value = 0.3048 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.263534 GB avg = 1.018 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258863 Billion total entry num = 0.000258863 Billion write speed all = 0.007468725 MB/sec (with seq num) write speed all = 0.007411165 MB/sec (without seq num) 2024/11/20-18:47:20.056438 140007963924032 [compaction_job.cc:1948] [default] [JOB 6743] Generated table #59127: 129432 keys, 41744204 bytes, temperature: kWarm 2024/11/20-18:47:20.056506 140007963924032 EVENT_LOG_v1 {"time_micros": 1732099640056474, "cf_name": "default", "job": 6743, "event": "table_file_creation", "file_number": 59127, "file_size": 41744204, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 988154884, "table_properties": {"data_size": 40114048, "index_size": 221312, "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": 2588640, "raw_average_key_size": 20, "raw_value_size": 131629268, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732099638, "oldest_key_time": 0, "file_creation_time": 1732099638, "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": 59127, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:47:20.094411 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059128.sst) /dev/shm/ToplingTemp/Topling-851347-N5F6T1 2024/11/20-18:47:20.726487 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059128.sst): first pass time = 0.63's, 212.360'MB/sec 2024/11/20-18:47:21.268408 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059128.sst): old prealloc_size = 147639500, real_size = 40366608 2024/11/20-18:47:21.268532 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059128.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 309.91 2024/11/20-18:47:21.268588 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059128.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:47:21.427157 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059128.sst): second pass time = 0.54's, 243.260'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.976'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2175.314'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 952.429'MB/sec dict compress time = 0.00's, 1378152.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23828.207'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 243.260'MB/sec zip pipeline throughput = 243.260'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.98 avg-zval = 309.91 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.13 avg-zval = 309.91 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2649 bytes = 8288 } seq expand size = 18543 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 6.9938 value = 3.2815 dict = 1.00 all = 3.2154 } Zip/UnZip{ index = 0.1430 value = 0.3047 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.395181 GB avg = 1.018 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004660 GB avg = 0.012 KB total ukey num = 0.000388294 Billion total entry num = 0.000388294 Billion write speed all = 0.011199331 MB/sec (with seq num) write speed all = 0.011112995 MB/sec (without seq num) 2024/11/20-18:47:21.476431 140007963924032 [compaction_job.cc:1948] [default] [JOB 6743] Generated table #59128: 129431 keys, 41742759 bytes, temperature: kWarm 2024/11/20-18:47:21.476495 140007963924032 EVENT_LOG_v1 {"time_micros": 1732099641476464, "cf_name": "default", "job": 6743, "event": "table_file_creation", "file_number": 59128, "file_size": 41742759, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 988168072, "table_properties": {"data_size": 40112000, "index_size": 222080, "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": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629111, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732099640, "oldest_key_time": 0, "file_creation_time": 1732099640, "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": 59128, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:47:21.510893 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059129.sst) /dev/shm/ToplingTemp/Topling-851347-Hnxv63 2024/11/20-18:47:22.132900 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059129.sst): first pass time = 0.62's, 215.792'MB/sec 2024/11/20-18:47:22.675239 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059129.sst): old prealloc_size = 147639500, real_size = 40367520 2024/11/20-18:47:22.675376 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059129.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 309.94 2024/11/20-18:47:22.675432 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059129.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:47:22.834590 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059129.sst): second pass time = 0.54's, 243.080'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 261.971'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2181.431'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 936.517'MB/sec dict compress time = 0.00's, 1377890.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 33955.741'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 243.080'MB/sec zip pipeline throughput = 243.080'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 309.94 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.12 avg-zval = 309.94 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 1829 bytes = 5728 } seq expand size = 12803 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 7.0280 value = 3.2814 dict = 1.00 all = 3.2155 } Zip/UnZip{ index = 0.1423 value = 0.3047 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.526824 GB avg = 1.018 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517721 Billion total entry num = 0.000517721 Billion write speed all = 0.014929493 MB/sec (with seq num) write speed all = 0.014814383 MB/sec (without seq num) 2024/11/20-18:47:22.884292 140007963924032 [compaction_job.cc:1948] [default] [JOB 6743] Generated table #59129: 129427 keys, 41740833 bytes, temperature: kWarm 2024/11/20-18:47:22.884359 140007963924032 EVENT_LOG_v1 {"time_micros": 1732099642884328, "cf_name": "default", "job": 6743, "event": "table_file_creation", "file_number": 59129, "file_size": 41740833, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 988167500, "table_properties": {"data_size": 40114000, "index_size": 220992, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629375, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732099641, "oldest_key_time": 0, "file_creation_time": 1732099641, "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": 59129, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:47:22.923708 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059130.sst) /dev/shm/ToplingTemp/Topling-851347-3YF3y5 2024/11/20-18:47:23.497821 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059130.sst): first pass time = 0.57's, 233.801'MB/sec 2024/11/20-18:47:23.997080 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059130.sst): old prealloc_size = 147639500, real_size = 40355888 2024/11/20-18:47:23.997213 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059130.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.69 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 309.86 2024/11/20-18:47:23.997269 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059130.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:47:24.155125 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059130.sst): second pass time = 0.50's, 264.078'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 264.004'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1986.519'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 968.669'MB/sec dict compress time = 0.00's, 1378473.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25328.868'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 264.078'MB/sec zip pipeline throughput = 264.078'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.69 avg-val = 1017.02 avg-zval = 309.86 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.69 avg-val = 1017.04 avg-zval = 309.86 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 371 bytes = 1120 } seq expand size = 2597 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 7.0834 value = 3.2822 dict = 1.00 all = 3.2167 } Zip/UnZip{ index = 0.1412 value = 0.3047 dict = 1.00 all = 0.3109 } ---------------------------- total value len = 0.658456 GB avg = 1.017 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647148 Billion total entry num = 0.000647148 Billion write speed all = 0.018659126 MB/sec (with seq num) write speed all = 0.018515245 MB/sec (without seq num) 2024/11/20-18:47:24.204765 140007963924032 [compaction_job.cc:1948] [default] [JOB 6743] Generated table #59130: 129427 keys, 41725224 bytes, temperature: kWarm 2024/11/20-18:47:24.204835 140007963924032 EVENT_LOG_v1 {"time_micros": 1732099644204802, "cf_name": "default", "job": 6743, "event": "table_file_creation", "file_number": 59130, "file_size": 41725224, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 988159123, "table_properties": {"data_size": 40104096, "index_size": 219264, "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": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629416, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732099642, "oldest_key_time": 0, "file_creation_time": 1732099642, "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": 59130, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:47:24.248397 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059131.sst) /dev/shm/ToplingTemp/Topling-851347-fJRfv6 2024/11/20-18:47:24.964801 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059131.sst): first pass time = 0.72's, 187.361'MB/sec 2024/11/20-18:47:25.486982 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059131.sst): old prealloc_size = 147639500, real_size = 40608256 2024/11/20-18:47:25.487138 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059131.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.00 avg-zval = 311.79 2024/11/20-18:47:25.487236 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059131.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-18:47:25.645098 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059131.sst): second pass time = 0.52's, 252.472'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 266.580'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1680.481'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.281'MB/sec write SST data time = 0.04's, 982.628'MB/sec dict compress time = 0.00's, 1377977.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46451.273'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 252.472'MB/sec zip pipeline throughput = 252.472'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 311.79 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1019.99 avg-zval = 311.79 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 55317 bytes = 165968 } seq expand size = 387219 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0404 GB dict = 1.38 MB all = 0.0421 GB } UnZip/Zip{ index = 7.0322 value = 3.2618 dict = 1.00 all = 3.1849 } Zip/UnZip{ index = 0.1422 value = 0.3066 dict = 1.00 all = 0.3140 } ---------------------------- total value len = 0.790473 GB avg = 1.018 KB (by entry num) total key len = 0.015532 GB avg = 0.020 KB total ukey len = 0.009319 GB avg = 0.012 KB total ukey num = 0.000776578 Billion total entry num = 0.000776578 Billion write speed all = 0.022399078 MB/sec (with seq num) write speed all = 0.022226428 MB/sec (without seq num) 2024/11/20-18:47:25.697418 140007963924032 [compaction_job.cc:1948] [default] [JOB 6743] Generated table #59131: 129430 keys, 42141880 bytes, temperature: kWarm 2024/11/20-18:47:25.697487 140007963924032 EVENT_LOG_v1 {"time_micros": 1732099645697455, "cf_name": "default", "job": 6743, "event": "table_file_creation", "file_number": 59131, "file_size": 42141880, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 988169875, "table_properties": {"data_size": 40354864, "index_size": 220864, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629691, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732099644, "oldest_key_time": 0, "file_creation_time": 1732099644, "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": 59131, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:47:25.739689 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059132.sst) /dev/shm/ToplingTemp/Topling-851347-viVCg6 2024/11/20-18:47:25.750122 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059132.sst): first pass time = 0.01's, 503.246'MB/sec 2024/11/20-18:47:25.791035 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059132.sst): old prealloc_size = 147639500, real_size = 1620472 2024/11/20-18:47:25.791107 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059132.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 5043 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.03 raw-val = 0.0051 GB zip-val = 0.0016 GB avg-val =1016.94 avg-zval = 321.02 2024/11/20-18:47:25.799159 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00/059132.sst): second pass time = 0.04's, 127.279'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 206.096'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 6.183'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.195'MB/sec write SST data time = 0.00's, 1029.611'MB/sec dict compress time = 0.00's, 51791.000'MB/sec z-dict build time = 0.00's, sample length = 0.052'MB, throughput = 1906.464'MB/sec zip my value time = 0.04's, unzip length = 0.005'GB zip my value throughput = 127.279'MB/sec zip pipeline throughput = 127.279'MB/sec entries = 5043 avg-key = 20.00 avg-zkey = 0.04 avg-val = 1016.94 avg-zval = 321.02 usrkeys = 5043 avg-key = 12.00 avg-zkey = 0.04 avg-val = 1016.94 avg-zval = 321.02 TagRS{ kinds = RS_Key0_TagN bytes = 880 } TagArray{ size = 2 bytes = 16 } seq expand size = 14 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0051 GB dict = 0.05 MB all = 0.0052 GB } __ZipSize{ index = 0.0000 GB value = 0.0016 GB dict = 0.05 MB all = 0.0017 GB } UnZip/Zip{ index = 315.1875 value = 3.1679 dict = 1.00 all = 3.1257 } Zip/UnZip{ index = 0.0032 value = 0.3157 dict = 1.00 all = 0.3199 } ---------------------------- total value len = 0.795601 GB avg = 1.018 KB (by entry num) total key len = 0.015632 GB avg = 0.020 KB total ukey len = 0.009379 GB avg = 0.012 KB total ukey num = 0.000781621 Billion total entry num = 0.000781621 Billion write speed all = 0.022544305 MB/sec (with seq num) write speed all = 0.022370534 MB/sec (without seq num) 2024/11/20-18:47:25.807407 140007963924032 [compaction_job.cc:1948] [default] [JOB 6743] Generated table #59132: 5043 keys, 1672973 bytes, temperature: kWarm 2024/11/20-18:47:25.807456 140007963924032 EVENT_LOG_v1 {"time_micros": 1732099645807432, "cf_name": "default", "job": 6743, "event": "table_file_creation", "file_number": 59132, "file_size": 1672973, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 986180758, "table_properties": {"data_size": 1618880, "index_size": 192, "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": 100860, "raw_average_key_size": 20, "raw_value_size": 5128404, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 5043, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-UintIndex_AllOne-DictZipBlobStore", "creation_time": 1732099645, "oldest_key_time": 0, "file_creation_time": 1732099645, "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": 59132, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:47:25.817639 140007963924032 [compaction_job.cc:703] job-06743: subcompact[0], size: 0.252785 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06743/att-00 [059126,059127,059128,059129,059130,059131,059132] 2024/11/20-18:47:25.861805 140007963924032 (Original Log Time 2024/11/20-18:47:16.764349) EVENT_LOG_v1 {"time_micros": 1732099636764294, "job": 6743, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [59083], "files_L3": [59042, 59043, 59044, 59045, 59046, 59103], "score": 0.780632, "input_data_size": 283792758, "oldest_snapshot_seqno": 988669702} 2024/11/20-18:47:25.861808 140007963924032 (Original Log Time 2024/11/20-18:47:25.861005) [compaction_job.cc:2022] [default] [JOB 6743] Compacted 1@2 + 6@3 files to L3 => 252784684 bytes 2024/11/20-18:47:25.861810 140007963924032 (Original Log Time 2024/11/20-18:47:25.861738) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 31.3 rd, 27.9 wr, level 3, files in(1, 6) out(7 +0 blob) MB in(31.2, 239.4 +0.0 blob) out(241.1 +0.0 blob), read-write-amplify(16.4) write-amplify(7.7) OK, records in: 808526, records dropped: 26905 output_compression: Snappy 2024/11/20-18:47:25.861814 140007963924032 (Original Log Time 2024/11/20-18:47:25.861786) EVENT_LOG_v1 {"time_micros": 1732099645861762, "cf": "default", "job": 6743, "event": "compaction_finished", "compaction_time_micros": 9053293, "compaction_time_cpu_micros": 2088933, "output_level": 3, "num_output_files": 7, "total_output_size": 252784684, "num_input_records": 808526, "num_output_records": 781621, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 168799708, "file_range_sync_nanos": 0, "file_fsync_nanos": 6160, "file_prepare_write_nanos": 13874, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-18:47:26.005101 140007963924032 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":1732099636,"executesMs":9272,"compactionJobId":6743,"attempt":0,"compactionInputRawBytes":838436801,"compactionInputZipBytes":283792758,"compactionOutputRawBytes":0,"compactionOutputZipBytes":252784684,"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-d517cb8c75e633602c3a75cf97f461df-eb90bdcb5a6bb718-00"}}, response = 2024/11/20-18:47:26.005199 140007963924032 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-06743/att-00: olev 3, work 9.273 s, result 7.729 ms, install 0.824 ms, input{raw 799.596 MiB zip 270.646 MiB}