2024/11/21-00:44:35.677949 140008828372544 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00: fork to child time = 0.010606 sec 2024/11/21-00:44:35.678369 140008828372544 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00 2024/11/21-00:44:35.684380 140008828372544 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00 2024/11/21-00:44:35.686080 140008828372544 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-00:44:35.686245 140008828372544 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/21-00:44:35.730199 140008828372544 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-23070/att-00/MANIFEST-049091 2024/11/21-00:44:35.783136 140008828372544 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-23070/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 89805, last_sequence is 1367869497, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 89635 2024/11/21-00:44:35.783144 140008828372544 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-00:44:35.783214 140008828372544 [version_set.cc:5724] Creating manifest 89805 2024/11/21-00:44:35.816847 140008828372544 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-00:44:35.834736 140008828372544 [compaction_job.cc:2437] [default] [JOB 23070] Compacting 1@2 + 5@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/21-00:44:35.834746 140008828372544 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 17212 Base level 2, inputs: [89768(12MB)], [89794(40MB) 89795(864KB) 89703(40MB) 89704(39MB) 89705(5575KB)] 2024/11/21-00:44:35.839611 140008828372544 [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-00:44:35.839631 140008828372544 [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-00:44:35.839645 140008828372544 [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-00:44:35.839651 140008828372544 [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-00:44:35.839659 140008828372544 [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-00:44:36.288520 140008828372544 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089806.sst) /dev/shm/ToplingTemp/Topling-1195583-ULo9RB 2024/11/21-00:44:36.466459 140008828372544 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089806.sst): first pass time = 0.18's, 754.475'MB/sec 2024/11/21-00:44:37.066165 140008828372544 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089806.sst): old prealloc_size = 147639500, real_size = 41039152 2024/11/21-00:44:37.066336 140008828372544 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089806.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1016.99 avg-zval = 315.13 2024/11/21-00:44:37.066544 140008828372544 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089806.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-00:44:37.345730 140008828372544 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089806.sst): second pass time = 0.60's, 219.851'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.28's, 153.311'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1513.005'MB/sec (index lex order gen) rebuild zvType time = 0.21's, 0.155'MB/sec write SST data time = 0.07's, 602.046'MB/sec dict compress time = 4213228933.43's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36618.555'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 219.851'MB/sec zip pipeline throughput = 219.851'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.99 avg-zval = 315.13 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1023.99 avg-zval = 315.13 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 469200 } 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 = 7.0732 value = 3.2272 dict = 1.00 all = 3.1319 } Zip/UnZip{ index = 0.1414 value = 0.3099 dict = 1.00 all = 0.3193 } ---------------------------- 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 = 25.255262309 MB/sec (with seq num) write speed all = 24.689676367 MB/sec (without seq num) 2024/11/21-00:44:37.401720 140008828372544 [compaction_job.cc:1948] [default] [JOB 23070] Generated table #89806: 129430 keys, 42855642 bytes, temperature: kWarm 2024/11/21-00:44:37.401833 140008828372544 EVENT_LOG_v1 {"time_micros": 1732121077401774, "cf_name": "default", "job": 23070, "event": "table_file_creation", "file_number": 89806, "file_size": 42855642, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980009580, "largest_seqno": 1367739937, "table_properties": {"data_size": 40787040, "index_size": 219584, "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": 131629470, "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": 1732121076, "oldest_key_time": 0, "file_creation_time": 1732121076, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 89806, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:44:37.453203 140008828372544 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089807.sst) /dev/shm/ToplingTemp/Topling-1195583-0kZXDB 2024/11/21-00:44:38.068845 140008828372544 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089807.sst): first pass time = 0.62's, 218.027'MB/sec 2024/11/21-00:44:38.597228 140008828372544 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089807.sst): old prealloc_size = 147639500, real_size = 40569024 2024/11/21-00:44:38.597352 140008828372544 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089807.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.81 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.02 avg-zval = 311.39 2024/11/21-00:44:38.597460 140008828372544 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089807.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-00:44:38.792039 140008828372544 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089807.sst): second pass time = 0.53's, 249.452'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 216.407'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2271.086'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.250'MB/sec write SST data time = 0.07's, 645.437'MB/sec dict compress time = 4213228933.43's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 47602.114'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 249.452'MB/sec zip pipeline throughput = 249.452'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.81 avg-val = 1017.02 avg-zval = 311.39 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.81 avg-val = 1020.17 avg-zval = 311.39 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 58240 bytes = 211136 } seq expand size = 407680 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.6214 value = 3.2661 dict = 1.00 all = 3.1844 } Zip/UnZip{ index = 0.1510 value = 0.3062 dict = 1.00 all = 0.3140 } ---------------------------- total value len = 563.330305 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273433 Billion total entry num = 1.700775455 Billion write speed all = 25.259340152 MB/sec (with seq num) write speed all = 24.693745172 MB/sec (without seq num) 2024/11/21-00:44:38.849573 140008828372544 [compaction_job.cc:1948] [default] [JOB 23070] Generated table #89807: 129427 keys, 42148207 bytes, temperature: kWarm 2024/11/21-00:44:38.849659 140008828372544 EVENT_LOG_v1 {"time_micros": 1732121078849612, "cf_name": "default", "job": 23070, "event": "table_file_creation", "file_number": 89807, "file_size": 42148207, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1367739939, "table_properties": {"data_size": 40301936, "index_size": 234560, "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": 131629299, "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": 1732121077, "oldest_key_time": 0, "file_creation_time": 1732121077, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 89807, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:44:38.902399 140008828372544 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089808.sst) /dev/shm/ToplingTemp/Topling-1195583-lXqqCx 2024/11/21-00:44:39.534780 140008828372544 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089808.sst): first pass time = 0.63's, 212.262'MB/sec 2024/11/21-00:44:40.081471 140008828372544 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089808.sst): old prealloc_size = 147639500, real_size = 40425664 2024/11/21-00:44:40.081605 140008828372544 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089808.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.72 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.36 2024/11/21-00:44:40.081683 140008828372544 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089808.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-00:44:40.282899 140008828372544 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089808.sst): second pass time = 0.55's, 241.122'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 207.862'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2111.481'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.249'MB/sec write SST data time = 0.07's, 585.582'MB/sec dict compress time = 4213228933.43's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40366.334'MB/sec zip my value time = 0.55's, unzip length = 0.132'GB zip my value throughput = 241.122'MB/sec zip pipeline throughput = 241.122'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 310.36 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.96 avg-zval = 310.36 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 17776 bytes = 64448 } seq expand size = 124432 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.9636 value = 3.2768 dict = 1.00 all = 3.2065 } Zip/UnZip{ index = 0.1436 value = 0.3052 dict = 1.00 all = 0.3119 } ---------------------------- total value len = 563.462059 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.321402863 Billion total entry num = 1.700904885 Billion write speed all = 25.263358995 MB/sec (with seq num) write speed all = 24.697756026 MB/sec (without seq num) 2024/11/21-00:44:40.341357 140008828372544 [compaction_job.cc:1948] [default] [JOB 23070] Generated table #89808: 129430 keys, 41857954 bytes, temperature: kWarm 2024/11/21-00:44:40.341453 140008828372544 EVENT_LOG_v1 {"time_micros": 1732121080341405, "cf_name": "default", "job": 23070, "event": "table_file_creation", "file_number": 89808, "file_size": 41857954, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1367712993, "table_properties": {"data_size": 40170096, "index_size": 223040, "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": 131629984, "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": 1732121078, "oldest_key_time": 0, "file_creation_time": 1732121078, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 89808, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:44:40.405875 140008828372544 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089809.sst) /dev/shm/ToplingTemp/Topling-1195583-yC0q7x 2024/11/21-00:44:40.516149 140008828372544 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089809.sst): first pass time = 0.11's, 191.391'MB/sec 2024/11/21-00:44:40.691223 140008828372544 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089809.sst): old prealloc_size = 147639500, real_size = 6498432 2024/11/21-00:44:40.691289 140008828372544 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089809.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 20344 prefix = 4 raw-key = 0.0002 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 1.89 raw-val = 0.0207 GB zip-val = 0.0065 GB avg-val =1016.98 avg-zval = 317.28 2024/11/21-00:44:40.691344 140008828372544 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089809.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0000 GB, waited 0.000 sec, Key+Value = 0.021 GB 2024/11/21-00:44:40.720055 140008828372544 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00/089809.sst): second pass time = 0.17's, 118.681'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.03's, 233.823'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 804.350'MB/sec (index lex order gen) rebuild zvType time = 0.02's, 0.244'MB/sec write SST data time = 0.01's, 847.110'MB/sec dict compress time = 4213228933.43's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.202'MB, throughput = 3967.416'MB/sec zip my value time = 0.17's, unzip length = 0.021'GB zip my value throughput = 118.681'MB/sec zip pipeline throughput = 118.681'MB/sec entries = 20344 avg-key = 20.00 avg-zkey = 1.89 avg-val = 1016.98 avg-zval = 317.28 usrkeys = 20344 avg-key = 12.00 avg-zkey = 1.89 avg-val = 1020.44 avg-zval = 317.28 TagRS{ kinds = RS_Key0_TagN bytes = 3280 } TagArray{ size = 10041 bytes = 36416 } seq expand size = 70287 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0002 GB value = 0.0207 GB dict = 0.20 MB all = 0.0211 GB } __ZipSize{ index = 0.0000 GB value = 0.0065 GB dict = 0.20 MB all = 0.0067 GB } UnZip/Zip{ index = 6.3469 value = 3.2053 dict = 1.00 all = 3.1316 } Zip/UnZip{ index = 0.1576 value = 0.3120 dict = 1.00 all = 0.3193 } ---------------------------- total value len = 563.482819 GB avg = 0.331 KB (by entry num) total key len = 44.322579 GB avg = 0.026 KB total ukey len = 32.799045 GB avg = 0.014 KB total ukey num = 2.321423207 Billion total entry num = 1.700925229 Billion write speed all = 25.263779714 MB/sec (with seq num) write speed all = 24.698180258 MB/sec (without seq num) 2024/11/21-00:44:40.734397 140008828372544 [compaction_job.cc:1948] [default] [JOB 23070] Generated table #89809: 20344 keys, 6736696 bytes, temperature: kWarm 2024/11/21-00:44:40.734449 140008828372544 EVENT_LOG_v1 {"time_micros": 1732121080734420, "cf_name": "default", "job": 23070, "event": "table_file_creation", "file_number": 89809, "file_size": 6736696, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1367731826, "table_properties": {"data_size": 6454704, "index_size": 38464, "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": 406880, "raw_average_key_size": 20, "raw_value_size": 20689540, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 20344, "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": 1732121080, "oldest_key_time": 0, "file_creation_time": 1732121080, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 89809, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:44:40.746212 140008828372544 [compaction_job.cc:703] job-23070: subcompact[0], size: 0.133598 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23070/att-00 [089806,089807,089808,089809] 2024/11/21-00:44:40.785996 140008828372544 (Original Log Time 2024/11/21-00:44:35.834776) EVENT_LOG_v1 {"time_micros": 1732121075834753, "job": 23070, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [89768], "files_L3": [89794, 89795, 89703, 89704, 89705], "score": 0.997532, "input_data_size": 146066150, "oldest_snapshot_seqno": 1367869487} 2024/11/21-00:44:40.786000 140008828372544 (Original Log Time 2024/11/21-00:44:40.781595) [compaction_job.cc:2022] [default] [JOB 23070] Compacted 1@2 + 5@3 files to L3 => 133598499 bytes 2024/11/21-00:44:40.786001 140008828372544 (Original Log Time 2024/11/21-00:44:40.785937) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 4 0 0 0] max score 0.00, MB/sec: 29.7 rd, 27.2 wr, level 3, files in(1, 5) out(4 +0 blob) MB in(12.0, 127.3 +0.0 blob) out(127.4 +0.0 blob), read-write-amplify(22.2) write-amplify(10.6) OK, records in: 420400, records dropped: 11769 output_compression: Snappy 2024/11/21-00:44:40.786005 140008828372544 (Original Log Time 2024/11/21-00:44:40.785981) EVENT_LOG_v1 {"time_micros": 1732121080785958, "cf": "default", "job": 23070, "event": "compaction_finished", "compaction_time_micros": 4911443, "compaction_time_cpu_micros": 1293093, "output_level": 3, "num_output_files": 4, "total_output_size": 133598499, "num_input_records": 420400, "num_output_records": 408631, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 147901567, "file_range_sync_nanos": 0, "file_fsync_nanos": 4023, "file_prepare_write_nanos": 11647, "lsm_state": [0, 0, 0, 4, 0, 0, 0]} 2024/11/21-00:44:40.929088 140008828372544 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732096383,"starts":1732121075,"executesMs":5094,"compactionJobId":23070,"attempt":0,"compactionInputRawBytes":435955118,"compactionInputZipBytes":146066150,"compactionOutputRawBytes":0,"compactionOutputZipBytes":133598499,"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-9cdba3ff46047e18617f0216ac157428-d33549bf4cd43d6e-00"}}, response = 2024/11/21-00:44:40.929205 140008828372544 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-23070/att-00: olev 3, work 5.095 s, result 8.697 ms, install 4.425 ms, input{raw 415.759 MiB zip 139.300 MiB}