2024/11/20-16:06:56.652961 140257273517632 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00: fork to child time = 0.010159 sec 2024/11/20-16:06:56.653463 140257273517632 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00 2024/11/20-16:06:56.659851 140257273517632 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00 2024/11/20-16:06:56.661492 140257273517632 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-16:06:56.661709 140257273517632 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-16:06:56.712148 140257273517632 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-14758/att-00/MANIFEST-019309 2024/11/20-16:06:56.793170 140257273517632 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-14758/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 43529, last_sequence is 751783832, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 43372 2024/11/20-16:06:56.793178 140257273517632 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-16:06:56.793252 140257273517632 [version_set.cc:5724] Creating manifest 43529 2024/11/20-16:06:56.824831 140257273517632 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-16:06:56.843769 140257273517632 [compaction_job.cc:2437] [default] [JOB 14758] Compacting 1@2 + 6@3 files to L3, score 0.93, subcompactions 1 : 1 2024/11/20-16:06:56.843780 140257273517632 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 11605 Base level 2, inputs: [43524(31MB)], [43433(40MB) 43434(40MB) 43435(39MB) 43436(39MB) 43437(39MB) 43438(40MB)] 2024/11/20-16:06:56.852617 140257273517632 [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-16:06:56.852641 140257273517632 [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-16:06:56.852661 140257273517632 [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-16:06:56.852669 140257273517632 [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-16:06:56.852679 140257273517632 [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-16:06:57.475528 140257273517632 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043530.sst) /dev/shm/ToplingTemp/Topling-544371-oQKhQ0 2024/11/20-16:06:57.671853 140257273517632 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043530.sst): first pass time = 0.20's, 683.807'MB/sec 2024/11/20-16:06:58.244586 140257273517632 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043530.sst): old prealloc_size = 147639500, real_size = 41005184 2024/11/20-16:06:58.244711 140257273517632 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043530.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.76 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.98 avg-zval = 314.80 2024/11/20-16:06:58.244869 140257273517632 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043530.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-16:06:58.407811 140257273517632 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043530.sst): second pass time = 0.57's, 230.236'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.239'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2241.228'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.05's, 947.049'MB/sec dict compress time = 8314045560.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45966.813'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 230.236'MB/sec zip pipeline throughput = 230.236'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1016.98 avg-zval = 314.80 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1023.98 avg-zval = 314.80 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129432 bytes = 453024 } seq expand size = 906024 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.8362 value = 3.2305 dict = 1.00 all = 3.1355 } Zip/UnZip{ index = 0.1463 value = 0.3095 dict = 1.00 all = 0.3189 } ---------------------------- total value len = 0.132536 GB avg = 1.024 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129432 Billion total entry num = 0.000129432 Billion write speed all = 0.005126782 MB/sec (with seq num) write speed all = 0.005087496 MB/sec (without seq num) 2024/11/20-16:06:58.458691 140257273517632 [compaction_job.cc:1948] [default] [JOB 14758] Generated table #43530: 129432 keys, 42805760 bytes, temperature: kWarm 2024/11/20-16:06:58.458796 140257273517632 EVENT_LOG_v1 {"time_micros": 1732090018458754, "cf_name": "default", "job": 14758, "event": "table_file_creation", "file_number": 43530, "file_size": 42805760, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 528731813, "largest_seqno": 751586503, "table_properties": {"data_size": 40745456, "index_size": 227200, "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": 131629720, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732090017, "oldest_key_time": 0, "file_creation_time": 1732090017, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 43530, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:06:58.499844 140257273517632 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043531.sst) /dev/shm/ToplingTemp/Topling-544371-Puvq3W 2024/11/20-16:06:59.000276 140257273517632 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043531.sst): first pass time = 0.50's, 268.223'MB/sec 2024/11/20-16:06:59.534686 140257273517632 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043531.sst): old prealloc_size = 147639500, real_size = 40575296 2024/11/20-16:06:59.534812 140257273517632 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043531.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.73 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.01 avg-zval = 311.52 2024/11/20-16:06:59.534907 140257273517632 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043531.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-16:06:59.751593 140257273517632 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043531.sst): second pass time = 0.53's, 246.614'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.22's, 194.035'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2163.619'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.210'MB/sec write SST data time = 0.06's, 669.891'MB/sec dict compress time = 8314045560.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 37003.410'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.614'MB/sec zip pipeline throughput = 246.614'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.01 avg-zval = 311.52 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1019.12 avg-zval = 311.52 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 39041 bytes = 136656 } seq expand size = 273287 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.9515 value = 3.2647 dict = 1.00 all = 3.1896 } Zip/UnZip{ index = 0.1439 value = 0.3063 dict = 1.00 all = 0.3135 } ---------------------------- total value len = 0.264438 GB avg = 1.022 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258860 Billion total entry num = 0.000258860 Billion write speed all = 0.010229021 MB/sec (with seq num) write speed all = 0.010150454 MB/sec (without seq num) 2024/11/20-16:06:59.807718 140257273517632 [compaction_job.cc:1948] [default] [JOB 14758] Generated table #43531: 129428 keys, 42079564 bytes, temperature: kWarm 2024/11/20-16:06:59.807806 140257273517632 EVENT_LOG_v1 {"time_micros": 1732090019807764, "cf_name": "default", "job": 14758, "event": "table_file_creation", "file_number": 43531, "file_size": 42079564, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 751586505, "table_properties": {"data_size": 40319344, "index_size": 223424, "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": 131629421, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732090018, "oldest_key_time": 0, "file_creation_time": 1732090018, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 43531, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:06:59.857206 140257273517632 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043532.sst) /dev/shm/ToplingTemp/Topling-544371-KoMniY 2024/11/20-16:07:00.400611 140257273517632 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043532.sst): first pass time = 0.54's, 247.019'MB/sec 2024/11/20-16:07:00.895200 140257273517632 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043532.sst): old prealloc_size = 147639500, real_size = 40421120 2024/11/20-16:07:00.895329 140257273517632 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043532.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.0402 GB avg-val =1016.98 avg-zval = 310.31 2024/11/20-16:07:00.895397 140257273517632 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043532.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-16:07:01.054155 140257273517632 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043532.sst): second pass time = 0.49's, 266.592'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.299'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2195.122'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.281'MB/sec write SST data time = 0.04's, 961.056'MB/sec dict compress time = 8314045560.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 32328.110'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 266.592'MB/sec zip pipeline throughput = 266.592'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.98 avg-zval = 310.31 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.91 avg-zval = 310.31 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 17253 bytes = 60400 } seq expand size = 120771 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.0418 GB } UnZip/Zip{ index = 6.9141 value = 3.2773 dict = 1.00 all = 3.2072 } Zip/UnZip{ index = 0.1446 value = 0.3051 dict = 1.00 all = 0.3118 } ---------------------------- total value len = 0.396189 GB avg = 1.020 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004660 GB avg = 0.012 KB total ukey num = 0.000388292 Billion total entry num = 0.000388292 Billion write speed all = 0.015324987 MB/sec (with seq num) write speed all = 0.015207140 MB/sec (without seq num) 2024/11/20-16:07:01.106842 140257273517632 [compaction_job.cc:1948] [default] [JOB 14758] Generated table #43532: 129432 keys, 41849249 bytes, temperature: kWarm 2024/11/20-16:07:01.106907 140257273517632 EVENT_LOG_v1 {"time_micros": 1732090021106878, "cf_name": "default", "job": 14758, "event": "table_file_creation", "file_number": 43532, "file_size": 41849249, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 751576906, "table_properties": {"data_size": 40163952, "index_size": 224640, "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": 131629567, "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": 1732090019, "oldest_key_time": 0, "file_creation_time": 1732090019, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 43532, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:07:01.143290 140257273517632 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043533.sst) /dev/shm/ToplingTemp/Topling-544371-YXNGDX 2024/11/20-16:07:01.634777 140257273517632 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043533.sst): first pass time = 0.49's, 273.111'MB/sec 2024/11/20-16:07:02.165237 140257273517632 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043533.sst): old prealloc_size = 147639500, real_size = 40420816 2024/11/20-16:07:02.165364 140257273517632 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043533.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.74 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.31 2024/11/20-16:07:02.165436 140257273517632 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043533.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-16:07:02.327564 140257273517632 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043533.sst): second pass time = 0.53's, 248.572'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 257.793'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2375.108'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.04's, 933.688'MB/sec dict compress time = 8314045560.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25093.808'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 248.572'MB/sec zip pipeline throughput = 248.572'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.00 avg-zval = 310.31 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.91 avg-zval = 310.31 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 16668 bytes = 58352 } seq expand size = 116676 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.0418 GB } UnZip/Zip{ index = 6.9159 value = 3.2773 dict = 1.00 all = 3.2074 } Zip/UnZip{ index = 0.1446 value = 0.3051 dict = 1.00 all = 0.3118 } ---------------------------- total value len = 0.527935 GB avg = 1.020 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517721 Billion total entry num = 0.000517721 Billion write speed all = 0.020420328 MB/sec (with seq num) write speed all = 0.020263207 MB/sec (without seq num) 2024/11/20-16:07:02.385539 140257273517632 [compaction_job.cc:1948] [default] [JOB 14758] Generated table #43533: 129429 keys, 41846764 bytes, temperature: kWarm 2024/11/20-16:07:02.385607 140257273517632 EVENT_LOG_v1 {"time_micros": 1732090022385575, "cf_name": "default", "job": 14758, "event": "table_file_creation", "file_number": 43533, "file_size": 41846764, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 751579822, "table_properties": {"data_size": 40163712, "index_size": 224576, "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": 131629938, "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": 1732090021, "oldest_key_time": 0, "file_creation_time": 1732090021, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 43533, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:07:02.422538 140257273517632 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043534.sst) /dev/shm/ToplingTemp/Topling-544371-LeGj20 2024/11/20-16:07:02.911674 140257273517632 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043534.sst): first pass time = 0.49's, 274.426'MB/sec 2024/11/20-16:07:03.490922 140257273517632 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043534.sst): old prealloc_size = 147639500, real_size = 40386832 2024/11/20-16:07:03.491074 140257273517632 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043534.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129434 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.97 avg-zval = 310.07 2024/11/20-16:07:03.491137 140257273517632 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043534.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-16:07:03.652324 140257273517632 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043534.sst): second pass time = 0.58's, 227.560'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.909'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1893.238'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.05's, 910.426'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40208.337'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 227.560'MB/sec zip pipeline throughput = 372.852'MB/sec entries = 129434 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.97 avg-zval = 310.07 usrkeys = 129434 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.41 avg-zval = 310.07 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 8240 bytes = 28848 } seq expand size = 57680 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.0182 value = 3.2798 dict = 1.00 all = 3.2122 } Zip/UnZip{ index = 0.1425 value = 0.3049 dict = 1.00 all = 0.3113 } ---------------------------- total value len = 0.659623 GB avg = 1.019 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647155 Billion total entry num = 0.000647155 Billion write speed all = 0.025512893 MB/sec (with seq num) write speed all = 0.025316502 MB/sec (without seq num) 2024/11/20-16:07:03.702991 140257273517632 [compaction_job.cc:1948] [default] [JOB 14758] Generated table #43534: 129434 keys, 41783757 bytes, temperature: kWarm 2024/11/20-16:07:03.703070 140257273517632 EVENT_LOG_v1 {"time_micros": 1732090023703026, "cf_name": "default", "job": 14758, "event": "table_file_creation", "file_number": 43534, "file_size": 41783757, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 751532373, "table_properties": {"data_size": 40132992, "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": 2588680, "raw_average_key_size": 20, "raw_value_size": 131629959, "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": 1732090022, "oldest_key_time": 0, "file_creation_time": 1732090022, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 43534, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:07:03.740942 140257273517632 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043535.sst) /dev/shm/ToplingTemp/Topling-544371-iVp2VW 2024/11/20-16:07:04.253819 140257273517632 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043535.sst): first pass time = 0.51's, 261.726'MB/sec 2024/11/20-16:07:04.749260 140257273517632 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043535.sst): old prealloc_size = 147639500, real_size = 40956336 2024/11/20-16:07:04.749410 140257273517632 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043535.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129425 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.78 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.03 avg-zval = 314.42 2024/11/20-16:07:04.749560 140257273517632 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043535.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-16:07:04.916456 140257273517632 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043535.sst): second pass time = 0.49's, 266.185'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 255.656'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2089.912'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.05's, 873.671'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42686.323'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 266.185'MB/sec zip pipeline throughput = 266.185'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.03 avg-zval = 314.42 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1023.53 avg-zval = 314.42 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 120164 bytes = 420592 } seq expand size = 841148 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.7465 value = 3.2347 dict = 1.00 all = 3.1400 } Zip/UnZip{ index = 0.1482 value = 0.3092 dict = 1.00 all = 0.3185 } ---------------------------- total value len = 0.792094 GB avg = 1.020 KB (by entry num) total key len = 0.015532 GB avg = 0.020 KB total ukey len = 0.009319 GB avg = 0.012 KB total ukey num = 0.000776580 Billion total entry num = 0.000776580 Billion write speed all = 0.030634714 MB/sec (with seq num) write speed all = 0.030399057 MB/sec (without seq num) 2024/11/20-16:07:04.968121 140257273517632 [compaction_job.cc:1948] [default] [JOB 14758] Generated table #43535: 129425 keys, 42745039 bytes, temperature: kWarm 2024/11/20-16:07:04.968184 140257273517632 EVENT_LOG_v1 {"time_micros": 1732090024968155, "cf_name": "default", "job": 14758, "event": "table_file_creation", "file_number": 43535, "file_size": 42745039, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 751587711, "table_properties": {"data_size": 40693600, "index_size": 230208, "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": 2588500, "raw_average_key_size": 20, "raw_value_size": 131629557, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129425, "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": 1732090023, "oldest_key_time": 0, "file_creation_time": 1732090023, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 43535, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:07:05.006176 140257273517632 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043536.sst) /dev/shm/ToplingTemp/Topling-544371-XPnw5Z 2024/11/20-16:07:05.010887 140257273517632 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043536.sst): first pass time = 0.00's, 96.925'MB/sec 2024/11/20-16:07:05.034263 140257273517632 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043536.sst): old prealloc_size = 147639500, real_size = 142408 2024/11/20-16:07:05.034302 140257273517632 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043536.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 437 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.38 raw-val = 0.0004 GB zip-val = 0.0001 GB avg-val =1016.70 avg-zval = 324.87 2024/11/20-16:07:05.034650 140257273517632 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00/043536.sst): second pass time = 0.02's, 19.476'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 394.551'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 8.053'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 4.705'MB/sec write SST data time = 0.00's, 448.765'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.007'MB, throughput = 346.385'MB/sec zip my value time = 0.02's, unzip length = 0.000'GB zip my value throughput = 19.476'MB/sec zip pipeline throughput = 19.476'MB/sec entries = 437 avg-key = 20.00 avg-zkey = 0.44 avg-val = 1016.70 avg-zval = 324.87 usrkeys = 437 avg-key = 12.00 avg-zkey = 0.44 avg-val = 1016.70 avg-zval = 324.87 TagRS{ kinds = LegacyZvType bytes = 0 } TagArray{ size = 0 bytes = 0 } seq expand size = 0 multi value expand size = 0 cnt WriteAppend = 4 UnZipSize{ index = 0.0000 GB value = 0.0004 GB dict = 0.01 MB all = 0.0005 GB } __ZipSize{ index = 0.0000 GB value = 0.0001 GB dict = 0.01 MB all = 0.0002 GB } UnZip/Zip{ index = 27.3125 value = 3.1296 dict = 1.00 all = 3.0115 } Zip/UnZip{ index = 0.0366 value = 0.3195 dict = 1.00 all = 0.3321 } ---------------------------- total value len = 0.792538 GB avg = 1.020 KB (by entry num) total key len = 0.015540 GB avg = 0.020 KB total ukey len = 0.009324 GB avg = 0.012 KB total ukey num = 0.000777017 Billion total entry num = 0.000777017 Billion write speed all = 0.030651761 MB/sec (with seq num) write speed all = 0.030415973 MB/sec (without seq num) 2024/11/20-16:07:05.040575 140257273517632 [compaction_job.cc:1948] [default] [JOB 14758] Generated table #43536: 437 keys, 150438 bytes, temperature: kWarm 2024/11/20-16:07:05.040616 140257273517632 EVENT_LOG_v1 {"time_micros": 1732090025040592, "cf_name": "default", "job": 14758, "event": "table_file_creation", "file_number": 43536, "file_size": 150438, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 0, "table_properties": {"data_size": 141968, "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": 8740, "raw_average_key_size": 20, "raw_value_size": 444297, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 437, "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": "TooZip", "compression_options": "LegacyZvType-UintIndex_AllOne-DictZipBlobStore", "creation_time": 1732090024, "oldest_key_time": 0, "file_creation_time": 1732090024, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 43536, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-16:07:05.050797 140257273517632 [compaction_job.cc:703] job-14758: subcompact[0], size: 0.253261 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14758/att-00 [043530,043531,043532,043533,043534,043535,043536] 2024/11/20-16:07:05.098129 140257273517632 (Original Log Time 2024/11/20-16:06:56.843833) EVENT_LOG_v1 {"time_micros": 1732090016843794, "job": 14758, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [43524], "files_L3": [43433, 43434, 43435, 43436, 43437, 43438], "score": 0.932985, "input_data_size": 285820660, "oldest_snapshot_seqno": 751783766} 2024/11/20-16:07:05.098132 140257273517632 (Original Log Time 2024/11/20-16:07:05.097378) [compaction_job.cc:2022] [default] [JOB 14758] Compacted 1@2 + 6@3 files to L3 => 253260571 bytes 2024/11/20-16:07:05.098134 140257273517632 (Original Log Time 2024/11/20-16:07:05.098071) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 34.8 rd, 30.9 wr, level 3, files in(1, 6) out(7 +0 blob) MB in(31.2, 241.4 +0.0 blob) out(241.5 +0.0 blob), read-write-amplify(16.5) write-amplify(7.7) OK, records in: 808512, records dropped: 31495 output_compression: Snappy 2024/11/20-16:07:05.098138 140257273517632 (Original Log Time 2024/11/20-16:07:05.098115) EVENT_LOG_v1 {"time_micros": 1732090025098093, "cf": "default", "job": 14758, "event": "compaction_finished", "compaction_time_micros": 8206969, "compaction_time_cpu_micros": 2210437, "output_level": 3, "num_output_files": 7, "total_output_size": 253260571, "num_input_records": 808512, "num_output_records": 777017, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 186408165, "file_range_sync_nanos": 0, "file_fsync_nanos": 6013, "file_prepare_write_nanos": 13709, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-16:07:05.225197 140257273517632 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732076400,"starts":1732090016,"executesMs":8436,"compactionJobId":14758,"attempt":0,"compactionInputRawBytes":838421506,"compactionInputZipBytes":285820660,"compactionOutputRawBytes":0,"compactionOutputZipBytes":253260571,"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-1f8e4367b9214f29adefd6ed278f6173-865d795fc24a88ec-00"}}, response = 2024/11/20-16:07:05.225283 140257273517632 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-14758/att-00: olev 3, work 8.436 s, result 7.985 ms, install 0.776 ms, input{raw 799.581 MiB zip 272.580 MiB}