2024/11/20-15:02:38.948540 140256962987584 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00: fork to child time = 0.025034 sec 2024/11/20-15:02:38.949292 140256962987584 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00 2024/11/20-15:02:38.956881 140256962987584 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00 2024/11/20-15:02:38.959156 140256962987584 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:02:38.959488 140256962987584 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-15:02:39.008477 140256962987584 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-11530/att-00/MANIFEST-019309 2024/11/20-15:02:39.067884 140256962987584 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-11530/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 37718, last_sequence is 676848164, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 37606 2024/11/20-15:02:39.067903 140256962987584 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:02:39.068060 140256962987584 [version_set.cc:5724] Creating manifest 37718 2024/11/20-15:02:39.097314 140256962987584 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:02:39.116915 140256962987584 [compaction_job.cc:2437] [default] [JOB 11530] Compacting 1@2 + 8@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/20-15:02:39.116947 140256962987584 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 9565 Base level 2, inputs: [37689(63MB)], [37586(40MB) 37587(40MB) 37588(39MB) 37589(39MB) 37590(39MB) 37632(40MB) 37633(39MB) 37710(40MB)] 2024/11/20-15:02:39.133181 140256962987584 [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-15:02:39.133223 140256962987584 [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-15:02:39.133251 140256962987584 [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-15:02:39.133262 140256962987584 [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-15:02:39.133277 140256962987584 [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-15:02:40.027140 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037719.sst) /dev/shm/ToplingTemp/Topling-444720-gYKf9Q 2024/11/20-15:02:40.450397 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037719.sst): first pass time = 0.42's, 317.170'MB/sec 2024/11/20-15:02:42.891883 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037719.sst): old prealloc_size = 147639500, real_size = 40981552 2024/11/20-15:02:42.892070 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037719.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.75 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.98 avg-zval = 314.63 2024/11/20-15:02:42.892306 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037719.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-15:02:43.213642 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037719.sst): second pass time = 2.44's, 53.935'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.32's, 132.992'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1407.713'MB/sec (index lex order gen) rebuild zvType time = 0.22's, 0.147'MB/sec write SST data time = 0.10's, 420.500'MB/sec dict compress time = 3403649561.40's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 35511.404'MB/sec zip my value time = 2.44's, unzip length = 0.132'GB zip my value throughput = 53.935'MB/sec zip pipeline throughput = 456.697'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.98 avg-zval = 314.63 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1023.98 avg-zval = 314.63 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129432 bytes = 453024 } seq expand size = 906024 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.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.8594 value = 3.2324 dict = 1.00 all = 3.1373 } Zip/UnZip{ index = 0.1458 value = 0.3094 dict = 1.00 all = 0.3187 } ---------------------------- total value len = 0.132536 GB avg = 1.024 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.000129432 Billion total entry num = 0.000129432 Billion write speed all = 0.006005173 MB/sec (with seq num) write speed all = 0.005959156 MB/sec (without seq num) 2024/11/20-15:02:43.275755 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37719: 129432 keys, 42781916 bytes, temperature: kWarm 2024/11/20-15:02:43.276014 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086163275823, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37719, "file_size": 42781916, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 528731813, "largest_seqno": 675164032, "table_properties": {"data_size": 40722592, "index_size": 226432, "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": 131629994, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732086160, "oldest_key_time": 0, "file_creation_time": 1732086160, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37719, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:02:43.379589 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037720.sst) /dev/shm/ToplingTemp/Topling-444720-xz976N 2024/11/20-15:02:44.152076 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037720.sst): first pass time = 0.77's, 173.764'MB/sec 2024/11/20-15:02:45.306659 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037720.sst): old prealloc_size = 147639500, real_size = 40577056 2024/11/20-15:02:45.306849 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037720.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.72 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.99 avg-zval = 311.53 2024/11/20-15:02:45.306981 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037720.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-15:02:45.698939 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037720.sst): second pass time = 1.15's, 114.083'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.39's, 107.284'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1491.259'MB/sec (index lex order gen) rebuild zvType time = 0.24's, 0.133'MB/sec write SST data time = 0.15's, 283.980'MB/sec dict compress time = 3403649561.40's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34763.437'MB/sec zip my value time = 1.15's, unzip length = 0.132'GB zip my value throughput = 114.083'MB/sec zip pipeline throughput = 145.855'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 311.53 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1019.10 avg-zval = 311.53 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 38989 bytes = 136480 } seq expand size = 272923 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.0403 GB dict = 1.38 MB all = 0.0421 GB } UnZip/Zip{ index = 6.9656 value = 3.2645 dict = 1.00 all = 3.1895 } Zip/UnZip{ index = 0.1436 value = 0.3063 dict = 1.00 all = 0.3135 } ---------------------------- total value len = 0.264439 GB avg = 1.022 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.000258862 Billion total entry num = 0.000258862 Billion write speed all = 0.011980868 MB/sec (with seq num) write speed all = 0.011888844 MB/sec (without seq num) 2024/11/20-15:02:45.755728 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37720: 129430 keys, 42081497 bytes, temperature: kWarm 2024/11/20-15:02:45.755807 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086165755767, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37720, "file_size": 42081497, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 675164035, "table_properties": {"data_size": 40321552, "index_size": 222976, "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": 131629601, "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": 1732086163, "oldest_key_time": 0, "file_creation_time": 1732086163, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37720, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:02:45.800075 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037721.sst) /dev/shm/ToplingTemp/Topling-444720-NUuw1N 2024/11/20-15:02:46.457426 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037721.sst): first pass time = 0.66's, 204.194'MB/sec 2024/11/20-15:02:47.461698 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037721.sst): old prealloc_size = 147639500, real_size = 40401584 2024/11/20-15:02:47.461832 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037721.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.73 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 310.17 2024/11/20-15:02:47.461909 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037721.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-15:02:47.637121 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037721.sst): second pass time = 1.00's, 131.170'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 238.353'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2066.230'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.262'MB/sec write SST data time = 0.05's, 810.233'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 31905.068'MB/sec zip my value time = 1.00's, unzip length = 0.132'GB zip my value throughput = 131.170'MB/sec zip pipeline throughput = 201.550'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.98 avg-zval = 310.17 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.59 avg-zval = 310.17 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11292 bytes = 39536 } seq expand size = 79044 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.0418 GB } UnZip/Zip{ index = 6.9338 value = 3.2788 dict = 1.00 all = 3.2103 } Zip/UnZip{ index = 0.1442 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 0.396147 GB avg = 1.020 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.000388293 Billion total entry num = 0.000388293 Billion write speed all = 0.017947052 MB/sec (with seq num) write speed all = 0.017809027 MB/sec (without seq num) 2024/11/20-15:02:47.691489 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37721: 129431 keys, 41808795 bytes, temperature: kWarm 2024/11/20-15:02:47.691551 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086167691519, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37721, "file_size": 41808795, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 675153029, "table_properties": {"data_size": 40145056, "index_size": 224000, "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": 131629280, "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": 1732086165, "oldest_key_time": 0, "file_creation_time": 1732086165, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37721, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:02:47.730715 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037722.sst) /dev/shm/ToplingTemp/Topling-444720-LHp8SN 2024/11/20-15:02:48.334443 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037722.sst): first pass time = 0.60's, 222.332'MB/sec 2024/11/20-15:02:49.207116 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037722.sst): old prealloc_size = 147639500, real_size = 40401312 2024/11/20-15:02:49.207244 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037722.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.01 avg-zval = 310.17 2024/11/20-15:02:49.207321 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037722.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-15:02:49.673827 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037722.sst): second pass time = 0.87's, 150.984'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.47's, 89.583'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2033.305'MB/sec (index lex order gen) rebuild zvType time = 0.34's, 0.096'MB/sec write SST data time = 0.13's, 324.139'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25492.612'MB/sec zip my value time = 0.87's, unzip length = 0.132'GB zip my value throughput = 150.984'MB/sec zip pipeline throughput = 232.832'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.01 avg-zval = 310.17 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.59 avg-zval = 310.17 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 10848 bytes = 36624 } seq expand size = 75936 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.0418 GB } UnZip/Zip{ index = 6.9356 value = 3.2789 dict = 1.00 all = 3.2105 } Zip/UnZip{ index = 0.1442 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 0.527852 GB avg = 1.020 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.023911960 MB/sec (with seq num) write speed all = 0.023727946 MB/sec (without seq num) 2024/11/20-15:02:49.728661 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37722: 129428 keys, 41805994 bytes, temperature: kWarm 2024/11/20-15:02:49.728749 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086169728702, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37722, "file_size": 41805994, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 675159128, "table_properties": {"data_size": 40144848, "index_size": 223936, "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": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629240, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "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": 1732086167, "oldest_key_time": 0, "file_creation_time": 1732086167, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37722, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:02:49.795340 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037723.sst) /dev/shm/ToplingTemp/Topling-444720-z420YO 2024/11/20-15:02:50.536779 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037723.sst): first pass time = 0.74's, 181.038'MB/sec 2024/11/20-15:02:54.487471 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037723.sst): old prealloc_size = 147639500, real_size = 40372816 2024/11/20-15:02:54.487633 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037723.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129434 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.96 avg-zval = 309.96 2024/11/20-15:02:54.487714 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037723.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-15:02:54.782511 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037723.sst): second pass time = 3.95's, 33.327'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.30's, 141.548'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1615.700'MB/sec (index lex order gen) rebuild zvType time = 0.22's, 0.146'MB/sec write SST data time = 0.07's, 566.924'MB/sec dict compress time = 0.00's, 1378093.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34567.261'MB/sec zip my value time = 3.95's, unzip length = 0.132'GB zip my value throughput = 33.327'MB/sec zip pipeline throughput = 356.070'MB/sec entries = 129434 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.96 avg-zval = 309.96 usrkeys = 129434 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.23 avg-zval = 309.96 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 4976 bytes = 17424 } seq expand size = 34832 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.0418 GB } UnZip/Zip{ index = 7.0345 value = 3.2809 dict = 1.00 all = 3.2142 } Zip/UnZip{ index = 0.1422 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 0.659516 GB avg = 1.019 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.000647155 Billion total entry num = 0.000647155 Billion write speed all = 0.029869889 MB/sec (with seq num) write speed all = 0.029639922 MB/sec (without seq num) 2024/11/20-15:02:54.841425 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37723: 129434 keys, 41757996 bytes, temperature: kWarm 2024/11/20-15:02:54.841545 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086174841501, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37723, "file_size": 41757996, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 675156191, "table_properties": {"data_size": 40119488, "index_size": 220800, "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": 2588680, "raw_average_key_size": 20, "raw_value_size": 131629164, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129434, "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": 1732086169, "oldest_key_time": 0, "file_creation_time": 1732086169, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37723, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:02:54.930420 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037724.sst) /dev/shm/ToplingTemp/Topling-444720-czFuyP 2024/11/20-15:02:55.936919 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037724.sst): first pass time = 1.01's, 133.367'MB/sec 2024/11/20-15:03:03.883656 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037724.sst): old prealloc_size = 147639500, real_size = 40902496 2024/11/20-15:03:03.883846 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037724.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.03 avg-zval = 314.01 2024/11/20-15:03:03.884018 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037724.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-15:03:04.391005 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037724.sst): second pass time = 7.95's, 16.566'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.51's, 84.038'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1517.415'MB/sec (index lex order gen) rebuild zvType time = 0.37's, 0.087'MB/sec write SST data time = 0.13's, 316.252'MB/sec dict compress time = 0.00's, 1377994.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 31045.690'MB/sec zip my value time = 7.95's, unzip length = 0.132'GB zip my value throughput = 16.566'MB/sec zip pipeline throughput = 367.807'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1017.03 avg-zval = 314.01 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1022.83 avg-zval = 314.01 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 107321 bytes = 362224 } seq expand size = 751247 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.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.7748 value = 3.2389 dict = 1.00 all = 3.1483 } Zip/UnZip{ index = 0.1476 value = 0.3088 dict = 1.00 all = 0.3176 } ---------------------------- total value len = 0.791897 GB avg = 1.020 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.000776581 Billion total entry num = 0.000776581 Billion write speed all = 0.035849774 MB/sec (with seq num) write speed all = 0.035573933 MB/sec (without seq num) 2024/11/20-15:03:04.455816 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37724: 129426 keys, 42632521 bytes, temperature: kWarm 2024/11/20-15:03:04.455895 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086184455850, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37724, "file_size": 42632521, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 675163618, "table_properties": {"data_size": 40640720, "index_size": 229248, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629509, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "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": 1732086174, "oldest_key_time": 0, "file_creation_time": 1732086174, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37724, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:03:04.508322 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037725.sst) /dev/shm/ToplingTemp/Topling-444720-pRSKFO 2024/11/20-15:03:05.197410 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037725.sst): first pass time = 0.69's, 194.796'MB/sec 2024/11/20-15:03:10.476424 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037725.sst): old prealloc_size = 147639500, real_size = 40384496 2024/11/20-15:03:10.476609 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037725.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 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.01 avg-zval = 310.06 2024/11/20-15:03:10.476694 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037725.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-15:03:10.794814 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037725.sst): second pass time = 5.28's, 24.939'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.32's, 131.209'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1627.398'MB/sec (index lex order gen) rebuild zvType time = 0.20's, 0.163'MB/sec write SST data time = 0.12's, 348.388'MB/sec dict compress time = 0.00's, 1377673.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 41809.748'MB/sec zip my value time = 5.28's, unzip length = 0.132'GB zip my value throughput = 24.939'MB/sec zip pipeline throughput = 361.729'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.01 avg-zval = 310.06 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.33 avg-zval = 310.06 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5914 bytes = 19968 } seq expand size = 41398 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.0418 GB } UnZip/Zip{ index = 7.0138 value = 3.2800 dict = 1.00 all = 3.2131 } Zip/UnZip{ index = 0.1426 value = 0.3049 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 0.923568 GB avg = 1.019 KB (by entry num) total key len = 0.018120 GB avg = 0.020 KB total ukey len = 0.010872 GB avg = 0.012 KB total ukey num = 0.000906009 Billion total entry num = 0.000906009 Billion write speed all = 0.041798995 MB/sec (with seq num) write speed all = 0.041477272 MB/sec (without seq num) 2024/11/20-15:03:10.851966 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37725: 129428 keys, 41771848 bytes, temperature: kWarm 2024/11/20-15:03:10.852088 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086190852012, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37725, "file_size": 41771848, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 675155288, "table_properties": {"data_size": 40130528, "index_size": 221440, "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": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629356, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "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": 1732086184, "oldest_key_time": 0, "file_creation_time": 1732086184, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37725, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:03:10.929393 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037726.sst) /dev/shm/ToplingTemp/Topling-444720-YLZdxR 2024/11/20-15:03:11.691989 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037726.sst): first pass time = 0.76's, 176.015'MB/sec 2024/11/20-15:03:16.547528 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037726.sst): old prealloc_size = 147639500, real_size = 40643392 2024/11/20-15:03:16.547708 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037726.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 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.0404 GB avg-val =1017.00 avg-zval = 312.05 2024/11/20-15:03:16.547843 140256962987584 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037726.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-15:03:16.820070 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037726.sst): second pass time = 4.85's, 27.115'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.27's, 154.850'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1700.779'MB/sec (index lex order gen) rebuild zvType time = 0.20's, 0.159'MB/sec write SST data time = 0.07's, 607.568'MB/sec dict compress time = 0.00's, 1378672.000'MB/sec z-dict build time = 0.00's, sample length = 1.379'MB, throughput = 32551.933'MB/sec zip my value time = 4.85's, unzip length = 0.132'GB zip my value throughput = 27.115'MB/sec zip pipeline throughput = 351.768'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 312.05 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1019.94 avg-zval = 312.05 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 54225 bytes = 183024 } seq expand size = 379575 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.0422 GB } UnZip/Zip{ index = 6.9856 value = 3.2591 dict = 1.00 all = 3.1809 } Zip/UnZip{ index = 0.1432 value = 0.3068 dict = 1.00 all = 0.3144 } ---------------------------- total value len = 1.055577 GB avg = 1.019 KB (by entry num) total key len = 0.020709 GB avg = 0.020 KB total ukey len = 0.012425 GB avg = 0.012 KB total ukey num = 0.001035438 Billion total entry num = 0.001035438 Billion write speed all = 0.047760659 MB/sec (with seq num) write speed all = 0.047393074 MB/sec (without seq num) 2024/11/20-15:03:16.882588 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37726: 129429 keys, 42194799 bytes, temperature: kWarm 2024/11/20-15:03:16.882670 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086196882624, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37726, "file_size": 42194799, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 675163832, "table_properties": {"data_size": 40388528, "index_size": 222336, "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": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629673, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "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": 1732086190, "oldest_key_time": 0, "file_creation_time": 1732086190, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37726, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:03:16.943700 140256962987584 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037727.sst) /dev/shm/ToplingTemp/Topling-444720-0zcefS 2024/11/20-15:03:16.958960 140256962987584 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037727.sst): first pass time = 0.02's, 143.548'MB/sec 2024/11/20-15:03:17.589101 140256962987584 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037727.sst): old prealloc_size = 147639500, real_size = 691176 2024/11/20-15:03:17.589167 140256962987584 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037727.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 2106 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.32 raw-val = 0.0021 GB zip-val = 0.0007 GB avg-val =1017.30 avg-zval = 327.53 2024/11/20-15:03:17.593582 140256962987584 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00/037727.sst): second pass time = 0.63's, 3.406'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 162.278'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 17.448'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.207'MB/sec write SST data time = 0.00's, 384.198'MB/sec dict compress time = -4402549560.57's, -0.000'MB/sec z-dict build time = 0.00's, sample length = 0.028'MB, throughput = 1029.221'MB/sec zip my value time = 0.63's, unzip length = 0.002'GB zip my value throughput = 3.406'MB/sec zip pipeline throughput = 482.921'MB/sec entries = 2106 avg-key = 20.00 avg-zkey = 0.33 avg-val = 1017.30 avg-zval = 327.53 usrkeys = 2106 avg-key = 12.00 avg-zkey = 0.33 avg-val = 1024.30 avg-zval = 327.53 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 2106 bytes = 7120 } seq expand size = 14742 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0021 GB dict = 0.03 MB all = 0.0022 GB } __ZipSize{ index = 0.0000 GB value = 0.0007 GB dict = 0.03 MB all = 0.0007 GB } UnZip/Zip{ index = 35.8977 value = 3.1060 dict = 1.00 all = 3.0039 } Zip/UnZip{ index = 0.0279 value = 0.3220 dict = 1.00 all = 0.3329 } ---------------------------- total value len = 1.057734 GB avg = 1.019 KB (by entry num) total key len = 0.020751 GB avg = 0.020 KB total ukey len = 0.012451 GB avg = 0.012 KB total ukey num = 0.001037544 Billion total entry num = 0.001037544 Billion write speed all = 0.047856611 MB/sec (with seq num) write speed all = 0.047488292 MB/sec (without seq num) 2024/11/20-15:03:17.602119 140256962987584 [compaction_job.cc:1948] [default] [JOB 11530] Generated table #37727: 2106 keys, 727241 bytes, temperature: kWarm 2024/11/20-15:03:17.602207 140256962987584 EVENT_LOG_v1 {"time_micros": 1732086197602160, "cf_name": "default", "job": 11530, "event": "table_file_creation", "file_number": 37727, "file_size": 727241, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 574789054, "largest_seqno": 675157942, "table_properties": {"data_size": 689776, "index_size": 704, "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": 42120, "raw_average_key_size": 20, "raw_value_size": 2142438, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 2106, "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_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732086196, "oldest_key_time": 0, "file_creation_time": 1732086196, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 37727, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:03:17.611549 140256962987584 [compaction_job.cc:703] job-11530: subcompact[0], size: 0.337563 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11530/att-00 [037719,037720,037721,037722,037723,037724,037725,037726,037727] 2024/11/20-15:03:17.754642 140256962987584 (Original Log Time 2024/11/20-15:02:39.117052) EVENT_LOG_v1 {"time_micros": 1732086159116972, "job": 11530, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [37689], "files_L3": [37586, 37587, 37588, 37589, 37590, 37632, 37633, 37710], "score": 0.999513, "input_data_size": 403169539, "oldest_snapshot_seqno": 676848086} 2024/11/20-15:03:17.754648 140256962987584 (Original Log Time 2024/11/20-15:03:17.753370) [compaction_job.cc:2022] [default] [JOB 11530] Compacted 1@2 + 8@3 files to L3 => 337562607 bytes 2024/11/20-15:03:17.754651 140256962987584 (Original Log Time 2024/11/20-15:03:17.754542) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 10.5 rd, 8.8 wr, level 3, files in(1, 8) out(9 +0 blob) MB in(63.3, 321.2 +0.0 blob) out(321.9 +0.0 blob), read-write-amplify(11.2) write-amplify(5.1) OK, records in: 1100155, records dropped: 62611 output_compression: Snappy 2024/11/20-15:03:17.754658 140256962987584 (Original Log Time 2024/11/20-15:03:17.754614) EVENT_LOG_v1 {"time_micros": 1732086197754577, "cf": "default", "job": 11530, "event": "compaction_finished", "compaction_time_micros": 38494512, "compaction_time_cpu_micros": 4471085, "output_level": 3, "num_output_files": 9, "total_output_size": 337562607, "num_input_records": 1100155, "num_output_records": 1037544, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 533634618, "file_range_sync_nanos": 0, "file_fsync_nanos": 11945, "file_prepare_write_nanos": 22272, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-15:03:17.905838 140256962987584 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732076400,"starts":1732086158,"executesMs":38792,"compactionJobId":11530,"attempt":0,"compactionInputRawBytes":1140856910,"compactionInputZipBytes":403169539,"compactionOutputRawBytes":0,"compactionOutputZipBytes":337562607,"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-c12f72132dcb903db658c76790e186ce-6f4d2654ef8628f1-00"}}, response = 2024/11/20-15:03:17.905951 140256962987584 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-11530/att-00: olev 3, work 38.793 s, result 11.896 ms, install 1.322 ms, input{raw 1.063 GiB zip 384.492 MiB}