2024/11/21-00:00:10.936480 140008870336064 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00: fork to child time = 0.009275 sec 2024/11/21-00:00:10.936972 140008870336064 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00 2024/11/21-00:00:10.941746 140008870336064 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00 2024/11/21-00:00:10.943468 140008870336064 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-00:00:10.943704 140008870336064 [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:00:10.998764 140008870336064 [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-22089/att-00/MANIFEST-049091 2024/11/21-00:00:11.016006 140008870336064 [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-22089/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 87770, last_sequence is 1340531997, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 87640 2024/11/21-00:00:11.016013 140008870336064 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-00:00:11.016092 140008870336064 [version_set.cc:5724] Creating manifest 87770 2024/11/21-00:00:11.047953 140008870336064 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-00:00:11.073506 140008870336064 [compaction_job.cc:2437] [default] [JOB 22089] Compacting 1@2 + 5@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/21-00:00:11.073517 140008870336064 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 16502 Base level 2, inputs: [87765(18MB)], [87710(39MB) 87711(36MB) 87712(37MB) 87713(36MB) 87714(26MB)] 2024/11/21-00:00:11.085652 140008870336064 [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:00:11.085676 140008870336064 [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:00:11.085696 140008870336064 [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:00:11.085703 140008870336064 [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:00:11.085713 140008870336064 [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:00:11.600837 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087771.sst) /dev/shm/ToplingTemp/Topling-1173052-4Kz4nR 2024/11/21-00:00:12.108081 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087771.sst): first pass time = 0.51's, 264.619'MB/sec 2024/11/21-00:00:13.484920 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087771.sst): old prealloc_size = 147639500, real_size = 37371008 2024/11/21-00:00:13.485697 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087771.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925098 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1083 GB zip-val = 0.0354 GB avg-val = 117.08 avg-zval = 38.24 2024/11/21-00:00:13.487470 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087771.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:00:14.508752 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087771.sst): second pass time = 1.38's, 78.716'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 1.02's, 40.616'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2332.372'MB/sec (index lex order gen) rebuild zvType time = 0.86's, 0.270'MB/sec write SST data time = 0.17's, 248.159'MB/sec dict compress time = 4341032934.38's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.081'MB, throughput = 26524.332'MB/sec zip my value time = 1.38's, unzip length = 0.108'GB zip my value throughput = 78.716'MB/sec zip pipeline throughput = 78.716'MB/sec entries = 925098 avg-key = 28.00 avg-zkey = 1.90 avg-val = 117.08 avg-zval = 38.24 usrkeys = 925098 avg-key = 20.00 avg-zkey = 1.90 avg-val = 124.08 avg-zval = 38.24 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 925098 bytes = 3353488 } seq expand size = 6475686 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0354 GB dict = 1.08 MB all = 0.0416 GB } UnZip/Zip{ index = 10.5121 value = 3.0615 dict = 1.00 all = 3.2277 } Zip/UnZip{ index = 0.0951 value = 0.3266 dict = 1.00 all = 0.3098 } ---------------------------- total value len = 563.180523 GB avg = 0.331 KB (by entry num) total key len = 44.340309 GB avg = 0.026 KB total ukey len = 32.812644 GB avg = 0.014 KB total ukey num = 2.321939674 Billion total entry num = 1.701441696 Billion write speed all = 28.399227862 MB/sec (with seq num) write speed all = 27.762941791 MB/sec (without seq num) 2024/11/21-00:00:14.559209 140008870336064 [compaction_job.cc:1948] [default] [JOB 22089] Generated table #87771: 925098 keys, 41583640 bytes, temperature: kWarm 2024/11/21-00:00:14.559296 140008870336064 EVENT_LOG_v1 {"time_micros": 1732118414559254, "cf_name": "default", "job": 22089, "event": "table_file_creation", "file_number": 87771, "file_size": 41583640, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1052132503, "largest_seqno": 1340509327, "table_properties": {"data_size": 35379504, "index_size": 1760064, "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": 25902744, "raw_average_key_size": 28, "raw_value_size": 108314996, "raw_average_value_size": 117, "num_data_blocks": 1, "num_entries": 925098, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732118411, "oldest_key_time": 0, "file_creation_time": 1732118411, "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": 87771, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:00:14.612638 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087772.sst) /dev/shm/ToplingTemp/Topling-1173052-AjAtIS 2024/11/21-00:00:16.025582 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087772.sst): first pass time = 1.41's, 94.994'MB/sec 2024/11/21-00:00:17.557842 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087772.sst): old prealloc_size = 147639500, real_size = 34420368 2024/11/21-00:00:17.558604 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087772.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 926694 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.92 raw-val = 0.1083 GB zip-val = 0.0324 GB avg-val = 116.84 avg-zval = 34.98 2024/11/21-00:00:17.559516 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087772.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:00:18.605128 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087772.sst): second pass time = 1.53's, 70.703'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 1.05's, 36.781'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2391.538'MB/sec (index lex order gen) rebuild zvType time = 0.87's, 0.266'MB/sec write SST data time = 0.18's, 219.842'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 17651.040'MB/sec zip my value time = 1.53's, unzip length = 0.108'GB zip my value throughput = 70.703'MB/sec zip pipeline throughput = 128.667'MB/sec entries = 926694 avg-key = 28.00 avg-zkey = 1.92 avg-val = 116.84 avg-zval = 34.98 usrkeys = 926694 avg-key = 20.00 avg-zkey = 1.92 avg-val = 123.84 avg-zval = 34.98 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 926694 bytes = 3243440 } seq expand size = 6486858 multi value expand size = 0 cnt WriteAppend = 15 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0324 GB dict = 1.08 MB all = 0.0385 GB } UnZip/Zip{ index = 10.4433 value = 3.3403 dict = 1.00 all = 3.4845 } Zip/UnZip{ index = 0.0958 value = 0.2994 dict = 1.00 all = 0.2870 } ---------------------------- total value len = 563.295280 GB avg = 0.331 KB (by entry num) total key len = 44.366257 GB avg = 0.026 KB total ukey len = 32.831178 GB avg = 0.014 KB total ukey num = 2.322866368 Billion total entry num = 1.702368390 Billion write speed all = 28.400366938 MB/sec (with seq num) write speed all = 27.763856196 MB/sec (without seq num) 2024/11/21-00:00:18.673153 140008870336064 [compaction_job.cc:1948] [default] [JOB 22089] Generated table #87772: 926694 keys, 38518066 bytes, temperature: kWarm 2024/11/21-00:00:18.673241 140008870336064 EVENT_LOG_v1 {"time_micros": 1732118418673188, "cf_name": "default", "job": 22089, "event": "table_file_creation", "file_number": 87772, "file_size": 38518066, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1084741941, "largest_seqno": 1340509497, "table_properties": {"data_size": 32413760, "index_size": 1774720, "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": 25947432, "raw_average_key_size": 28, "raw_value_size": 108270428, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 926694, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732118414, "oldest_key_time": 0, "file_creation_time": 1732118414, "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": 87772, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:00:18.755707 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087773.sst) /dev/shm/ToplingTemp/Topling-1173052-TMMhvU 2024/11/21-00:00:19.992505 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087773.sst): first pass time = 1.24's, 108.527'MB/sec 2024/11/21-00:00:21.317690 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087773.sst): old prealloc_size = 147639500, real_size = 35321856 2024/11/21-00:00:21.318267 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087773.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 928350 prefix = 4 raw-key = 0.0149 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1082 GB zip-val = 0.0333 GB avg-val = 116.58 avg-zval = 35.90 2024/11/21-00:00:21.319441 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087773.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:00:22.256042 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087773.sst): second pass time = 1.32's, 81.710'MB/sec, value only(80.6% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.94's, 42.015'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3168.445'MB/sec (index lex order gen) rebuild zvType time = 0.81's, 0.288'MB/sec write SST data time = 0.13's, 298.238'MB/sec dict compress time = 0.00's, 1079530.000'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 19208.719'MB/sec zip my value time = 1.32's, unzip length = 0.108'GB zip my value throughput = 81.710'MB/sec zip pipeline throughput = 81.711'MB/sec entries = 928350 avg-key = 28.00 avg-zkey = 1.90 avg-val = 116.58 avg-zval = 35.90 usrkeys = 928350 avg-key = 20.00 avg-zkey = 1.90 avg-val = 123.58 avg-zval = 35.90 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 928350 bytes = 3249232 } seq expand size = 6498450 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0186 GB value = 0.1082 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0333 GB dict = 1.08 MB all = 0.0394 GB } UnZip/Zip{ index = 10.5139 value = 3.2477 dict = 1.00 all = 3.4044 } Zip/UnZip{ index = 0.0951 value = 0.3079 dict = 1.00 all = 0.2937 } ---------------------------- total value len = 563.410003 GB avg = 0.331 KB (by entry num) total key len = 44.392250 GB avg = 0.026 KB total ukey len = 32.849745 GB avg = 0.014 KB total ukey num = 2.323794718 Billion total entry num = 1.703296740 Billion write speed all = 28.402097220 MB/sec (with seq num) write speed all = 27.765348023 MB/sec (without seq num) 2024/11/21-00:00:22.305087 140008870336064 [compaction_job.cc:1948] [default] [JOB 22089] Generated table #87773: 928350 keys, 39424378 bytes, temperature: kWarm 2024/11/21-00:00:22.305146 140008870336064 EVENT_LOG_v1 {"time_micros": 1732118422305116, "cf_name": "default", "job": 22089, "event": "table_file_creation", "file_number": 87773, "file_size": 39424378, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1158996706, "largest_seqno": 1340509699, "table_properties": {"data_size": 33323632, "index_size": 1765952, "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": 25993800, "raw_average_key_size": 28, "raw_value_size": 108224072, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 928350, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732118418, "oldest_key_time": 0, "file_creation_time": 1732118418, "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": 87773, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:00:22.362290 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087774.sst) /dev/shm/ToplingTemp/Topling-1173052-5S89XU 2024/11/21-00:00:23.288079 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087774.sst): first pass time = 0.93's, 144.982'MB/sec 2024/11/21-00:00:24.445310 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087774.sst): old prealloc_size = 147639500, real_size = 34755824 2024/11/21-00:00:24.445948 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087774.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 925707 prefix = 4 raw-key = 0.0148 GB zip-key = 0.0018 GB avg-key = 16.00 avg-zkey = 1.90 raw-val = 0.1083 GB zip-val = 0.0328 GB avg-val = 116.99 avg-zval = 35.39 2024/11/21-00:00:24.446749 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087774.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0023 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-00:00:25.298508 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087774.sst): second pass time = 1.16's, 93.655'MB/sec, value only(80.7% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.85's, 45.536'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2862.878'MB/sec (index lex order gen) rebuild zvType time = 0.72's, 0.322'MB/sec write SST data time = 0.13's, 292.092'MB/sec dict compress time = 0.00's, 994871.087'MB/sec z-dict build time = 0.00's, sample length = 1.080'MB, throughput = 33988.612'MB/sec zip my value time = 1.16's, unzip length = 0.108'GB zip my value throughput = 93.655'MB/sec zip pipeline throughput = 93.655'MB/sec entries = 925707 avg-key = 28.00 avg-zkey = 1.90 avg-val = 116.99 avg-zval = 35.39 usrkeys = 925707 avg-key = 20.00 avg-zkey = 1.90 avg-val = 123.99 avg-zval = 35.39 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 925707 bytes = 3239984 } seq expand size = 6479949 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0185 GB value = 0.1083 GB dict = 1.08 MB all = 0.1342 GB } __ZipSize{ index = 0.0018 GB value = 0.0328 GB dict = 1.08 MB all = 0.0389 GB } UnZip/Zip{ index = 10.5140 value = 3.3055 dict = 1.00 all = 3.4547 } Zip/UnZip{ index = 0.0951 value = 0.3025 dict = 1.00 all = 0.2895 } ---------------------------- total value len = 563.524781 GB avg = 0.331 KB (by entry num) total key len = 44.418170 GB avg = 0.026 KB total ukey len = 32.868259 GB avg = 0.014 KB total ukey num = 2.324720425 Billion total entry num = 1.704222447 Billion write speed all = 28.404633566 MB/sec (with seq num) write speed all = 27.767628873 MB/sec (without seq num) 2024/11/21-00:00:25.345782 140008870336064 [compaction_job.cc:1948] [default] [JOB 22089] Generated table #87774: 925707 keys, 38850622 bytes, temperature: kWarm 2024/11/21-00:00:25.345845 140008870336064 EVENT_LOG_v1 {"time_micros": 1732118425345814, "cf_name": "default", "job": 22089, "event": "table_file_creation", "file_number": 87774, "file_size": 38850622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1084741998, "largest_seqno": 1340509433, "table_properties": {"data_size": 32763296, "index_size": 1760896, "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": 25919796, "raw_average_key_size": 28, "raw_value_size": 108297946, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 925707, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732118422, "oldest_key_time": 0, "file_creation_time": 1732118422, "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": 87774, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:00:25.380398 140008870336064 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087775.sst) /dev/shm/ToplingTemp/Topling-1173052-yBGMpV 2024/11/21-00:00:26.073323 140008870336064 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087775.sst): first pass time = 0.69's, 152.014'MB/sec 2024/11/21-00:00:26.993986 140008870336064 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087775.sst): old prealloc_size = 147639500, real_size = 27670944 2024/11/21-00:00:26.994527 140008870336064 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087775.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 729489 prefix = 4 raw-key = 0.0117 GB zip-key = 0.0014 GB avg-key = 16.00 avg-zkey = 1.95 raw-val = 0.0849 GB zip-val = 0.0261 GB avg-val = 116.39 avg-zval = 35.73 2024/11/21-00:00:26.995204 140008870336064 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087775.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0018 GB, waited 0.000 sec, Key+Value = 0.105 GB 2024/11/21-00:00:27.641960 140008870336064 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00/087775.sst): second pass time = 0.92's, 92.303'MB/sec, value only(80.6% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.65's, 47.831'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2765.270'MB/sec (index lex order gen) rebuild zvType time = 0.54's, 0.337'MB/sec write SST data time = 0.11's, 293.796'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.851'MB, throughput = 27514.954'MB/sec zip my value time = 0.92's, unzip length = 0.085'GB zip my value throughput = 92.303'MB/sec zip pipeline throughput = 92.303'MB/sec entries = 729489 avg-key = 28.00 avg-zkey = 1.95 avg-val = 116.39 avg-zval = 35.73 usrkeys = 729489 avg-key = 20.00 avg-zkey = 1.95 avg-val = 123.39 avg-zval = 35.73 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 729489 bytes = 2644416 } seq expand size = 5106423 multi value expand size = 0 cnt WriteAppend = 26 UnZipSize{ index = 0.0146 GB value = 0.0849 GB dict = 0.85 MB all = 0.1053 GB } __ZipSize{ index = 0.0014 GB value = 0.0261 GB dict = 0.85 MB all = 0.0310 GB } UnZip/Zip{ index = 10.2383 value = 3.2576 dict = 1.00 all = 3.3985 } Zip/UnZip{ index = 0.0977 value = 0.3070 dict = 1.00 all = 0.2942 } ---------------------------- total value len = 563.614791 GB avg = 0.331 KB (by entry num) total key len = 44.438596 GB avg = 0.026 KB total ukey len = 32.882849 GB avg = 0.014 KB total ukey num = 2.325449914 Billion total entry num = 1.704951936 Billion write speed all = 28.406683111 MB/sec (with seq num) write speed all = 27.769475518 MB/sec (without seq num) 2024/11/21-00:00:27.681837 140008870336064 [compaction_job.cc:1948] [default] [JOB 22089] Generated table #87775: 729489 keys, 30992530 bytes, temperature: kWarm 2024/11/21-00:00:27.681892 140008870336064 EVENT_LOG_v1 {"time_micros": 1732118427681863, "cf_name": "default", "job": 22089, "event": "table_file_creation", "file_number": 87775, "file_size": 30992530, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 958816147, "largest_seqno": 1340509465, "table_properties": {"data_size": 26063376, "index_size": 1425024, "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": 20425692, "raw_average_key_size": 28, "raw_value_size": 84903830, "raw_average_value_size": 116, "num_data_blocks": 1, "num_entries": 729489, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 28, "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": 1732118425, "oldest_key_time": 0, "file_creation_time": 1732118425, "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": 87775, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:00:27.704560 140008870336064 [compaction_job.cc:703] job-22089: subcompact[0], size: 0.189369 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-22089/att-00 [087771,087772,087773,087774,087775] 2024/11/21-00:00:27.747162 140008870336064 (Original Log Time 2024/11/21-00:00:11.073556) EVENT_LOG_v1 {"time_micros": 1732118411073527, "job": 22089, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [87765], "files_L3": [87710, 87711, 87712, 87713, 87714], "score": 0.993559, "input_data_size": 204779492, "oldest_snapshot_seqno": 1340531973} 2024/11/21-00:00:27.747166 140008870336064 (Original Log Time 2024/11/21-00:00:27.743147) [compaction_job.cc:2022] [default] [JOB 22089] Compacted 1@2 + 5@3 files to L3 => 189369236 bytes 2024/11/21-00:00:27.747167 140008870336064 (Original Log Time 2024/11/21-00:00:27.747102) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 12.3 rd, 11.4 wr, level 3, files in(1, 5) out(5 +0 blob) MB in(18.3, 176.9 +0.0 blob) out(180.6 +0.0 blob), read-write-amplify(20.5) write-amplify(9.8) OK, records in: 4506127, records dropped: 70789 output_compression: Snappy 2024/11/21-00:00:27.747171 140008870336064 (Original Log Time 2024/11/21-00:00:27.747147) EVENT_LOG_v1 {"time_micros": 1732118427747125, "cf": "default", "job": 22089, "event": "compaction_finished", "compaction_time_micros": 16631013, "compaction_time_cpu_micros": 7695705, "output_level": 3, "num_output_files": 5, "total_output_size": 189369236, "num_input_records": 4506127, "num_output_records": 4435338, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 136476299, "file_range_sync_nanos": 0, "file_fsync_nanos": 4838, "file_prepare_write_nanos": 10658, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/21-00:00:27.893351 140008870336064 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":1732118410,"executesMs":16800,"compactionJobId":22089,"attempt":0,"compactionInputRawBytes":652252774,"compactionInputZipBytes":204779492,"compactionOutputRawBytes":0,"compactionOutputZipBytes":189369236,"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-c56336dd0d98d950c0a534a9332a7836-61ab71d571bcc3ce-00"}}, response = 2024/11/21-00:00:27.893403 140008870336064 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-22089/att-00: olev 3, work 16.800 s, result 6.027 ms, install 4.038 ms, input{raw 622.037 MiB zip 195.293 MiB}