2024/11/20-20:37:49.965015 140008769623616 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00: fork to child time = 0.012520 sec 2024/11/20-20:37:49.965541 140008769623616 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00 2024/11/20-20:37:49.972150 140008769623616 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00 2024/11/20-20:37:49.974209 140008769623616 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:37:49.974442 140008769623616 [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:37:50.019860 140008769623616 [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-11276/att-00/MANIFEST-049091 2024/11/20-20:37:50.076353 140008769623616 [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-11276/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 67857, last_sequence is 1097348117, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 67671 2024/11/20-20:37:50.076361 140008769623616 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:37:50.076436 140008769623616 [version_set.cc:5724] Creating manifest 67857 2024/11/20-20:37:50.110125 140008769623616 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:37:50.130154 140008769623616 [compaction_job.cc:2437] [default] [JOB 11276] Compacting 1@2 + 9@3 files to L3, score 0.87, subcompactions 1 : 1 2024/11/20-20:37:50.130165 140008769623616 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 9444 Base level 2, inputs: [67849(31MB)], [67734(40MB) 67736(1290KB) 67721(40MB) 67722(39MB) 67723(39MB) 67724(39MB) 67725(39MB) 67726(40MB) 67780(40MB)] 2024/11/20-20:37:50.137306 140008769623616 [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:37:50.137329 140008769623616 [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:37:50.137349 140008769623616 [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:37:50.137357 140008769623616 [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:37:50.137366 140008769623616 [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:37:50.774821 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067858.sst) /dev/shm/ToplingTemp/Topling-954334-JtJJpq 2024/11/20-20:37:51.177208 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067858.sst): first pass time = 0.40's, 333.599'MB/sec 2024/11/20-20:37:51.930567 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067858.sst): old prealloc_size = 147639500, real_size = 40928672 2024/11/20-20:37:51.930747 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067858.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.0407 GB avg-val =1017.01 avg-zval = 314.26 2024/11/20-20:37:51.930964 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067858.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:37:52.121309 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067858.sst): second pass time = 0.75's, 174.936'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 224.001'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1403.257'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.228'MB/sec write SST data time = 0.05's, 873.128'MB/sec dict compress time = 8243122710.47's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36528.560'MB/sec zip my value time = 0.75's, unzip length = 0.132'GB zip my value throughput = 174.936'MB/sec zip pipeline throughput = 286.034'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.01 avg-zval = 314.26 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.01 avg-zval = 314.26 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129428 bytes = 453008 } seq expand size = 905996 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.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 7.0017 value = 3.2362 dict = 1.00 all = 3.1411 } Zip/UnZip{ index = 0.1428 value = 0.3090 dict = 1.00 all = 0.3184 } ---------------------------- total value len = 563.198267 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.321144004 Billion total entry num = 1.700646026 Billion write speed all = 65.678939135 MB/sec (with seq num) write speed all = 64.208074006 MB/sec (without seq num) 2024/11/20-20:37:52.209480 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67858: 129428 keys, 42729152 bytes, temperature: kWarm 2024/11/20-20:37:52.209553 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106272209515, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67858, "file_size": 42729152, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1096777563, "table_properties": {"data_size": 40674320, "index_size": 221824, "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": 131629181, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106270, "oldest_key_time": 0, "file_creation_time": 1732106270, "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": 67858, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:37:52.245687 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067859.sst) /dev/shm/ToplingTemp/Topling-954334-Ly99Qr 2024/11/20-20:37:52.767697 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067859.sst): first pass time = 0.52's, 257.141'MB/sec 2024/11/20-20:37:53.391147 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067859.sst): old prealloc_size = 147639500, real_size = 40641328 2024/11/20-20:37:53.391323 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067859.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.71 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.00 avg-zval = 312.04 2024/11/20-20:37:53.391454 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067859.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:37:53.560447 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067859.sst): second pass time = 0.62's, 211.457'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 249.134'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1585.841'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.05's, 872.212'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 = 24962.890'MB/sec zip my value time = 0.62's, unzip length = 0.132'GB zip my value throughput = 211.457'MB/sec zip pipeline throughput = 289.265'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 312.04 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1019.69 avg-zval = 312.04 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 49697 bytes = 167744 } seq expand size = 347879 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.0179 value = 3.2592 dict = 1.00 all = 3.1823 } Zip/UnZip{ index = 0.1425 value = 0.3068 dict = 1.00 all = 0.3142 } ---------------------------- total value len = 563.330245 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273433 Billion total entry num = 1.700775455 Billion write speed all = 65.683267803 MB/sec (with seq num) write speed all = 64.212519560 MB/sec (without seq num) 2024/11/20-20:37:53.613916 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67859: 129429 keys, 42176410 bytes, temperature: kWarm 2024/11/20-20:37:53.614006 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106273613961, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67859, "file_size": 42176410, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1096777569, "table_properties": {"data_size": 40387488, "index_size": 221312, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629755, "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": 1732106272, "oldest_key_time": 0, "file_creation_time": 1732106272, "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": 67859, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:37:53.655803 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067860.sst) /dev/shm/ToplingTemp/Topling-954334-aG9epr 2024/11/20-20:37:54.512241 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067860.sst): first pass time = 0.86's, 156.725'MB/sec 2024/11/20-20:37:55.087890 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067860.sst): old prealloc_size = 147639500, real_size = 40420816 2024/11/20-20:37:55.088041 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067860.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.0402 GB avg-val =1016.98 avg-zval = 310.29 2024/11/20-20:37:55.088185 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067860.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:37:55.253896 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067860.sst): second pass time = 0.57's, 228.958'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.061'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1358.330'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.05's, 889.661'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 = 42474.588'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 228.958'MB/sec zip pipeline throughput = 228.958'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.98 avg-zval = 310.29 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1017.83 avg-zval = 310.29 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 15689 bytes = 54928 } seq expand size = 109823 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.8555 value = 3.2775 dict = 1.00 all = 3.2076 } Zip/UnZip{ index = 0.1459 value = 0.3051 dict = 1.00 all = 0.3118 } ---------------------------- total value len = 563.461984 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.321402865 Billion total entry num = 1.700904887 Billion write speed all = 65.685763971 MB/sec (with seq num) write speed all = 64.215172995 MB/sec (without seq num) 2024/11/20-20:37:55.306303 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67860: 129432 keys, 41843495 bytes, temperature: kWarm 2024/11/20-20:37:55.306376 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106275306343, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67860, "file_size": 41843495, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1096765190, "table_properties": {"data_size": 40161728, "index_size": 226560, "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": 131629515, "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": 1732106273, "oldest_key_time": 0, "file_creation_time": 1732106273, "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": 67860, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:37:55.345082 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067861.sst) /dev/shm/ToplingTemp/Topling-954334-xSJQ7r 2024/11/20-20:37:55.921362 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067861.sst): first pass time = 0.58's, 232.925'MB/sec 2024/11/20-20:37:56.497904 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067861.sst): old prealloc_size = 147639500, real_size = 40445936 2024/11/20-20:37:56.498059 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067861.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.79 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.45 2024/11/20-20:37:56.498141 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067861.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:37:56.660829 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067861.sst): second pass time = 0.58's, 228.644'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.156'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1831.666'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.279'MB/sec write SST data time = 0.05's, 892.626'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 = 31644.072'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 228.644'MB/sec zip pipeline throughput = 228.644'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.79 avg-val = 1017.00 avg-zval = 310.45 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.79 avg-val = 1018.27 avg-zval = 310.45 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 23502 bytes = 82272 } seq expand size = 164514 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.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7058 value = 3.2759 dict = 1.00 all = 3.2036 } Zip/UnZip{ index = 0.1491 value = 0.3053 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 563.593779 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.321532295 Billion total entry num = 1.701034317 Billion write speed all = 65.690298894 MB/sec (with seq num) write speed all = 64.219819605 MB/sec (without seq num) 2024/11/20-20:37:56.713384 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67861: 129430 keys, 41896082 bytes, temperature: kWarm 2024/11/20-20:37:56.713453 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106276713421, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67861, "file_size": 41896082, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1096770430, "table_properties": {"data_size": 40181792, "index_size": 231616, "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": 131629809, "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": 1732106275, "oldest_key_time": 0, "file_creation_time": 1732106275, "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": 67861, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:37:56.750076 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067862.sst) /dev/shm/ToplingTemp/Topling-954334-HFzuAu 2024/11/20-20:37:57.438955 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067862.sst): first pass time = 0.69's, 194.851'MB/sec 2024/11/20-20:37:58.209270 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067862.sst): old prealloc_size = 147639500, real_size = 40426496 2024/11/20-20:37:58.209409 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067862.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.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.97 avg-zval = 310.31 2024/11/20-20:37:58.209484 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067862.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:37:58.372861 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067862.sst): second pass time = 0.77's, 171.097'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 255.868'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2121.671'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 904.006'MB/sec dict compress time = 0.00's, 1378487.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 33707.959'MB/sec zip my value time = 0.77's, unzip length = 0.132'GB zip my value throughput = 171.097'MB/sec zip pipeline throughput = 226.215'MB/sec entries = 129434 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.97 avg-zval = 310.31 usrkeys = 129434 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1017.98 avg-zval = 310.31 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 18660 bytes = 62992 } seq expand size = 130620 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.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7828 value = 3.2772 dict = 1.00 all = 3.2066 } Zip/UnZip{ index = 0.1474 value = 0.3051 dict = 1.00 all = 0.3119 } ---------------------------- total value len = 563.725539 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.321661729 Billion total entry num = 1.701163751 Billion write speed all = 65.692663337 MB/sec (with seq num) write speed all = 64.222344164 MB/sec (without seq num) 2024/11/20-20:37:58.424692 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67862: 129434 keys, 41857654 bytes, temperature: kWarm 2024/11/20-20:37:58.424768 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106278424736, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67862, "file_size": 41857654, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1096732041, "table_properties": {"data_size": 40164976, "index_size": 228992, "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": 131630051, "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": 1732106276, "oldest_key_time": 0, "file_creation_time": 1732106276, "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": 67862, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:37:58.462481 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067863.sst) /dev/shm/ToplingTemp/Topling-954334-7Dcqiq 2024/11/20-20:37:59.131945 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067863.sst): first pass time = 0.67's, 200.501'MB/sec 2024/11/20-20:37:59.666235 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067863.sst): old prealloc_size = 147639500, real_size = 40382288 2024/11/20-20:37:59.666363 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067863.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.03 avg-zval = 310.05 2024/11/20-20:37:59.666421 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067863.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:37:59.830829 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067863.sst): second pass time = 0.53's, 246.721'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 253.795'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2051.636'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.05's, 894.033'MB/sec dict compress time = 2513131562.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43300.607'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.721'MB/sec zip pipeline throughput = 246.721'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.03 avg-zval = 310.05 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.31 avg-zval = 310.05 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5267 bytes = 17792 } seq expand size = 36869 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.0177 value = 3.2802 dict = 1.00 all = 3.2135 } Zip/UnZip{ index = 0.1425 value = 0.3049 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.857206 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.321791155 Billion total entry num = 1.701293177 Billion write speed all = 65.696819699 MB/sec (with seq num) write speed all = 64.226620242 MB/sec (without seq num) 2024/11/20-20:37:59.881884 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67863: 129426 keys, 41767541 bytes, temperature: kWarm 2024/11/20-20:37:59.881954 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106279881923, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67863, "file_size": 41767541, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1096749891, "table_properties": {"data_size": 40128448, "index_size": 221312, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629671, "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": 1732106278, "oldest_key_time": 0, "file_creation_time": 1732106278, "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": 67863, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:37:59.921230 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067864.sst) /dev/shm/ToplingTemp/Topling-954334-TJt33r 2024/11/20-20:38:00.522221 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067864.sst): first pass time = 0.60's, 223.343'MB/sec 2024/11/20-20:38:01.395735 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067864.sst): old prealloc_size = 147639500, real_size = 40571568 2024/11/20-20:38:01.395896 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067864.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.02 avg-zval = 311.50 2024/11/20-20:38:01.396013 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067864.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:38:01.576235 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067864.sst): second pass time = 0.87's, 150.828'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 233.235'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1630.265'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.238'MB/sec write SST data time = 0.04's, 947.988'MB/sec dict compress time = 2513131562.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 37145.344'MB/sec zip my value time = 0.87's, unzip length = 0.132'GB zip my value throughput = 150.828'MB/sec zip pipeline throughput = 213.316'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.02 avg-zval = 311.50 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1019.58 avg-zval = 311.50 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 47492 bytes = 160304 } seq expand size = 332444 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0421 GB } UnZip/Zip{ index = 6.9875 value = 3.2649 dict = 1.00 all = 3.1881 } Zip/UnZip{ index = 0.1431 value = 0.3063 dict = 1.00 all = 0.3137 } ---------------------------- total value len = 563.989168 GB avg = 0.331 KB (by entry num) total key len = 44.332526 GB avg = 0.026 KB total ukey len = 32.805014 GB avg = 0.014 KB total ukey num = 2.321920582 Billion total entry num = 1.701422604 Billion write speed all = 65.698967014 MB/sec (with seq num) write speed all = 64.228932871 MB/sec (without seq num) 2024/11/20-20:38:01.626562 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67864: 129427 keys, 42099877 bytes, temperature: kWarm 2024/11/20-20:38:01.626634 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106281626602, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67864, "file_size": 42099877, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1096776584, "table_properties": {"data_size": 40316768, "index_size": 222272, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629212, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732106279, "oldest_key_time": 0, "file_creation_time": 1732106279, "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": 67864, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:38:01.661426 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067865.sst) /dev/shm/ToplingTemp/Topling-954334-cVl77s 2024/11/20-20:38:02.250582 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067865.sst): first pass time = 0.59's, 227.830'MB/sec 2024/11/20-20:38:02.898864 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067865.sst): old prealloc_size = 147639500, real_size = 40863424 2024/11/20-20:38:02.898995 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067865.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1016.99 avg-zval = 313.75 2024/11/20-20:38:02.899134 140008769623616 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067865.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:38:03.063395 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067865.sst): second pass time = 0.65's, 203.286'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.687'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2055.133'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 902.077'MB/sec dict compress time = 2513131562.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 48778.718'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 203.286'MB/sec zip pipeline throughput = 203.286'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 313.75 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1022.24 avg-zval = 313.75 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 97099 bytes = 327728 } seq expand size = 679693 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.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.9817 value = 3.2414 dict = 1.00 all = 3.1537 } Zip/UnZip{ index = 0.1432 value = 0.3085 dict = 1.00 all = 0.3171 } ---------------------------- total value len = 564.121477 GB avg = 0.332 KB (by entry num) total key len = 44.335115 GB avg = 0.026 KB total ukey len = 32.806567 GB avg = 0.014 KB total ukey num = 2.322050013 Billion total entry num = 1.701552035 Billion write speed all = 65.702983236 MB/sec (with seq num) write speed all = 64.233073353 MB/sec (without seq num) 2024/11/20-20:38:03.114906 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67865: 129431 keys, 42558813 bytes, temperature: kWarm 2024/11/20-20:38:03.114977 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106283114945, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67865, "file_size": 42558813, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1096776938, "table_properties": {"data_size": 40608432, "index_size": 222464, "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": 131630080, "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": 1732106281, "oldest_key_time": 0, "file_creation_time": 1732106281, "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": 67865, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:38:03.153086 140008769623616 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067866.sst) /dev/shm/ToplingTemp/Topling-954334-6namZr 2024/11/20-20:38:03.164775 140008769623616 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067866.sst): first pass time = 0.01's, 541.928'MB/sec 2024/11/20-20:38:03.211982 140008769623616 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067866.sst): old prealloc_size = 147639500, real_size = 1953512 2024/11/20-20:38:03.212029 140008769623616 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067866.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 6086 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.03 raw-val = 0.0062 GB zip-val = 0.0020 GB avg-val =1017.19 avg-zval = 320.68 2024/11/20-20:38:03.221591 140008769623616 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00/067866.sst): second pass time = 0.05's, 133.075'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 210.258'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 7.665'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.205'MB/sec write SST data time = 0.00's, 936.893'MB/sec dict compress time = 2513131562.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.063'MB, throughput = 1897.127'MB/sec zip my value time = 0.05's, unzip length = 0.006'GB zip my value throughput = 133.075'MB/sec zip pipeline throughput = 133.075'MB/sec entries = 6086 avg-key = 20.00 avg-zkey = 0.03 avg-val = 1017.19 avg-zval = 320.68 usrkeys = 6086 avg-key = 12.00 avg-zkey = 0.03 avg-val = 1017.22 avg-zval = 320.68 TagRS{ kinds = RS_Key0_TagN bytes = 1040 } TagArray{ size = 27 bytes = 112 } seq expand size = 189 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0062 GB dict = 0.06 MB all = 0.0063 GB } __ZipSize{ index = 0.0000 GB value = 0.0020 GB dict = 0.06 MB all = 0.0020 GB } UnZip/Zip{ index = 380.3750 value = 3.1720 dict = 1.00 all = 3.1291 } Zip/UnZip{ index = 0.0026 value = 0.3153 dict = 1.00 all = 0.3196 } ---------------------------- total value len = 564.127668 GB avg = 0.332 KB (by entry num) total key len = 44.335237 GB avg = 0.026 KB total ukey len = 32.806640 GB avg = 0.014 KB total ukey num = 2.322056099 Billion total entry num = 1.701558121 Billion write speed all = 65.702542506 MB/sec (with seq num) write speed all = 64.232652476 MB/sec (without seq num) 2024/11/20-20:38:03.231077 140008769623616 [compaction_job.cc:1948] [default] [JOB 11276] Generated table #67866: 6086 keys, 2017289 bytes, temperature: kWarm 2024/11/20-20:38:03.231131 140008769623616 EVENT_LOG_v1 {"time_micros": 1732106283231103, "cf_name": "default", "job": 11276, "event": "table_file_creation", "file_number": 67866, "file_size": 2017289, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1092171460, "table_properties": {"data_size": 1951664, "index_size": 192, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 121720, "raw_average_key_size": 20, "raw_value_size": 6190591, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 6086, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-UintIndex_AllOne-DictZipBlobStore", "creation_time": 1732106283, "oldest_key_time": 0, "file_creation_time": 1732106283, "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": 67866, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:38:03.240785 140008769623616 [compaction_job.cc:703] job-11276: subcompact[0], size: 0.338946 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-11276/att-00 [067858,067859,067860,067861,067862,067863,067864,067865,067866] 2024/11/20-20:38:03.318316 140008769623616 (Original Log Time 2024/11/20-20:37:50.130214) EVENT_LOG_v1 {"time_micros": 1732106270130176, "job": 11276, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [67849], "files_L3": [67734, 67736, 67721, 67722, 67723, 67724, 67725, 67726, 67780], "score": 0.871287, "input_data_size": 370956221, "oldest_snapshot_seqno": 1097348037} 2024/11/20-20:38:03.318319 140008769623616 (Original Log Time 2024/11/20-20:38:03.303214) [compaction_job.cc:2022] [default] [JOB 11276] Compacted 1@2 + 9@3 files to L3 => 338946313 bytes 2024/11/20-20:38:03.318320 140008769623616 (Original Log Time 2024/11/20-20:38:03.318245) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 9 0 0 0] max score 0.01, MB/sec: 28.3 rd, 25.9 wr, level 3, files in(1, 9) out(9 +0 blob) MB in(31.2, 322.5 +0.0 blob) out(323.2 +0.0 blob), read-write-amplify(21.7) write-amplify(10.3) OK, records in: 1071260, records dropped: 29737 output_compression: Snappy 2024/11/20-20:38:03.318324 140008769623616 (Original Log Time 2024/11/20-20:38:03.318294) EVENT_LOG_v1 {"time_micros": 1732106283318270, "cf": "default", "job": 11276, "event": "compaction_finished", "compaction_time_micros": 13110579, "compaction_time_cpu_micros": 3412404, "output_level": 3, "num_output_files": 9, "total_output_size": 338946313, "num_input_records": 1071260, "num_output_records": 1041523, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 240784505, "file_range_sync_nanos": 0, "file_fsync_nanos": 7790, "file_prepare_write_nanos": 21049, "lsm_state": [0, 0, 0, 9, 0, 0, 0]} 2024/11/20-20:38:03.455008 140008769623616 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":1732106269,"executesMs":13331,"compactionJobId":11276,"attempt":0,"compactionInputRawBytes":1110895144,"compactionInputZipBytes":370956221,"compactionOutputRawBytes":0,"compactionOutputZipBytes":338946313,"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-8b014c3b7b14df1f9a02c754412c481f-771c7e1596e53020-00"}}, response = 2024/11/20-20:38:03.455117 140008769623616 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-11276/att-00: olev 3, work 13.332 s, result 6.251 ms, install 15.124 ms, input{raw 1.035 GiB zip 353.771 MiB}