2024/11/21-04:16:45.588428 140008358381120 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00: fork to child time = 0.009871 sec 2024/11/21-04:16:45.588950 140008358381120 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00 2024/11/21-04:16:45.596919 140008358381120 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00 2024/11/21-04:16:45.598589 140008358381120 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-04:16:45.598805 140008358381120 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/21-04:16:45.645760 140008358381120 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-05231/att-00/MANIFEST-090329 2024/11/21-04:16:45.674104 140008358381120 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-05231/att-00/MANIFEST-090329 succeeded,manifest_file_number is 90329, next_file_number is 101404, last_sequence is 1523427200, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 101257 2024/11/21-04:16:45.674111 140008358381120 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-04:16:45.674185 140008358381120 [version_set.cc:5724] Creating manifest 101404 2024/11/21-04:16:45.702734 140008358381120 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-04:16:45.721912 140008358381120 [compaction_job.cc:2437] [default] [JOB 5231] Compacting 1@2 + 5@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/21-04:16:45.721924 140008358381120 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 3915 Base level 2, inputs: [101399(31MB)], [101333(40MB) 101334(908KB) 101295(40MB) 101296(40MB) 101315(40MB)] 2024/11/21-04:16:45.728854 140008358381120 [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/21-04:16:45.728884 140008358381120 [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/21-04:16:45.728903 140008358381120 [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/21-04:16:45.728911 140008358381120 [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/21-04:16:45.728920 140008358381120 [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/21-04:16:46.531247 140008358381120 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101405.sst) /dev/shm/ToplingTemp/Topling-1325908-knJ5Ka 2024/11/21-04:16:46.737110 140008358381120 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101405.sst): first pass time = 0.21's, 652.129'MB/sec 2024/11/21-04:16:47.317899 140008358381120 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101405.sst): old prealloc_size = 147639500, real_size = 41067760 2024/11/21-04:16:47.318080 140008358381120 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101405.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.71 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1017.00 avg-zval = 315.33 2024/11/21-04:16:47.318252 140008358381120 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101405.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/21-04:16:47.503872 140008358381120 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101405.sst): second pass time = 0.58's, 226.942'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 230.725'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1397.684'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.07's, 635.223'MB/sec dict compress time = 4122256225.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 32738.914'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 226.942'MB/sec zip pipeline throughput = 283.969'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 315.33 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.00 avg-zval = 315.33 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 485376 } seq expand size = 906010 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0408 GB dict = 1.38 MB all = 0.0429 GB } UnZip/Zip{ index = 6.9997 value = 3.2252 dict = 1.00 all = 3.1286 } Zip/UnZip{ index = 0.1429 value = 0.3101 dict = 1.00 all = 0.3196 } ---------------------------- total value len = 563.198268 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 16.515229001 MB/sec (with seq num) write speed all = 16.145374147 MB/sec (without seq num) 2024/11/21-04:16:47.559022 140008358381120 [compaction_job.cc:1948] [default] [JOB 5231] Generated table #101405: 129430 keys, 42900900 bytes, temperature: kWarm 2024/11/21-04:16:47.559161 140008358381120 EVENT_LOG_v1 {"time_micros": 1732133807559101, "cf_name": "default", "job": 5231, "event": "table_file_creation", "file_number": 101405, "file_size": 42900900, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1523401727, "table_properties": {"data_size": 40813344, "index_size": 221888, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131630094, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732133806, "oldest_key_time": 0, "file_creation_time": 1732133806, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 101405, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-04:16:47.618948 140008358381120 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101406.sst) /dev/shm/ToplingTemp/Topling-1325908-KCRgla 2024/11/21-04:16:48.164319 140008358381120 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101406.sst): first pass time = 0.55's, 246.127'MB/sec 2024/11/21-04:16:48.689511 140008358381120 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101406.sst): old prealloc_size = 147639500, real_size = 40814704 2024/11/21-04:16:48.689641 140008358381120 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101406.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.00 avg-zval = 313.38 2024/11/21-04:16:48.689779 140008358381120 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101406.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/21-04:16:48.858957 140008358381120 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101406.sst): second pass time = 0.52's, 250.978'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.786'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2166.953'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.05's, 878.208'MB/sec dict compress time = 4122256225.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 32016.959'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 250.978'MB/sec zip pipeline throughput = 250.978'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 313.38 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1021.45 avg-zval = 313.38 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 82301 bytes = 308640 } seq expand size = 576107 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.0425 GB } UnZip/Zip{ index = 6.9896 value = 3.2453 dict = 1.00 all = 3.1587 } Zip/UnZip{ index = 0.1431 value = 0.3081 dict = 1.00 all = 0.3166 } ---------------------------- total value len = 563.330474 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273435 Billion total entry num = 1.700775457 Billion write speed all = 16.518284844 MB/sec (with seq num) write speed all = 16.148415468 MB/sec (without seq num) 2024/11/21-04:16:48.912452 140008358381120 [compaction_job.cc:1948] [default] [JOB 5231] Generated table #101406: 129429 keys, 42491257 bytes, temperature: kWarm 2024/11/21-04:16:48.912524 140008358381120 EVENT_LOG_v1 {"time_micros": 1732133808912494, "cf_name": "default", "job": 5231, "event": "table_file_creation", "file_number": 101406, "file_size": 42491257, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1523344076, "table_properties": {"data_size": 40559968, "index_size": 222208, "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": 131629245, "raw_average_value_size": 1016, "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": 1732133807, "oldest_key_time": 0, "file_creation_time": 1732133807, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 101406, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-04:16:48.949722 140008358381120 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101407.sst) /dev/shm/ToplingTemp/Topling-1325908-Chwoe9 2024/11/21-04:16:49.452134 140008358381120 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101407.sst): first pass time = 0.50's, 267.174'MB/sec 2024/11/21-04:16:49.922397 140008358381120 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101407.sst): old prealloc_size = 147639500, real_size = 40556240 2024/11/21-04:16:49.922534 140008358381120 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101407.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.83 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.98 avg-zval = 311.25 2024/11/21-04:16:49.922675 140008358381120 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101407.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/21-04:16:50.088247 140008358381120 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101407.sst): second pass time = 0.47's, 280.356'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 255.239'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2086.584'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.05's, 877.862'MB/sec dict compress time = 4122256225.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 28103.282'MB/sec zip my value time = 0.47's, unzip length = 0.132'GB zip my value throughput = 280.356'MB/sec zip pipeline throughput = 280.356'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.83 avg-val = 1016.98 avg-zval = 311.25 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.83 avg-val = 1022.81 avg-zval = 311.25 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 107799 bytes = 404256 } seq expand size = 754593 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.5431 value = 3.2674 dict = 1.00 all = 3.1709 } Zip/UnZip{ index = 0.1528 value = 0.3061 dict = 1.00 all = 0.3154 } ---------------------------- total value len = 563.462858 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.321402867 Billion total entry num = 1.700904889 Billion write speed all = 16.521401838 MB/sec (with seq num) write speed all = 16.151516675 MB/sec (without seq num) 2024/11/21-04:16:50.139088 140008358381120 [compaction_job.cc:1948] [default] [JOB 5231] Generated table #101407: 129432 keys, 42327858 bytes, temperature: kWarm 2024/11/21-04:16:50.139150 140008358381120 EVENT_LOG_v1 {"time_micros": 1732133810139118, "cf_name": "default", "job": 5231, "event": "table_file_creation", "file_number": 101407, "file_size": 42327858, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1523401525, "table_properties": {"data_size": 40286336, "index_size": 237376, "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": 131629891, "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": 1732133808, "oldest_key_time": 0, "file_creation_time": 1732133808, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 101407, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-04:16:50.179147 140008358381120 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101408.sst) /dev/shm/ToplingTemp/Topling-1325908-wL51ca 2024/11/21-04:16:50.819759 140008358381120 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101408.sst): first pass time = 0.64's, 209.525'MB/sec 2024/11/21-04:16:51.330927 140008358381120 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101408.sst): old prealloc_size = 147639500, real_size = 40921360 2024/11/21-04:16:51.331042 140008358381120 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101408.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.77 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.03 avg-zval = 314.16 2024/11/21-04:16:51.331262 140008358381120 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101408.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/21-04:16:51.493543 140008358381120 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101408.sst): second pass time = 0.51's, 257.864'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.064'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2004.879'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.04's, 981.837'MB/sec dict compress time = 4122256225.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26358.013'MB/sec zip my value time = 0.51's, unzip length = 0.132'GB zip my value throughput = 257.864'MB/sec zip pipeline throughput = 257.864'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1017.03 avg-zval = 314.16 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1024.00 avg-zval = 314.16 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 128812 bytes = 483056 } seq expand size = 901684 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.0428 GB } UnZip/Zip{ index = 6.7975 value = 3.2373 dict = 1.00 all = 3.1380 } Zip/UnZip{ index = 0.1471 value = 0.3089 dict = 1.00 all = 0.3187 } ---------------------------- total value len = 563.595390 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.321532292 Billion total entry num = 1.701034314 Billion write speed all = 16.524443567 MB/sec (with seq num) write speed all = 16.154544388 MB/sec (without seq num) 2024/11/21-04:16:51.544898 140008358381120 [compaction_job.cc:1948] [default] [JOB 5231] Generated table #101408: 129425 keys, 42772187 bytes, temperature: kWarm 2024/11/21-04:16:51.544957 140008358381120 EVENT_LOG_v1 {"time_micros": 1732133811544926, "cf_name": "default", "job": 5231, "event": "table_file_creation", "file_number": 101408, "file_size": 42772187, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1523401382, "table_properties": {"data_size": 40660352, "index_size": 228480, "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": 131629725, "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": 1732133810, "oldest_key_time": 0, "file_creation_time": 1732133810, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 101408, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-04:16:51.583718 140008358381120 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101409.sst) /dev/shm/ToplingTemp/Topling-1325908-oEiRFa 2024/11/21-04:16:51.600739 140008358381120 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101409.sst): first pass time = 0.02's, 551.867'MB/sec 2024/11/21-04:16:51.676383 140008358381120 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101409.sst): old prealloc_size = 147639500, real_size = 2935608 2024/11/21-04:16:51.676428 140008358381120 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101409.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 9036 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.20 raw-val = 0.0092 GB zip-val = 0.0029 GB avg-val =1017.05 avg-zval = 324.41 2024/11/21-04:16:51.689820 140008358381120 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00/101409.sst): second pass time = 0.07's, 122.569'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 228.443'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 74.963'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.224'MB/sec write SST data time = 0.00's, 926.637'MB/sec dict compress time = 0.00's, 98702.000'MB/sec z-dict build time = 0.00's, sample length = 0.099'MB, throughput = 3114.217'MB/sec zip my value time = 0.07's, unzip length = 0.009'GB zip my value throughput = 122.569'MB/sec zip pipeline throughput = 122.569'MB/sec entries = 9036 avg-key = 20.00 avg-zkey = 0.21 avg-val = 1017.05 avg-zval = 324.41 usrkeys = 9036 avg-key = 12.00 avg-zkey = 0.21 avg-val = 1024.05 avg-zval = 324.41 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 9036 bytes = 32768 } seq expand size = 63252 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0092 GB dict = 0.10 MB all = 0.0094 GB } __ZipSize{ index = 0.0000 GB value = 0.0029 GB dict = 0.10 MB all = 0.0031 GB } UnZip/Zip{ index = 58.4224 value = 3.1351 dict = 1.00 all = 3.0564 } Zip/UnZip{ index = 0.0171 value = 0.3190 dict = 1.00 all = 0.3272 } ---------------------------- total value len = 563.604643 GB avg = 0.331 KB (by entry num) total key len = 44.324941 GB avg = 0.026 KB total ukey len = 32.800463 GB avg = 0.014 KB total ukey num = 2.321541328 Billion total entry num = 1.701043350 Billion write speed all = 16.524611836 MB/sec (with seq num) write speed all = 16.154712666 MB/sec (without seq num) 2024/11/21-04:16:51.699828 140008358381120 [compaction_job.cc:1948] [default] [JOB 5231] Generated table #101409: 9036 keys, 3065940 bytes, temperature: kWarm 2024/11/21-04:16:51.699888 140008358381120 EVENT_LOG_v1 {"time_micros": 1732133811699851, "cf_name": "default", "job": 5231, "event": "table_file_creation", "file_number": 101409, "file_size": 3065940, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 996241025, "largest_seqno": 1521889406, "table_properties": {"data_size": 2931360, "index_size": 1856, "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": 180720, "raw_average_key_size": 20, "raw_value_size": 9190042, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 9036, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732133811, "oldest_key_time": 0, "file_creation_time": 1732133811, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 101409, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-04:16:51.710187 140008358381120 [compaction_job.cc:703] job-05231: subcompact[0], size: 0.173558 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-05231/att-00 [101405,101406,101407,101408,101409] 2024/11/21-04:16:51.745482 140008358381120 (Original Log Time 2024/11/21-04:16:45.721963) EVENT_LOG_v1 {"time_micros": 1732133805721934, "job": 5231, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [101399], "files_L3": [101333, 101334, 101295, 101296, 101315], "score": 0.98811, "input_data_size": 204149451, "oldest_snapshot_seqno": 1523427195} 2024/11/21-04:16:51.745485 140008358381120 (Original Log Time 2024/11/21-04:16:51.744911) [compaction_job.cc:2022] [default] [JOB 5231] Compacted 1@2 + 5@3 files to L3 => 173558142 bytes 2024/11/21-04:16:51.745486 140008358381120 (Original Log Time 2024/11/21-04:16:51.745416) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 34.1 rd, 29.0 wr, level 3, files in(1, 5) out(5 +0 blob) MB in(31.2, 163.5 +0.0 blob) out(165.5 +0.0 blob), read-write-amplify(11.5) write-amplify(5.3) OK, records in: 552361, records dropped: 25609 output_compression: Snappy 2024/11/21-04:16:51.745491 140008358381120 (Original Log Time 2024/11/21-04:16:51.745461) EVENT_LOG_v1 {"time_micros": 1732133811745438, "cf": "default", "job": 5231, "event": "compaction_finished", "compaction_time_micros": 5988231, "compaction_time_cpu_micros": 1595658, "output_level": 3, "num_output_files": 5, "total_output_size": 173558142, "num_input_records": 552361, "num_output_records": 526752, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 121166249, "file_range_sync_nanos": 0, "file_fsync_nanos": 4556, "file_prepare_write_nanos": 8801, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/21-04:16:51.877437 140008358381120 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":1732121803,"starts":1732133805,"executesMs":6148,"compactionJobId":5231,"attempt":0,"compactionInputRawBytes":572799011,"compactionInputZipBytes":204149451,"compactionOutputRawBytes":0,"compactionOutputZipBytes":173558142,"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-c9b613a4d0f45d7062f7eb283ba208df-4cbaefbb2e0c388e-00"}}, response = 2024/11/21-04:16:51.877507 140008358381120 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-05231/att-00: olev 3, work 6.149 s, result 7.618 ms, install 0.594 ms, input{raw 546.264 MiB zip 194.692 MiB}