2024/11/20-20:05:35.529490 140008198919744 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00: fork to child time = 0.009071 sec 2024/11/20-20:05:35.530009 140008198919744 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00 2024/11/20-20:05:35.536519 140008198919744 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00 2024/11/20-20:05:35.538162 140008198919744 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:05:35.538391 140008198919744 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:05:35.580793 140008198919744 [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-09285/att-00/MANIFEST-049091 2024/11/20-20:05:35.635086 140008198919744 [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-09285/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 64248, last_sequence is 1051961365, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 64079 2024/11/20-20:05:35.635101 140008198919744 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:05:35.635180 140008198919744 [version_set.cc:5724] Creating manifest 64248 2024/11/20-20:05:35.666676 140008198919744 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:05:35.686919 140008198919744 [compaction_job.cc:2437] [default] [JOB 9285] Compacting 1@2 + 9@3 files to L3, score 0.83, subcompactions 1 : 1 2024/11/20-20:05:35.686932 140008198919744 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8160 Base level 2, inputs: [64236(31MB)], [64245(40MB) 64246(1415KB) 64157(7307KB) 64134(39MB) 64135(39MB) 64136(39MB) 64137(39MB) 64138(39MB) 64139(40MB)] 2024/11/20-20:05:35.693799 140008198919744 [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-20:05:35.693824 140008198919744 [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-20:05:35.693843 140008198919744 [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-20:05:35.693850 140008198919744 [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-20:05:35.693860 140008198919744 [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-20:05:36.330076 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064249.sst) /dev/shm/ToplingTemp/Topling-914719-MFbC4V 2024/11/20-20:05:36.517361 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064249.sst): first pass time = 0.19's, 716.813'MB/sec 2024/11/20-20:05:37.087817 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064249.sst): old prealloc_size = 147639500, real_size = 40939632 2024/11/20-20:05:37.087998 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064249.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.74 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.31 2024/11/20-20:05:37.088212 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064249.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-20:05:37.371361 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064249.sst): second pass time = 0.57's, 231.163'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.28's, 150.667'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1542.200'MB/sec (index lex order gen) rebuild zvType time = 0.23's, 0.139'MB/sec write SST data time = 0.05's, 851.894'MB/sec dict compress time = 0.00's, 1377897.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25976.002'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 231.163'MB/sec zip pipeline throughput = 231.163'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.00 avg-zval = 314.31 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1024.00 avg-zval = 314.31 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 436848 } seq expand size = 906010 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.0427 GB } UnZip/Zip{ index = 6.8865 value = 3.2356 dict = 1.00 all = 3.1415 } Zip/UnZip{ index = 0.1452 value = 0.3091 dict = 1.00 all = 0.3183 } ---------------------------- total value len = 563.198268 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 83.050358046 MB/sec (with seq num) write speed all = 81.190463883 MB/sec (without seq num) 2024/11/20-20:05:37.422612 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64249: 129430 keys, 42723752 bytes, temperature: kWarm 2024/11/20-20:05:37.422706 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104337422663, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64249, "file_size": 42723752, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1051733116, "table_properties": {"data_size": 40681568, "index_size": 225536, "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": 131630056, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732104336, "oldest_key_time": 0, "file_creation_time": 1732104336, "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": 64249, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:37.461471 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064250.sst) /dev/shm/ToplingTemp/Topling-914719-1okIdZ 2024/11/20-20:05:38.384246 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064250.sst): first pass time = 0.92's, 145.459'MB/sec 2024/11/20-20:05:39.122506 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064250.sst): old prealloc_size = 147639500, real_size = 40629072 2024/11/20-20:05:39.122646 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064250.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.70 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.00 avg-zval = 311.95 2024/11/20-20:05:39.122759 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064250.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-20:05:39.319196 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064250.sst): second pass time = 0.74's, 178.496'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 214.364'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1938.099'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.220'MB/sec write SST data time = 0.05's, 849.807'MB/sec dict compress time = 0.00's, 1377744.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46006.077'MB/sec zip my value time = 0.74's, unzip length = 0.132'GB zip my value throughput = 178.496'MB/sec zip pipeline throughput = 356.992'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.00 avg-zval = 311.95 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1019.61 avg-zval = 311.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 48261 bytes = 162896 } seq expand size = 337827 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 = 7.0404 value = 3.2601 dict = 1.00 all = 3.1836 } Zip/UnZip{ index = 0.1420 value = 0.3067 dict = 1.00 all = 0.3141 } ---------------------------- total value len = 563.330236 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273436 Billion total entry num = 1.700775458 Billion write speed all = 83.046639009 MB/sec (with seq num) write speed all = 81.187098452 MB/sec (without seq num) 2024/11/20-20:05:39.416555 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64250: 129430 keys, 42159375 bytes, temperature: kWarm 2024/11/20-20:05:39.416622 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104339416591, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64250, "file_size": 42159375, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1051733124, "table_properties": {"data_size": 40375936, "index_size": 220608, "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": 131629781, "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": 1732104337, "oldest_key_time": 0, "file_creation_time": 1732104337, "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": 64250, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:39.455510 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064251.sst) /dev/shm/ToplingTemp/Topling-914719-eUFKcV 2024/11/20-20:05:40.038185 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064251.sst): first pass time = 0.58's, 230.365'MB/sec 2024/11/20-20:05:40.806791 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064251.sst): old prealloc_size = 147639500, real_size = 40402304 2024/11/20-20:05:40.806898 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064251.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.74 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 310.16 2024/11/20-20:05:40.806949 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064251.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-20:05:40.969608 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064251.sst): second pass time = 0.77's, 171.409'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.784'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2577.255'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.05's, 900.785'MB/sec dict compress time = 0.00's, 1378149.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34903.102'MB/sec zip my value time = 0.77's, unzip length = 0.132'GB zip my value throughput = 171.409'MB/sec zip pipeline throughput = 334.989'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.98 avg-zval = 310.16 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.54 avg-zval = 310.16 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 10396 bytes = 35104 } seq expand size = 72772 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.9082 value = 3.2789 dict = 1.00 all = 3.2105 } Zip/UnZip{ index = 0.1448 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.461938 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402868 Billion total entry num = 1.700904890 Billion write speed all = 83.046260359 MB/sec (with seq num) write speed all = 81.186997664 MB/sec (without seq num) 2024/11/20-20:05:41.032268 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64251: 129432 keys, 41805284 bytes, temperature: kWarm 2024/11/20-20:05:41.032311 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104341032288, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64251, "file_size": 41805284, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1051730977, "table_properties": {"data_size": 40144944, "index_size": 224832, "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": 131629308, "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": 1732104339, "oldest_key_time": 0, "file_creation_time": 1732104339, "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": 64251, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:41.066252 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064252.sst) /dev/shm/ToplingTemp/Topling-914719-9ixCdX 2024/11/20-20:05:41.759802 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064252.sst): first pass time = 0.69's, 193.531'MB/sec 2024/11/20-20:05:42.461851 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064252.sst): old prealloc_size = 147639500, real_size = 40419040 2024/11/20-20:05:42.462014 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064252.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.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.98 avg-zval = 310.27 2024/11/20-20:05:42.462139 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064252.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-20:05:42.632411 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064252.sst): second pass time = 0.70's, 187.738'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 245.310'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1696.273'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.264'MB/sec write SST data time = 0.05's, 871.359'MB/sec dict compress time = 0.00's, 1378103.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42828.822'MB/sec zip my value time = 0.70's, unzip length = 0.132'GB zip my value throughput = 187.738'MB/sec zip pipeline throughput = 201.532'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.98 avg-zval = 310.27 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1017.79 avg-zval = 310.27 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 14862 bytes = 50176 } seq expand size = 104034 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.0402 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.7959 value = 3.2778 dict = 1.00 all = 3.2081 } Zip/UnZip{ index = 0.1471 value = 0.3051 dict = 1.00 all = 0.3117 } ---------------------------- total value len = 563.593671 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532299 Billion total entry num = 1.701034321 Billion write speed all = 83.045745750 MB/sec (with seq num) write speed all = 81.186763936 MB/sec (without seq num) 2024/11/20-20:05:42.683449 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64252: 129431 keys, 41836982 bytes, temperature: kWarm 2024/11/20-20:05:42.683526 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104342683492, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64252, "file_size": 41836982, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1051721012, "table_properties": {"data_size": 40157968, "index_size": 228544, "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": 131629353, "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": 1732104341, "oldest_key_time": 0, "file_creation_time": 1732104341, "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": 64252, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:42.722937 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064253.sst) /dev/shm/ToplingTemp/Topling-914719-BGJWxX 2024/11/20-20:05:43.287125 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064253.sst): first pass time = 0.56's, 237.914'MB/sec 2024/11/20-20:05:44.148498 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064253.sst): old prealloc_size = 147639500, real_size = 40406512 2024/11/20-20:05:44.148662 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064253.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.75 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 310.19 2024/11/20-20:05:44.148747 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064253.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-20:05:44.333373 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064253.sst): second pass time = 0.86's, 153.003'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 226.161'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1645.332'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.233'MB/sec write SST data time = 0.05's, 906.547'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 35311.224'MB/sec zip my value time = 0.86's, unzip length = 0.132'GB zip my value throughput = 153.003'MB/sec zip pipeline throughput = 282.539'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.99 avg-zval = 310.19 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1017.62 avg-zval = 310.19 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11736 bytes = 39616 } seq expand size = 82152 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.8613 value = 3.2786 dict = 1.00 all = 3.2099 } Zip/UnZip{ index = 0.1457 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.725383 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661730 Billion total entry num = 1.701163752 Billion write speed all = 83.044795462 MB/sec (with seq num) write speed all = 81.186104092 MB/sec (without seq num) 2024/11/20-20:05:44.386331 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64253: 129431 keys, 41814142 bytes, temperature: kWarm 2024/11/20-20:05:44.386389 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104344386358, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64253, "file_size": 41814142, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1051730145, "table_properties": {"data_size": 40147616, "index_size": 226368, "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": 131629748, "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": 1732104342, "oldest_key_time": 0, "file_creation_time": 1732104342, "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": 64253, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:44.422573 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064254.sst) /dev/shm/ToplingTemp/Topling-914719-UN2TkY 2024/11/20-20:05:45.208111 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064254.sst): first pass time = 0.79's, 170.870'MB/sec 2024/11/20-20:05:45.843080 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064254.sst): old prealloc_size = 147639500, real_size = 40372880 2024/11/20-20:05:45.843203 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064254.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129424 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.0401 GB avg-val =1017.04 avg-zval = 309.99 2024/11/20-20:05:45.843259 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064254.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-20:05:46.003939 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064254.sst): second pass time = 0.63's, 207.548'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.544'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2180.675'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.04's, 967.693'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 28118.169'MB/sec zip my value time = 0.63's, unzip length = 0.132'GB zip my value throughput = 207.548'MB/sec zip pipeline throughput = 207.548'MB/sec entries = 129424 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.04 avg-zval = 309.99 usrkeys = 129424 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1017.22 avg-zval = 309.99 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 3271 bytes = 11056 } seq expand size = 22897 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.0400 value = 3.2809 dict = 1.00 all = 3.2147 } Zip/UnZip{ index = 0.1420 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 563.857036 GB avg = 0.331 KB (by entry num) total key len = 44.329938 GB avg = 0.026 KB total ukey len = 32.803461 GB avg = 0.014 KB total ukey num = 2.321791154 Billion total entry num = 1.701293176 Billion write speed all = 83.044182376 MB/sec (with seq num) write speed all = 81.185773605 MB/sec (without seq num) 2024/11/20-20:05:46.053937 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64254: 129424 keys, 41751590 bytes, temperature: kWarm 2024/11/20-20:05:46.054016 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104346053972, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64254, "file_size": 41751590, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1051728629, "table_properties": {"data_size": 40119744, "index_size": 220608, "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": 2588480, "raw_average_key_size": 20, "raw_value_size": 131629499, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129424, "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": 1732104344, "oldest_key_time": 0, "file_creation_time": 1732104344, "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": 64254, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:46.090335 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064255.sst) /dev/shm/ToplingTemp/Topling-914719-PmwiBY 2024/11/20-20:05:46.679809 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064255.sst): first pass time = 0.59's, 227.705'MB/sec 2024/11/20-20:05:47.302674 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064255.sst): old prealloc_size = 147639500, real_size = 40729664 2024/11/20-20:05:47.302834 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064255.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.0405 GB avg-val =1016.98 avg-zval = 312.71 2024/11/20-20:05:47.302964 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064255.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-20:05:47.486128 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064255.sst): second pass time = 0.62's, 211.638'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 230.774'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1664.576'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.236'MB/sec write SST data time = 0.05's, 915.433'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44603.690'MB/sec zip my value time = 0.62's, unzip length = 0.132'GB zip my value throughput = 211.638'MB/sec zip pipeline throughput = 243.728'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.98 avg-zval = 312.71 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1020.75 avg-zval = 312.71 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 69739 bytes = 235392 } seq expand size = 488173 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.0405 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.9999 value = 3.2521 dict = 1.00 all = 3.1706 } Zip/UnZip{ index = 0.1429 value = 0.3075 dict = 1.00 all = 0.3154 } ---------------------------- total value len = 563.989154 GB avg = 0.331 KB (by entry num) total key len = 44.332527 GB avg = 0.026 KB total ukey len = 32.805014 GB avg = 0.014 KB total ukey num = 2.321920586 Billion total entry num = 1.701422608 Billion write speed all = 83.045768661 MB/sec (with seq num) write speed all = 81.187594569 MB/sec (without seq num) 2024/11/20-20:05:47.538815 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64255: 129432 keys, 42332782 bytes, temperature: kWarm 2024/11/20-20:05:47.538888 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104347538847, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64255, "file_size": 42332782, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1051733021, "table_properties": {"data_size": 40475248, "index_size": 221888, "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": 131630008, "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": 1732104346, "oldest_key_time": 0, "file_creation_time": 1732104346, "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": 64255, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:47.573883 140008198919744 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064256.sst) /dev/shm/ToplingTemp/Topling-914719-ko0ekZ 2024/11/20-20:05:47.616536 140008198919744 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064256.sst): first pass time = 0.04's, 738.163'MB/sec 2024/11/20-20:05:47.960237 140008198919744 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064256.sst): old prealloc_size = 147639500, real_size = 9713216 2024/11/20-20:05:47.960327 140008198919744 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064256.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 30335 prefix = 4 raw-key = 0.0002 GB zip-key = 0.0001 GB avg-key = 8.00 avg-zkey = 1.81 raw-val = 0.0309 GB zip-val = 0.0097 GB avg-val =1017.02 avg-zval = 318.13 2024/11/20-20:05:47.960407 140008198919744 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064256.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0001 GB, waited 0.000 sec, Key+Value = 0.031 GB 2024/11/20-20:05:48.057395 140008198919744 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00/064256.sst): second pass time = 0.34's, 89.983'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.10's, 103.936'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 854.037'MB/sec (index lex order gen) rebuild zvType time = 0.08's, 0.093'MB/sec write SST data time = 0.02's, 639.318'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.303'MB, throughput = 8005.470'MB/sec zip my value time = 0.34's, unzip length = 0.031'GB zip my value throughput = 89.983'MB/sec zip pipeline throughput = 196.052'MB/sec entries = 30335 avg-key = 20.00 avg-zkey = 1.81 avg-val = 1017.02 avg-zval = 318.13 usrkeys = 30335 avg-key = 12.00 avg-zkey = 1.81 avg-val = 1022.47 avg-zval = 318.13 TagRS{ kinds = RS_Key0_TagN bytes = 4840 } TagArray{ size = 23619 bytes = 79728 } seq expand size = 165333 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0004 GB value = 0.0309 GB dict = 0.30 MB all = 0.0315 GB } __ZipSize{ index = 0.0001 GB value = 0.0097 GB dict = 0.30 MB all = 0.0101 GB } UnZip/Zip{ index = 6.6292 value = 3.1969 dict = 1.00 all = 3.1164 } Zip/UnZip{ index = 0.1508 value = 0.3128 dict = 1.00 all = 0.3209 } ---------------------------- total value len = 564.020171 GB avg = 0.331 KB (by entry num) total key len = 44.333133 GB avg = 0.026 KB total ukey len = 32.805378 GB avg = 0.014 KB total ukey num = 2.321950921 Billion total entry num = 1.701452943 Billion write speed all = 83.043609692 MB/sec (with seq num) write speed all = 81.185547369 MB/sec (without seq num) 2024/11/20-20:05:48.076903 140008198919744 [compaction_job.cc:1948] [default] [JOB 9285] Generated table #64256: 30335 keys, 10094453 bytes, temperature: kWarm 2024/11/20-20:05:48.076984 140008198919744 EVENT_LOG_v1 {"time_micros": 1732104348076940, "cf_name": "default", "job": 9285, "event": "table_file_creation", "file_number": 64256, "file_size": 10094453, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1050220722, "table_properties": {"data_size": 9650544, "index_size": 54912, "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": 606700, "raw_average_key_size": 20, "raw_value_size": 30851395, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 30335, "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": 1732104347, "oldest_key_time": 0, "file_creation_time": 1732104347, "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": 64256, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:05:48.092493 140008198919744 [compaction_job.cc:703] job-09285: subcompact[0], size: 0.304518 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09285/att-00 [064249,064250,064251,064252,064253,064254,064255,064256] 2024/11/20-20:05:48.189590 140008198919744 (Original Log Time 2024/11/20-20:05:35.686988) EVENT_LOG_v1 {"time_micros": 1732104335686949, "job": 9285, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [64236], "files_L3": [64245, 64246, 64157, 64134, 64135, 64136, 64137, 64138, 64139], "score": 0.829938, "input_data_size": 336023378, "oldest_snapshot_seqno": 1051961365} 2024/11/20-20:05:48.189596 140008198919744 (Original Log Time 2024/11/20-20:05:48.188610) [compaction_job.cc:2022] [default] [JOB 9285] Compacted 1@2 + 9@3 files to L3 => 304518360 bytes 2024/11/20-20:05:48.189598 140008198919744 (Original Log Time 2024/11/20-20:05:48.189495) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 8 0 0 0] max score 0.01, MB/sec: 27.1 rd, 24.5 wr, level 3, files in(1, 9) out(8 +0 blob) MB in(31.2, 289.2 +0.0 blob) out(290.4 +0.0 blob), read-write-amplify(19.6) write-amplify(9.3) OK, records in: 964614, records dropped: 28269 output_compression: Snappy 2024/11/20-20:05:48.189605 140008198919744 (Original Log Time 2024/11/20-20:05:48.189564) EVENT_LOG_v1 {"time_micros": 1732104348189528, "cf": "default", "job": 9285, "event": "compaction_finished", "compaction_time_micros": 12405520, "compaction_time_cpu_micros": 3047149, "output_level": 3, "num_output_files": 8, "total_output_size": 304518360, "num_input_records": 964614, "num_output_records": 936345, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 226549870, "file_range_sync_nanos": 0, "file_fsync_nanos": 6828, "file_prepare_write_nanos": 17242, "lsm_state": [0, 0, 0, 8, 0, 0, 0]} 2024/11/20-20:05:48.344275 140008198919744 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":1732104335,"executesMs":12651,"compactionJobId":9285,"attempt":0,"compactionInputRawBytes":1000298266,"compactionInputZipBytes":336023378,"compactionOutputRawBytes":0,"compactionOutputZipBytes":304518360,"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-22b0eafc632abe10874c16216d5ba95c-62473e697f057a8e-00"}}, response = 2024/11/20-20:05:48.344397 140008198919744 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09285/att-00: olev 3, work 12.651 s, result 7.804 ms, install 1.015 ms, input{raw 953.959 MiB zip 320.457 MiB}