2024/11/20-15:43:39.709158 140257861006912 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00: fork to child time = 0.009757 sec 2024/11/20-15:43:39.709674 140257861006912 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00 2024/11/20-15:43:39.716162 140257861006912 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00 2024/11/20-15:43:39.717766 140257861006912 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:43:39.717978 140257861006912 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-15:43:39.763151 140257861006912 [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-13589/att-00/MANIFEST-019309 2024/11/20-15:43:39.812389 140257861006912 [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-13589/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 41360, last_sequence is 725226293, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 41206 2024/11/20-15:43:39.812395 140257861006912 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:43:39.812473 140257861006912 [version_set.cc:5724] Creating manifest 41360 2024/11/20-15:43:39.843769 140257861006912 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:43:39.862954 140257861006912 [compaction_job.cc:2437] [default] [JOB 13589] Compacting 1@2 + 7@3 files to L3, score 0.92, subcompactions 1 : 1 2024/11/20-15:43:39.862966 140257861006912 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10852 Base level 2, inputs: [41338(31MB)], [41301(40MB) 41302(430KB) 41273(40MB) 41274(39MB) 41275(40MB) 41276(40MB) 41326(40MB)] 2024/11/20-15:43:39.869636 140257861006912 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:43:39.869658 140257861006912 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:43:39.869678 140257861006912 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-15:43:39.869686 140257861006912 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-15:43:39.869696 140257861006912 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-15:43:40.481559 140257861006912 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041361.sst) /dev/shm/ToplingTemp/Topling-506472-PGeIPe 2024/11/20-15:43:40.649938 140257861006912 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041361.sst): first pass time = 0.17's, 797.337'MB/sec 2024/11/20-15:43:41.144154 140257861006912 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041361.sst): old prealloc_size = 147639500, real_size = 40815136 2024/11/20-15:43:41.144279 140257861006912 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041361.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.70 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.02 avg-zval = 313.40 2024/11/20-15:43:41.144417 140257861006912 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041361.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:43:41.304676 140257861006912 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041361.sst): second pass time = 0.49's, 266.816'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 264.587'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2231.096'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.04's, 988.225'MB/sec dict compress time = 0.00's, 1378199.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 29312.157'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 266.816'MB/sec zip pipeline throughput = 266.816'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.02 avg-zval = 313.40 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1021.53 avg-zval = 313.40 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 83488 bytes = 292224 } seq expand size = 584416 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0425 GB } UnZip/Zip{ index = 7.0484 value = 3.2451 dict = 1.00 all = 3.1599 } Zip/UnZip{ index = 0.1419 value = 0.3082 dict = 1.00 all = 0.3165 } ---------------------------- total value len = 0.132214 GB avg = 1.022 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.000129427 Billion total entry num = 0.000129427 Billion write speed all = 0.005400848 MB/sec (with seq num) write speed all = 0.005359365 MB/sec (without seq num) 2024/11/20-15:43:41.362748 140257861006912 [compaction_job.cc:1948] [default] [JOB 13589] Generated table #41361: 129427 keys, 42475222 bytes, temperature: kWarm 2024/11/20-15:43:41.362826 140257861006912 EVENT_LOG_v1 {"time_micros": 1732088621362787, "cf_name": "default", "job": 13589, "event": "table_file_creation", "file_number": 41361, "file_size": 42475222, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724897371, "table_properties": {"data_size": 40562256, "index_size": 220352, "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": 131629338, "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": 1732088620, "oldest_key_time": 0, "file_creation_time": 1732088620, "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": 41361, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:43:41.399608 140257861006912 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041362.sst) /dev/shm/ToplingTemp/Topling-506472-0fOyme 2024/11/20-15:43:41.907504 140257861006912 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041362.sst): first pass time = 0.51's, 264.278'MB/sec 2024/11/20-15:43:42.482817 140257861006912 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041362.sst): old prealloc_size = 147639500, real_size = 40520944 2024/11/20-15:43:42.482963 140257861006912 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041362.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.87 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.95 2024/11/20-15:43:42.483110 140257861006912 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041362.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:43:42.754931 140257861006912 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041362.sst): second pass time = 0.57's, 229.115'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.27's, 154.696'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2027.246'MB/sec (index lex order gen) rebuild zvType time = 0.19's, 0.174'MB/sec write SST data time = 0.09's, 491.562'MB/sec dict compress time = 0.00's, 1377958.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34440.340'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 229.115'MB/sec zip pipeline throughput = 302.403'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.87 avg-val = 1016.99 avg-zval = 310.95 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.87 avg-val = 1020.09 avg-zval = 310.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 57319 bytes = 200624 } seq expand size = 401233 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.0421 GB } UnZip/Zip{ index = 6.4269 value = 3.2706 dict = 1.00 all = 3.1889 } Zip/UnZip{ index = 0.1556 value = 0.3058 dict = 1.00 all = 0.3136 } ---------------------------- total value len = 0.264244 GB avg = 1.021 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.000258857 Billion total entry num = 0.000258857 Billion write speed all = 0.010793731 MB/sec (with seq num) write speed all = 0.010710767 MB/sec (without seq num) 2024/11/20-15:43:42.818524 140257861006912 [compaction_job.cc:1948] [default] [JOB 13589] Generated table #41362: 129430 keys, 42089253 bytes, temperature: kWarm 2024/11/20-15:43:42.818611 140257861006912 EVENT_LOG_v1 {"time_micros": 1732088622818570, "cf_name": "default", "job": 13589, "event": "table_file_creation", "file_number": 41362, "file_size": 42089253, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724894014, "table_properties": {"data_size": 40246752, "index_size": 241664, "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": 131629286, "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": 1732088621, "oldest_key_time": 0, "file_creation_time": 1732088621, "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": 41362, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:43:42.871570 140257861006912 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041363.sst) /dev/shm/ToplingTemp/Topling-506472-i9v6wg 2024/11/20-15:43:43.375713 140257861006912 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041363.sst): first pass time = 0.50's, 266.260'MB/sec 2024/11/20-15:43:43.900230 140257861006912 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041363.sst): old prealloc_size = 147639500, real_size = 40365920 2024/11/20-15:43:43.900347 140257861006912 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041363.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.69 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 309.93 2024/11/20-15:43:43.900400 140257861006912 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041363.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:43:44.128531 140257861006912 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041363.sst): second pass time = 0.52's, 251.327'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.23's, 182.872'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2320.878'MB/sec (index lex order gen) rebuild zvType time = 0.17's, 0.193'MB/sec write SST data time = 0.06's, 686.196'MB/sec dict compress time = 0.00's, 1378092.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45230.800'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 251.327'MB/sec zip pipeline throughput = 251.327'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.69 avg-val = 1016.99 avg-zval = 309.93 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.69 avg-val = 1017.13 avg-zval = 309.93 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2474 bytes = 8672 } seq expand size = 17318 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 7.0856 value = 3.2814 dict = 1.00 all = 3.2154 } Zip/UnZip{ index = 0.1411 value = 0.3048 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.395891 GB avg = 1.020 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388287 Billion total entry num = 0.000388287 Billion write speed all = 0.016170672 MB/sec (with seq num) write speed all = 0.016046232 MB/sec (without seq num) 2024/11/20-15:43:44.188870 140257861006912 [compaction_job.cc:1948] [default] [JOB 13589] Generated table #41363: 129430 keys, 41742379 bytes, temperature: kWarm 2024/11/20-15:43:44.188961 140257861006912 EVENT_LOG_v1 {"time_micros": 1732088624188914, "cf_name": "default", "job": 13589, "event": "table_file_creation", "file_number": 41363, "file_size": 41742379, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724869768, "table_properties": {"data_size": 40114192, "index_size": 219200, "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": 131629661, "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": 1732088622, "oldest_key_time": 0, "file_creation_time": 1732088622, "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": 41363, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:43:44.235918 140257861006912 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041364.sst) /dev/shm/ToplingTemp/Topling-506472-LTu3sd 2024/11/20-15:43:44.903551 140257861006912 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041364.sst): first pass time = 0.67's, 201.052'MB/sec 2024/11/20-15:43:45.488013 140257861006912 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041364.sst): old prealloc_size = 147639500, real_size = 40513760 2024/11/20-15:43:45.488192 140257861006912 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041364.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.86 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.02 avg-zval = 310.91 2024/11/20-15:43:45.488283 140257861006912 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041364.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:43:45.645191 140257861006912 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041364.sst): second pass time = 0.58's, 225.484'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 267.663'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2440.101'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 994.502'MB/sec dict compress time = 0.00's, 1378030.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40154.729'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 225.484'MB/sec zip pipeline throughput = 225.484'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.86 avg-val = 1017.02 avg-zval = 310.91 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.86 avg-val = 1019.94 avg-zval = 310.91 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 54106 bytes = 189392 } seq expand size = 378742 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.0421 GB } UnZip/Zip{ index = 6.4456 value = 3.2711 dict = 1.00 all = 3.1903 } Zip/UnZip{ index = 0.1551 value = 0.3057 dict = 1.00 all = 0.3135 } ---------------------------- total value len = 0.527899 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.000517714 Billion total entry num = 0.000517714 Billion write speed all = 0.021561360 MB/sec (with seq num) write speed all = 0.021395452 MB/sec (without seq num) 2024/11/20-15:43:45.730121 140257861006912 [compaction_job.cc:1948] [default] [JOB 13589] Generated table #41364: 129427 keys, 42070829 bytes, temperature: kWarm 2024/11/20-15:43:45.730185 140257861006912 EVENT_LOG_v1 {"time_micros": 1732088625730155, "cf_name": "default", "job": 13589, "event": "table_file_creation", "file_number": 41364, "file_size": 42070829, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724888740, "table_properties": {"data_size": 40240272, "index_size": 240960, "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": 131629360, "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": 1732088624, "oldest_key_time": 0, "file_creation_time": 1732088624, "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": 41364, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:43:45.765639 140257861006912 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041365.sst) /dev/shm/ToplingTemp/Topling-506472-gSgdrf 2024/11/20-15:43:46.278140 140257861006912 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041365.sst): first pass time = 0.51's, 261.906'MB/sec 2024/11/20-15:43:46.798908 140257861006912 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041365.sst): old prealloc_size = 147639500, real_size = 40774256 2024/11/20-15:43:46.799052 140257861006912 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041365.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129423 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.05 avg-zval = 313.10 2024/11/20-15:43:46.799171 140257861006912 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041365.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:43:46.956030 140257861006912 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041365.sst): second pass time = 0.52's, 253.171'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 269.957'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1847.266'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.04's, 1005.741'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 = 43017.668'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 253.171'MB/sec zip pipeline throughput = 253.171'MB/sec entries = 129423 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.05 avg-zval = 313.10 usrkeys = 129423 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1021.22 avg-zval = 313.10 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 77149 bytes = 270032 } seq expand size = 540043 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0405 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 7.0687 value = 3.2483 dict = 1.00 all = 3.1646 } Zip/UnZip{ index = 0.1415 value = 0.3078 dict = 1.00 all = 0.3160 } ---------------------------- total value len = 0.660069 GB avg = 1.020 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.000647137 Billion total entry num = 0.000647137 Billion write speed all = 0.026958088 MB/sec (with seq num) write speed all = 0.026750714 MB/sec (without seq num) 2024/11/20-15:43:47.012801 140257861006912 [compaction_job.cc:1948] [default] [JOB 13589] Generated table #41365: 129423 keys, 42412054 bytes, temperature: kWarm 2024/11/20-15:43:47.012856 140257861006912 EVENT_LOG_v1 {"time_micros": 1732088627012829, "cf_name": "default", "job": 13589, "event": "table_file_creation", "file_number": 41365, "file_size": 42412054, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724897260, "table_properties": {"data_size": 40522016, "index_size": 219712, "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": 2588460, "raw_average_key_size": 20, "raw_value_size": 131629685, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129423, "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": 1732088625, "oldest_key_time": 0, "file_creation_time": 1732088625, "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": 41365, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:43:47.047216 140257861006912 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041366.sst) /dev/shm/ToplingTemp/Topling-506472-hp6rpd 2024/11/20-15:43:47.579296 140257861006912 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041366.sst): first pass time = 0.53's, 252.267'MB/sec 2024/11/20-15:43:48.119883 140257861006912 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041366.sst): old prealloc_size = 147639500, real_size = 40971584 2024/11/20-15:43:48.119999 140257861006912 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041366.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129433 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.97 avg-zval = 314.53 2024/11/20-15:43:48.120287 140257861006912 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041366.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-15:43:48.309202 140257861006912 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041366.sst): second pass time = 0.54's, 243.802'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 225.948'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2460.477'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.256'MB/sec write SST data time = 0.06's, 678.807'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 = 41424.856'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 243.802'MB/sec zip pipeline throughput = 243.802'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1016.97 avg-zval = 314.53 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1023.57 avg-zval = 314.53 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 122054 bytes = 427200 } seq expand size = 854378 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.8056 value = 3.2333 dict = 1.00 all = 3.1384 } Zip/UnZip{ index = 0.1469 value = 0.3093 dict = 1.00 all = 0.3186 } ---------------------------- total value len = 0.792553 GB avg = 1.021 KB (by entry num) total key len = 0.015531 GB avg = 0.020 KB total ukey len = 0.009319 GB avg = 0.012 KB total ukey num = 0.000776570 Billion total entry num = 0.000776570 Billion write speed all = 0.032366775 MB/sec (with seq num) write speed all = 0.032117939 MB/sec (without seq num) 2024/11/20-15:43:48.368957 140257861006912 [compaction_job.cc:1948] [default] [JOB 13589] Generated table #41366: 129433 keys, 42766394 bytes, temperature: kWarm 2024/11/20-15:43:48.369071 140257861006912 EVENT_LOG_v1 {"time_micros": 1732088628369002, "cf_name": "default", "job": 13589, "event": "table_file_creation", "file_number": 41366, "file_size": 42766394, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 724897264, "table_properties": {"data_size": 40710832, "index_size": 228224, "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": 2588660, "raw_average_key_size": 20, "raw_value_size": 131629286, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129433, "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": 1732088627, "oldest_key_time": 0, "file_creation_time": 1732088627, "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": 41366, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:43:48.406920 140257861006912 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041367.sst) /dev/shm/ToplingTemp/Topling-506472-OIeGQc 2024/11/20-15:43:48.414021 140257861006912 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041367.sst): first pass time = 0.01's, 369.724'MB/sec 2024/11/20-15:43:48.444422 140257861006912 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041367.sst): old prealloc_size = 147639500, real_size = 811224 2024/11/20-15:43:48.444452 140257861006912 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041367.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 2521 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.07 raw-val = 0.0026 GB zip-val = 0.0008 GB avg-val =1016.78 avg-zval = 321.41 2024/11/20-15:43:48.447588 140257861006912 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00/041367.sst): second pass time = 0.03's, 85.951'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 267.846'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 11.968'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.311'MB/sec write SST data time = 0.00's, 759.468'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.032'MB, throughput = 1056.356'MB/sec zip my value time = 0.03's, unzip length = 0.003'GB zip my value throughput = 85.951'MB/sec zip pipeline throughput = 85.951'MB/sec entries = 2521 avg-key = 20.00 avg-zkey = 0.08 avg-val = 1016.78 avg-zval = 321.41 usrkeys = 2521 avg-key = 12.00 avg-zkey = 0.08 avg-val = 1016.82 avg-zval = 321.41 TagRS{ kinds = RS_Key0_TagN bytes = 480 } TagArray{ size = 14 bytes = 64 } seq expand size = 98 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0026 GB dict = 0.03 MB all = 0.0026 GB } __ZipSize{ index = 0.0000 GB value = 0.0008 GB dict = 0.03 MB all = 0.0008 GB } UnZip/Zip{ index = 157.5625 value = 3.1635 dict = 1.00 all = 3.0977 } Zip/UnZip{ index = 0.0063 value = 0.3161 dict = 1.00 all = 0.3228 } ---------------------------- total value len = 0.795116 GB avg = 1.021 KB (by entry num) total key len = 0.015582 GB avg = 0.020 KB total ukey len = 0.009349 GB avg = 0.012 KB total ukey num = 0.000779091 Billion total entry num = 0.000779091 Billion write speed all = 0.032471288 MB/sec (with seq num) write speed all = 0.032221646 MB/sec (without seq num) 2024/11/20-15:43:48.455602 140257861006912 [compaction_job.cc:1948] [default] [JOB 13589] Generated table #41367: 2521 keys, 843750 bytes, temperature: kWarm 2024/11/20-15:43:48.455646 140257861006912 EVENT_LOG_v1 {"time_micros": 1732088628455622, "cf_name": "default", "job": 13589, "event": "table_file_creation", "file_number": 41367, "file_size": 843750, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 721755569, "table_properties": {"data_size": 810272, "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": 50420, "raw_average_key_size": 20, "raw_value_size": 2563299, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 2521, "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": 1732088628, "oldest_key_time": 0, "file_creation_time": 1732088628, "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": 41367, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:43:48.464775 140257861006912 [compaction_job.cc:703] job-13589: subcompact[0], size: 0.254400 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13589/att-00 [041361,041362,041363,041364,041365,041366,041367] 2024/11/20-15:43:48.506835 140257861006912 (Original Log Time 2024/11/20-15:43:39.863017) EVENT_LOG_v1 {"time_micros": 1732088619862978, "job": 13589, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [41338], "files_L3": [41301, 41302, 41273, 41274, 41275, 41276, 41326], "score": 0.918293, "input_data_size": 286736745, "oldest_snapshot_seqno": 725226191} 2024/11/20-15:43:48.506838 140257861006912 (Original Log Time 2024/11/20-15:43:48.506142) [compaction_job.cc:2022] [default] [JOB 13589] Compacted 1@2 + 7@3 files to L3 => 254399881 bytes 2024/11/20-15:43:48.506839 140257861006912 (Original Log Time 2024/11/20-15:43:48.506772) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 33.3 rd, 29.6 wr, level 3, files in(1, 7) out(7 +0 blob) MB in(31.2, 242.2 +0.0 blob) out(242.6 +0.0 blob), read-write-amplify(16.5) write-amplify(7.8) OK, records in: 809821, records dropped: 30730 output_compression: Snappy 2024/11/20-15:43:48.506843 140257861006912 (Original Log Time 2024/11/20-15:43:48.506818) EVENT_LOG_v1 {"time_micros": 1732088628506794, "cf": "default", "job": 13589, "event": "compaction_finished", "compaction_time_micros": 8601762, "compaction_time_cpu_micros": 2375146, "output_level": 3, "num_output_files": 7, "total_output_size": 254399881, "num_input_records": 809821, "num_output_records": 779091, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 213708644, "file_range_sync_nanos": 0, "file_fsync_nanos": 6501, "file_prepare_write_nanos": 15633, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-15:43:48.638072 140257861006912 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":1732088619,"executesMs":8790,"compactionJobId":13589,"attempt":0,"compactionInputRawBytes":839789817,"compactionInputZipBytes":286736745,"compactionOutputRawBytes":0,"compactionOutputZipBytes":254399881,"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-c38d3ed0cfa87b135fd50d106f00be68-0c0565e5f6c0afad-00"}}, response = 2024/11/20-15:43:48.638152 140257861006912 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-13589/att-00: olev 3, work 8.791 s, result 5.843 ms, install 0.714 ms, input{raw 800.886 MiB zip 273.453 MiB}