2024/11/20-23:50:54.525168 140008803194432 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00: fork to child time = 0.009433 sec 2024/11/20-23:50:54.525708 140008803194432 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00 2024/11/20-23:50:54.530521 140008803194432 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00 2024/11/20-23:50:54.532177 140008803194432 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-23:50:54.532436 140008803194432 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-23:50:54.576349 140008803194432 [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-21880/att-00/MANIFEST-049091 2024/11/20-23:50:54.632388 140008803194432 [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-21880/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 87338, last_sequence is 1334633167, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 87157 2024/11/20-23:50:54.632395 140008803194432 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-23:50:54.632471 140008803194432 [version_set.cc:5724] Creating manifest 87338 2024/11/20-23:50:54.662950 140008803194432 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-23:50:54.683707 140008803194432 [compaction_job.cc:2437] [default] [JOB 21880] Compacting 1@2 + 5@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/20-23:50:54.683718 140008803194432 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 16345 Base level 2, inputs: [87315(31MB)], [87335(40MB) 87336(2104KB) 87223(40MB) 87224(40MB) 87322(40MB)] 2024/11/20-23:50:54.691334 140008803194432 [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-23:50:54.691357 140008803194432 [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-23:50:54.691377 140008803194432 [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-23:50:54.691385 140008803194432 [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-23:50:54.691393 140008803194432 [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-23:50:55.387129 140008803194432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087339.sst) /dev/shm/ToplingTemp/Topling-1168271-dhfgil 2024/11/20-23:50:55.556629 140008803194432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087339.sst): first pass time = 0.17's, 792.047'MB/sec 2024/11/20-23:50:56.195872 140008803194432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087339.sst): old prealloc_size = 147639500, real_size = 40737632 2024/11/20-23:50:56.195996 140008803194432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087339.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 85056 prefix = 4 raw-key = 0.0007 GB zip-key = 0.0001 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1547.57 avg-zval = 476.99 2024/11/20-23:50:56.196405 140008803194432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087339.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:50:56.382070 140008803194432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087339.sst): second pass time = 0.64's, 206.203'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 228.722'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1607.235'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.152'MB/sec write SST data time = 0.05's, 916.545'MB/sec dict compress time = 3403706973.39's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 22666.535'MB/sec zip my value time = 0.64's, unzip length = 0.132'GB zip my value throughput = 206.203'MB/sec zip pipeline throughput = 206.203'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.12 avg-val = 1017.03 avg-zval = 313.47 usrkeys = 85056 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1563.43 avg-zval = 476.99 TagRS{ kinds = RS_KeyN_Tag1 bytes = 21640 } TagArray{ size = 129425 bytes = 469184 } seq expand size = 994685 multi value expand size = 354840 cnt WriteAppend = 12 UnZipSize{ index = 0.0010 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0001 GB value = 0.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 7.0380 value = 3.2444 dict = 1.00 all = 3.1516 } Zip/UnZip{ index = 0.1421 value = 0.3082 dict = 1.00 all = 0.3173 } ---------------------------- total value len = 563.198711 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795162 GB avg = 0.014 KB total ukey num = 2.321099632 Billion total entry num = 1.700646023 Billion write speed all = 29.159773898 MB/sec (with seq num) write speed all = 28.506747772 MB/sec (without seq num) 2024/11/20-23:50:56.434226 140008803194432 [compaction_job.cc:1948] [default] [JOB 21880] Generated table #87339: 129425 keys, 42586987 bytes, temperature: kWarm 2024/11/20-23:50:56.434326 140008803194432 EVENT_LOG_v1 {"time_micros": 1732117856434281, "cf_name": "default", "job": 21880, "event": "table_file_creation", "file_number": 87339, "file_size": 42586987, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980004783, "largest_seqno": 1334438634, "table_properties": {"data_size": 40571152, "index_size": 145024, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588500, "raw_average_key_size": 20, "raw_value_size": 131629719, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129425, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_KeyN_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117855, "oldest_key_time": 0, "file_creation_time": 1732117855, "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": 87339, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:50:56.471355 140008803194432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087340.sst) /dev/shm/ToplingTemp/Topling-1168271-B2mLhp 2024/11/20-23:50:57.110728 140008803194432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087340.sst): first pass time = 0.64's, 209.935'MB/sec 2024/11/20-23:50:57.810224 140008803194432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087340.sst): old prealloc_size = 147639500, real_size = 40761216 2024/11/20-23:50:57.810349 140008803194432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087340.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 95803 prefix = 4 raw-key = 0.0008 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1373.96 avg-zval = 423.45 2024/11/20-23:50:57.810692 140008803194432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087340.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:50:57.998608 140008803194432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087340.sst): second pass time = 0.70's, 188.357'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 226.212'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1961.546'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.193'MB/sec write SST data time = 0.06's, 663.379'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42768.505'MB/sec zip my value time = 0.70's, unzip length = 0.132'GB zip my value throughput = 188.357'MB/sec zip pipeline throughput = 188.357'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.31 avg-val = 1016.97 avg-zval = 313.43 usrkeys = 95803 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1386.93 avg-zval = 423.45 TagRS{ kinds = RS_KeyN_Tag1 bytes = 21800 } TagArray{ size = 129433 bytes = 469216 } seq expand size = 973273 multi value expand size = 268968 cnt WriteAppend = 14 UnZipSize{ index = 0.0011 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.7965 value = 3.2447 dict = 1.00 all = 3.1501 } Zip/UnZip{ index = 0.1471 value = 0.3082 dict = 1.00 all = 0.3175 } ---------------------------- total value len = 563.331584 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.796312 GB avg = 0.014 KB total ukey num = 2.321195435 Billion total entry num = 1.700775456 Billion write speed all = 29.164012943 MB/sec (with seq num) write speed all = 28.510987785 MB/sec (without seq num) 2024/11/20-23:50:58.053604 140008803194432 [compaction_job.cc:1948] [default] [JOB 21880] Generated table #87340: 129433 keys, 42607931 bytes, temperature: kWarm 2024/11/20-23:50:58.053671 140008803194432 EVENT_LOG_v1 {"time_micros": 1732117858053640, "cf_name": "default", "job": 21880, "event": "table_file_creation", "file_number": 87340, "file_size": 42607931, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 954967992, "largest_seqno": 1334438635, "table_properties": {"data_size": 40567920, "index_size": 169152, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588660, "raw_average_key_size": 20, "raw_value_size": 131629848, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129433, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_KeyN_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117856, "oldest_key_time": 0, "file_creation_time": 1732117856, "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": 87340, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:50:58.090003 140008803194432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087341.sst) /dev/shm/ToplingTemp/Topling-1168271-DcrMio 2024/11/20-23:50:58.643362 140008803194432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087341.sst): first pass time = 0.55's, 242.568'MB/sec 2024/11/20-23:50:59.272849 140008803194432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087341.sst): old prealloc_size = 147639500, real_size = 40882432 2024/11/20-23:50:59.272958 140008803194432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087341.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 113210 prefix = 4 raw-key = 0.0009 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1162.71 avg-zval = 359.17 2024/11/20-23:50:59.273118 140008803194432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087341.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:50:59.437718 140008803194432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087341.sst): second pass time = 0.63's, 209.365'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.184'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2261.768'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.236'MB/sec write SST data time = 0.04's, 954.104'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 48421.726'MB/sec zip my value time = 0.63's, unzip length = 0.132'GB zip my value throughput = 209.365'MB/sec zip pipeline throughput = 209.365'MB/sec entries = 129424 avg-key = 20.00 avg-zkey = 1.49 avg-val = 1017.05 avg-zval = 314.17 usrkeys = 113210 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1172.14 avg-zval = 359.17 TagRS{ kinds = RS_KeyN_Tag1 bytes = 22080 } TagArray{ size = 129424 bytes = 469184 } seq expand size = 938384 multi value expand size = 129664 cnt WriteAppend = 13 UnZipSize{ index = 0.0014 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 7.0545 value = 3.2372 dict = 1.00 all = 3.1414 } Zip/UnZip{ index = 0.1418 value = 0.3089 dict = 1.00 all = 0.3183 } ---------------------------- total value len = 563.464282 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.797671 GB avg = 0.014 KB total ukey num = 2.321308645 Billion total entry num = 1.700904880 Billion write speed all = 29.168491286 MB/sec (with seq num) write speed all = 28.515461541 MB/sec (without seq num) 2024/11/20-23:50:59.490551 140008803194432 [compaction_job.cc:1948] [default] [JOB 21880] Generated table #87341: 129424 keys, 42725347 bytes, temperature: kWarm 2024/11/20-23:50:59.490619 140008803194432 EVENT_LOG_v1 {"time_micros": 1732117859490587, "cf_name": "default", "job": 21880, "event": "table_file_creation", "file_number": 87341, "file_size": 42725347, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1334405770, "table_properties": {"data_size": 40661360, "index_size": 192576, "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": 2588480, "raw_average_key_size": 20, "raw_value_size": 131630151, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129424, "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_KeyN_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117858, "oldest_key_time": 0, "file_creation_time": 1732117858, "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": 87341, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:50:59.526065 140008803194432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087342.sst) /dev/shm/ToplingTemp/Topling-1168271-pln6Fn 2024/11/20-23:51:00.062751 140008803194432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087342.sst): first pass time = 0.54's, 250.104'MB/sec 2024/11/20-23:51:00.713172 140008803194432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087342.sst): old prealloc_size = 147639500, real_size = 40791552 2024/11/20-23:51:00.713296 140008803194432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087342.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 99090 prefix = 4 raw-key = 0.0008 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1328.38 avg-zval = 409.66 2024/11/20-23:51:00.713466 140008803194432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087342.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0002 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/20-23:51:00.876509 140008803194432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087342.sst): second pass time = 0.65's, 202.627'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 261.012'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1962.799'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.209'MB/sec write SST data time = 0.04's, 959.207'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23497.135'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 202.627'MB/sec zip pipeline throughput = 202.627'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.34 avg-val = 1016.99 avg-zval = 313.63 usrkeys = 99090 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1340.00 avg-zval = 409.66 TagRS{ kinds = RS_KeyN_TagN bytes = 42136 } TagArray{ size = 121112 bytes = 439040 } seq expand size = 908485 multi value expand size = 242692 cnt WriteAppend = 14 UnZipSize{ index = 0.0012 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.8584 value = 3.2427 dict = 1.00 all = 3.1486 } Zip/UnZip{ index = 0.1458 value = 0.3084 dict = 1.00 all = 0.3176 } ---------------------------- total value len = 563.597063 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.798860 GB avg = 0.014 KB total ukey num = 2.321407735 Billion total entry num = 1.701034310 Billion write speed all = 29.172973468 MB/sec (with seq num) write speed all = 28.519939122 MB/sec (without seq num) 2024/11/20-23:51:00.928290 140008803194432 [compaction_job.cc:1948] [default] [JOB 21880] Generated table #87342: 129430 keys, 42627595 bytes, temperature: kWarm 2024/11/20-23:51:00.928354 140008803194432 EVENT_LOG_v1 {"time_micros": 1732117860928323, "cf_name": "default", "job": 21880, "event": "table_file_creation", "file_number": 87342, "file_size": 42627595, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1334439092, "table_properties": {"data_size": 40593200, "index_size": 173376, "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": 131629641, "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_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117859, "oldest_key_time": 0, "file_creation_time": 1732117859, "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": 87342, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:51:00.962077 140008803194432 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087343.sst) /dev/shm/ToplingTemp/Topling-1168271-GYFUTm 2024/11/20-23:51:00.983355 140008803194432 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087343.sst): first pass time = 0.02's, 655.900'MB/sec 2024/11/20-23:51:01.093162 140008803194432 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087343.sst): old prealloc_size = 147639500, real_size = 4289984 2024/11/20-23:51:01.093232 140008803194432 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087343.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 13424 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 1.80 raw-val = 0.0137 GB zip-val = 0.0043 GB avg-val =1018.00 avg-zval = 317.51 2024/11/20-23:51:01.093277 140008803194432 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087343.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0000 GB, waited 0.000 sec, Key+Value = 0.014 GB 2024/11/20-23:51:01.111892 140008803194432 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00/087343.sst): second pass time = 0.11's, 125.370'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.02's, 236.646'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 596.151'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.244'MB/sec write SST data time = 0.00's, 901.417'MB/sec dict compress time = 0.00's, 136261.000'MB/sec z-dict build time = 0.00's, sample length = 0.136'MB, throughput = 2658.336'MB/sec zip my value time = 0.11's, unzip length = 0.014'GB zip my value throughput = 125.370'MB/sec zip pipeline throughput = 125.370'MB/sec entries = 13438 avg-key = 20.00 avg-zkey = 1.80 avg-val = 1016.94 avg-zval = 317.18 usrkeys = 13424 avg-key = 12.00 avg-zkey = 1.80 avg-val = 1018.16 avg-zval = 317.51 TagRS{ kinds = RS_KeyN_TagN bytes = 4552 } TagArray{ size = 261 bytes = 960 } seq expand size = 1946 multi value expand size = 112 cnt WriteAppend = 14 UnZipSize{ index = 0.0002 GB value = 0.0137 GB dict = 0.14 MB all = 0.0139 GB } __ZipSize{ index = 0.0000 GB value = 0.0043 GB dict = 0.14 MB all = 0.0044 GB } UnZip/Zip{ index = 6.6764 value = 3.2062 dict = 1.00 all = 3.1457 } Zip/UnZip{ index = 0.1498 value = 0.3119 dict = 1.00 all = 0.3179 } ---------------------------- total value len = 563.610730 GB avg = 0.331 KB (by entry num) total key len = 44.325029 GB avg = 0.026 KB total ukey len = 32.799021 GB avg = 0.014 KB total ukey num = 2.321421159 Billion total entry num = 1.701047748 Billion write speed all = 29.173312712 MB/sec (with seq num) write speed all = 28.520280584 MB/sec (without seq num) 2024/11/20-23:51:01.123152 140008803194432 [compaction_job.cc:1948] [default] [JOB 21880] Generated table #87343: 13438 keys, 4429633 bytes, temperature: kWarm 2024/11/20-23:51:01.123214 140008803194432 EVENT_LOG_v1 {"time_micros": 1732117861123177, "cf_name": "default", "job": 21880, "event": "table_file_creation", "file_number": 87343, "file_size": 4429633, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1332035151, "table_properties": {"data_size": 4262320, "index_size": 24128, "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": 268760, "raw_average_key_size": 20, "raw_value_size": 13665655, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 13438, "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_KeyN_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732117860, "oldest_key_time": 0, "file_creation_time": 1732117860, "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": 87343, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:51:01.133706 140008803194432 [compaction_job.cc:703] job-21880: subcompact[0], size: 0.174977 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-21880/att-00 [087339,087340,087341,087342,087343] 2024/11/20-23:51:01.184226 140008803194432 (Original Log Time 2024/11/20-23:50:54.683771) EVENT_LOG_v1 {"time_micros": 1732117854683731, "job": 21880, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [87315], "files_L3": [87335, 87336, 87223, 87224, 87322], "score": 0.992496, "input_data_size": 205358765, "oldest_snapshot_seqno": 1323177126} 2024/11/20-23:51:01.184230 140008803194432 (Original Log Time 2024/11/20-23:51:01.173292) [compaction_job.cc:2022] [default] [JOB 21880] Compacted 1@2 + 5@3 files to L3 => 174977493 bytes 2024/11/20-23:51:01.184232 140008803194432 (Original Log Time 2024/11/20-23:51:01.184150) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 31.8 rd, 27.1 wr, level 3, files in(1, 5) out(5 +0 blob) MB in(31.2, 164.6 +0.0 blob) out(166.9 +0.0 blob), read-write-amplify(11.6) write-amplify(5.3) OK, records in: 556028, records dropped: 24878 output_compression: Snappy 2024/11/20-23:51:01.184236 140008803194432 (Original Log Time 2024/11/20-23:51:01.184206) EVENT_LOG_v1 {"time_micros": 1732117861184173, "cf": "default", "job": 21880, "event": "compaction_finished", "compaction_time_micros": 6449942, "compaction_time_cpu_micros": 1533268, "output_level": 3, "num_output_files": 5, "total_output_size": 174977493, "num_input_records": 556028, "num_output_records": 531150, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 128775458, "file_range_sync_nanos": 0, "file_fsync_nanos": 4972, "file_prepare_write_nanos": 9663, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/20-23:51:01.324411 140008803194432 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":1732117854,"executesMs":6641,"compactionJobId":21880,"attempt":0,"compactionInputRawBytes":576606707,"compactionInputZipBytes":205358765,"compactionOutputRawBytes":0,"compactionOutputZipBytes":174977493,"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-e54dce3125a8a4f8c2132d966b2ba11b-d0e7137c66e7d4ce-00"}}, response = 2024/11/20-23:51:01.324514 140008803194432 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-21880/att-00: olev 3, work 6.642 s, result 6.018 ms, install 10.958 ms, input{raw 549.895 MiB zip 195.845 MiB}