2024/11/20-21:11:31.269699 140008744445504 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00: fork to child time = 0.009276 sec 2024/11/20-21:11:31.270259 140008744445504 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00 2024/11/20-21:11:31.275437 140008744445504 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00 2024/11/20-21:11:31.277182 140008744445504 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-21:11:31.277413 140008744445504 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-21:11:31.325215 140008744445504 [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-13332/att-00/MANIFEST-049091 2024/11/20-21:11:31.380122 140008744445504 [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-13332/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 71531, last_sequence is 1142773865, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 71324 2024/11/20-21:11:31.380129 140008744445504 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-21:11:31.380203 140008744445504 [version_set.cc:5724] Creating manifest 71531 2024/11/20-21:11:31.424534 140008744445504 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-21:11:31.459422 140008744445504 [compaction_job.cc:2437] [default] [JOB 13332] Compacting 1@2 + 6@3 files to L3, score 0.91, subcompactions 1 : 1 2024/11/20-21:11:31.459453 140008744445504 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10757 Base level 2, inputs: [71503(10107KB)], [71519(40MB) 71520(508KB) 71444(3989KB) 71393(39MB) 71394(39MB) 71395(2287KB)] 2024/11/20-21:11:31.464921 140008744445504 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-21:11:31.464956 140008744445504 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-21:11:31.464985 140008744445504 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/20-21:11:31.464996 140008744445504 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-21:11:31.465012 140008744445504 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/20-21:11:31.902332 140008744445504 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071532.sst) /dev/shm/ToplingTemp/Topling-995059-bOL60R 2024/11/20-21:11:32.077525 140008744445504 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071532.sst): first pass time = 0.18's, 766.307'MB/sec 2024/11/20-21:11:33.246232 140008744445504 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071532.sst): old prealloc_size = 147639500, real_size = 40804752 2024/11/20-21:11:33.246372 140008744445504 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071532.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129435 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.74 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1016.96 avg-zval = 313.27 2024/11/20-21:11:33.246518 140008744445504 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071532.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:11:33.412488 140008744445504 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071532.sst): second pass time = 1.17's, 112.711'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 255.504'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2102.188'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.270'MB/sec write SST data time = 0.05's, 916.097'MB/sec dict compress time = 8387502871.21's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 19918.976'MB/sec zip my value time = 1.17's, unzip length = 0.132'GB zip my value throughput = 112.711'MB/sec zip pipeline throughput = 210.294'MB/sec entries = 129435 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.96 avg-zval = 313.27 usrkeys = 129435 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1021.74 avg-zval = 313.27 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 88332 bytes = 309184 } seq expand size = 618324 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0405 GB dict = 1.38 MB all = 0.0425 GB } UnZip/Zip{ index = 6.9103 value = 3.2463 dict = 1.00 all = 3.1595 } Zip/UnZip{ index = 0.1447 value = 0.3080 dict = 1.00 all = 0.3165 } ---------------------------- total value len = 563.197981 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.321144011 Billion total entry num = 1.700646033 Billion write speed all = 53.900410755 MB/sec (with seq num) write speed all = 52.693322556 MB/sec (without seq num) 2024/11/20-21:11:33.463864 140008744445504 [compaction_job.cc:1948] [default] [JOB 13332] Generated table #71532: 129435 keys, 42481311 bytes, temperature: kWarm 2024/11/20-21:11:33.463973 140008744445504 EVENT_LOG_v1 {"time_micros": 1732108293463925, "cf_name": "default", "job": 13332, "event": "table_file_creation", "file_number": 71532, "file_size": 42481311, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1141933199, "table_properties": {"data_size": 40547456, "index_size": 224768, "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": 2588700, "raw_average_key_size": 20, "raw_value_size": 131629996, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129435, "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": 1732108291, "oldest_key_time": 0, "file_creation_time": 1732108291, "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": 71532, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:11:33.532203 140008744445504 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071533.sst) /dev/shm/ToplingTemp/Topling-995059-5bkiMS 2024/11/20-21:11:34.155500 140008744445504 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071533.sst): first pass time = 0.62's, 215.349'MB/sec 2024/11/20-21:11:34.709680 140008744445504 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071533.sst): old prealloc_size = 147639500, real_size = 40406640 2024/11/20-21:11:34.709820 140008744445504 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071533.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.73 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.02 avg-zval = 310.21 2024/11/20-21:11:34.709888 140008744445504 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071533.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:11:34.968449 140008744445504 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071533.sst): second pass time = 0.55's, 237.865'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.26's, 161.610'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2178.126'MB/sec (index lex order gen) rebuild zvType time = 0.19's, 0.167'MB/sec write SST data time = 0.07's, 642.581'MB/sec dict compress time = 8387502871.21's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25794.478'MB/sec zip my value time = 0.55's, unzip length = 0.132'GB zip my value throughput = 237.865'MB/sec zip pipeline throughput = 237.865'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.02 avg-zval = 310.21 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.65 avg-zval = 310.21 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11666 bytes = 40848 } seq expand size = 81662 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.9217 value = 3.2785 dict = 1.00 all = 3.2098 } Zip/UnZip{ index = 0.1445 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 563.329692 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.321273438 Billion total entry num = 1.700775460 Billion write speed all = 53.904884758 MB/sec (with seq num) write speed all = 52.697871319 MB/sec (without seq num) 2024/11/20-21:11:35.022763 140008744445504 [compaction_job.cc:1948] [default] [JOB 13332] Generated table #71533: 129427 keys, 41815124 bytes, temperature: kWarm 2024/11/20-21:11:35.022859 140008744445504 EVENT_LOG_v1 {"time_micros": 1732108295022810, "cf_name": "default", "job": 13332, "event": "table_file_creation", "file_number": 71533, "file_size": 41815124, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1141921580, "table_properties": {"data_size": 40149728, "index_size": 224384, "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": 131629277, "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": 1732108293, "oldest_key_time": 0, "file_creation_time": 1732108293, "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": 71533, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:11:35.072155 140008744445504 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071534.sst) /dev/shm/ToplingTemp/Topling-995059-GnGlAU 2024/11/20-21:11:35.614647 140008744445504 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071534.sst): first pass time = 0.54's, 247.437'MB/sec 2024/11/20-21:11:36.145364 140008744445504 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071534.sst): old prealloc_size = 147639500, real_size = 40377808 2024/11/20-21:11:36.145482 140008744445504 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071534.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 310.00 2024/11/20-21:11:36.145539 140008744445504 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071534.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-21:11:36.303663 140008744445504 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071534.sst): second pass time = 0.53's, 248.393'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.879'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2298.431'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.04's, 980.296'MB/sec dict compress time = 8387502871.21's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44982.509'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 248.393'MB/sec zip pipeline throughput = 248.393'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.99 avg-zval = 310.00 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.28 avg-zval = 310.00 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5480 bytes = 18512 } seq expand size = 38360 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 7.0140 value = 3.2806 dict = 1.00 all = 3.2137 } Zip/UnZip{ index = 0.1426 value = 0.3048 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 563.461359 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.321402869 Billion total entry num = 1.700904891 Billion write speed all = 53.910409077 MB/sec (with seq num) write speed all = 52.703446746 MB/sec (without seq num) 2024/11/20-21:11:36.354111 140008744445504 [compaction_job.cc:1948] [default] [JOB 13332] Generated table #71534: 129431 keys, 41764472 bytes, temperature: kWarm 2024/11/20-21:11:36.354182 140008744445504 EVENT_LOG_v1 {"time_micros": 1732108296354148, "cf_name": "default", "job": 13332, "event": "table_file_creation", "file_number": 71534, "file_size": 41764472, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1141933054, "table_properties": {"data_size": 40123840, "index_size": 221440, "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": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629461, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "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": 1732108295, "oldest_key_time": 0, "file_creation_time": 1732108295, "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": 71534, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:11:36.389030 140008744445504 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071535.sst) /dev/shm/ToplingTemp/Topling-995059-jk2KHV 2024/11/20-21:11:36.447820 140008744445504 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071535.sst): first pass time = 0.06's, 377.114'MB/sec 2024/11/20-21:11:36.624745 140008744445504 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071535.sst): old prealloc_size = 147639500, real_size = 6793616 2024/11/20-21:11:36.624807 140008744445504 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071535.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 21361 prefix = 4 raw-key = 0.0002 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 1.87 raw-val = 0.0217 GB zip-val = 0.0067 GB avg-val =1016.94 avg-zval = 315.91 2024/11/20-21:11:36.624852 140008744445504 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071535.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0000 GB, waited 0.000 sec, Key+Value = 0.022 GB 2024/11/20-21:11:36.653936 140008744445504 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00/071535.sst): second pass time = 0.18's, 123.279'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.03's, 240.584'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 905.039'MB/sec (index lex order gen) rebuild zvType time = 0.02's, 0.253'MB/sec write SST data time = 0.01's, 871.947'MB/sec dict compress time = 8387502871.21's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.213'MB, throughput = 7112.891'MB/sec zip my value time = 0.18's, unzip length = 0.022'GB zip my value throughput = 123.279'MB/sec zip pipeline throughput = 123.279'MB/sec entries = 21361 avg-key = 20.00 avg-zkey = 1.87 avg-val = 1016.94 avg-zval = 315.91 usrkeys = 21361 avg-key = 12.00 avg-zkey = 1.87 avg-val = 1018.34 avg-zval = 315.91 TagRS{ kinds = RS_Key0_TagN bytes = 3440 } TagArray{ size = 4244 bytes = 14336 } seq expand size = 29708 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0003 GB value = 0.0217 GB dict = 0.21 MB all = 0.0222 GB } __ZipSize{ index = 0.0000 GB value = 0.0067 GB dict = 0.21 MB all = 0.0070 GB } UnZip/Zip{ index = 6.4083 value = 3.2191 dict = 1.00 all = 3.1553 } Zip/UnZip{ index = 0.1560 value = 0.3106 dict = 1.00 all = 0.3169 } ---------------------------- total value len = 563.483112 GB avg = 0.331 KB (by entry num) total key len = 44.322599 GB avg = 0.026 KB total ukey len = 32.799058 GB avg = 0.014 KB total ukey num = 2.321424230 Billion total entry num = 1.700926252 Billion write speed all = 53.910701387 MB/sec (with seq num) write speed all = 52.703761399 MB/sec (without seq num) 2024/11/20-21:11:36.667874 140008744445504 [compaction_job.cc:1948] [default] [JOB 13332] Generated table #71535: 21361 keys, 7019941 bytes, temperature: kWarm 2024/11/20-21:11:36.667923 140008744445504 EVENT_LOG_v1 {"time_micros": 1732108296667896, "cf_name": "default", "job": 13332, "event": "table_file_creation", "file_number": 71535, "file_size": 7019941, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1141924054, "table_properties": {"data_size": 6748096, "index_size": 40000, "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": 427220, "raw_average_key_size": 20, "raw_value_size": 21722949, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 21361, "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": 1732108296, "oldest_key_time": 0, "file_creation_time": 1732108296, "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": 71535, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:11:36.680816 140008744445504 [compaction_job.cc:703] job-13332: subcompact[0], size: 0.133081 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-13332/att-00 [071532,071533,071534,071535] 2024/11/20-21:11:36.709528 140008744445504 (Original Log Time 2024/11/20-21:11:31.459537) EVENT_LOG_v1 {"time_micros": 1732108291459476, "job": 13332, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [71503], "files_L3": [71519, 71520, 71444, 71393, 71394, 71395], "score": 0.908323, "input_data_size": 143393943, "oldest_snapshot_seqno": 1142773820} 2024/11/20-21:11:36.709532 140008744445504 (Original Log Time 2024/11/20-21:11:36.709031) [compaction_job.cc:2022] [default] [JOB 13332] Compacted 1@2 + 6@3 files to L3 => 133080848 bytes 2024/11/20-21:11:36.709533 140008744445504 (Original Log Time 2024/11/20-21:11:36.709468) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 4 0 0 0] max score 0.00, MB/sec: 27.5 rd, 25.5 wr, level 3, files in(1, 6) out(4 +0 blob) MB in(9.9, 126.9 +0.0 blob) out(126.9 +0.0 blob), read-write-amplify(26.7) write-amplify(12.9) OK, records in: 419440, records dropped: 9786 output_compression: Snappy 2024/11/20-21:11:36.709537 140008744445504 (Original Log Time 2024/11/20-21:11:36.709513) EVENT_LOG_v1 {"time_micros": 1732108296709491, "cf": "default", "job": 13332, "event": "compaction_finished", "compaction_time_micros": 5221283, "compaction_time_cpu_micros": 1169091, "output_level": 3, "num_output_files": 4, "total_output_size": 133080848, "num_input_records": 419440, "num_output_records": 409654, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 126822423, "file_range_sync_nanos": 0, "file_fsync_nanos": 4209, "file_prepare_write_nanos": 8745, "lsm_state": [0, 0, 0, 4, 0, 0, 0]} 2024/11/20-21:11:36.840870 140008744445504 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":1732108291,"executesMs":5431,"compactionJobId":13332,"attempt":0,"compactionInputRawBytes":434952301,"compactionInputZipBytes":143393943,"compactionOutputRawBytes":0,"compactionOutputZipBytes":133080848,"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-34f5be1bf087adc7abdeb0ffb23c91e5-a6cc35c9268e77db-00"}}, response = 2024/11/20-21:11:36.840956 140008744445504 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-13332/att-00: olev 3, work 5.432 s, result 7.569 ms, install 0.520 ms, input{raw 414.803 MiB zip 136.751 MiB}