2024/11/20-21:38:49.867105 140008433915456 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00: fork to child time = 0.007689 sec 2024/11/20-21:38:49.867638 140008433915456 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00 2024/11/20-21:38:49.874125 140008433915456 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00 2024/11/20-21:38:49.875744 140008433915456 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-21:38:49.875960 140008433915456 [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:38:49.928308 140008433915456 [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-14849/att-00/MANIFEST-049091 2024/11/20-21:38:49.944385 140008433915456 [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-14849/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 74347, last_sequence is 1178219882, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 74247 2024/11/20-21:38:49.944393 140008433915456 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-21:38:49.944460 140008433915456 [version_set.cc:5724] Creating manifest 74347 2024/11/20-21:38:49.974970 140008433915456 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-21:38:49.993321 140008433915456 [compaction_job.cc:2437] [default] [JOB 14849] Compacting 1@2 + 5@3 files to L3, score 0.93, subcompactions 1 : 1 2024/11/20-21:38:49.993332 140008433915456 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 11745 Base level 2, inputs: [74341(30MB)], [74263(40MB) 74264(39MB) 74265(40MB) 74238(39MB) 74239(39MB)] 2024/11/20-21:38:50.000462 140008433915456 [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:38:50.000485 140008433915456 [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:38:50.000504 140008433915456 [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:38:50.000521 140008433915456 [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:38:50.000531 140008433915456 [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:38:50.584684 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074348.sst) /dev/shm/ToplingTemp/Topling-1025444-XQDa7r 2024/11/20-21:38:50.769493 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074348.sst): first pass time = 0.18's, 726.441'MB/sec 2024/11/20-21:38:51.575309 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074348.sst): old prealloc_size = 147639500, real_size = 40957792 2024/11/20-21:38:51.575457 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074348.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.47 2024/11/20-21:38:51.575650 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074348.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:38:51.755343 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074348.sst): second pass time = 0.80's, 163.539'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 237.371'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2002.892'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.261'MB/sec write SST data time = 0.06's, 762.120'MB/sec dict compress time = 7020094909.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 46564.988'MB/sec zip my value time = 0.80's, unzip length = 0.132'GB zip my value throughput = 163.539'MB/sec zip pipeline throughput = 296.364'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 314.47 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1023.28 avg-zval = 314.47 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 116218 bytes = 406784 } seq expand size = 813526 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.9636 value = 3.2340 dict = 1.00 all = 3.1409 } Zip/UnZip{ index = 0.1436 value = 0.3092 dict = 1.00 all = 0.3184 } ---------------------------- total value len = 563.198176 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 47.059882896 MB/sec (with seq num) write speed all = 46.005987201 MB/sec (without seq num) 2024/11/20-21:38:51.828214 140008433915456 [compaction_job.cc:1948] [default] [JOB 14849] Generated table #74348: 129430 keys, 42732097 bytes, temperature: kWarm 2024/11/20-21:38:51.828316 140008433915456 EVENT_LOG_v1 {"time_micros": 1732109931828271, "cf_name": "default", "job": 14849, "event": "table_file_creation", "file_number": 74348, "file_size": 42732097, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1177427587, "table_properties": {"data_size": 40702224, "index_size": 223040, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629969, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732109930, "oldest_key_time": 0, "file_creation_time": 1732109930, "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": 74348, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:38:51.884334 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074349.sst) /dev/shm/ToplingTemp/Topling-1025444-SzQQVq 2024/11/20-21:38:52.431011 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074349.sst): first pass time = 0.55's, 245.538'MB/sec 2024/11/20-21:38:54.291153 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074349.sst): old prealloc_size = 147639500, real_size = 40453376 2024/11/20-21:38:54.291302 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074349.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.53 2024/11/20-21:38:54.291391 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074349.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:38:54.508803 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074349.sst): second pass time = 1.86's, 70.793'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.22's, 192.598'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1818.643'MB/sec (index lex order gen) rebuild zvType time = 0.17's, 0.196'MB/sec write SST data time = 0.05's, 804.516'MB/sec dict compress time = 7020094909.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34611.514'MB/sec zip my value time = 1.86's, unzip length = 0.132'GB zip my value throughput = 70.793'MB/sec zip pipeline throughput = 213.765'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.99 avg-zval = 310.53 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1018.46 avg-zval = 310.53 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 27073 bytes = 94768 } seq expand size = 189511 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7694 value = 3.2751 dict = 1.00 all = 3.2021 } Zip/UnZip{ index = 0.1477 value = 0.3053 dict = 1.00 all = 0.3123 } ---------------------------- total value len = 563.329995 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.321273436 Billion total entry num = 1.700775458 Billion write speed all = 47.060256888 MB/sec (with seq num) write speed all = 46.006505742 MB/sec (without seq num) 2024/11/20-21:38:54.573364 140008433915456 [compaction_job.cc:1948] [default] [JOB 14849] Generated table #74349: 129430 keys, 41915902 bytes, temperature: kWarm 2024/11/20-21:38:54.573431 140008433915456 EVENT_LOG_v1 {"time_micros": 1732109934573400, "cf_name": "default", "job": 14849, "event": "table_file_creation", "file_number": 74349, "file_size": 41915902, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1177426411, "table_properties": {"data_size": 40191408, "index_size": 229440, "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": 131629526, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732109931, "oldest_key_time": 0, "file_creation_time": 1732109931, "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": 74349, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:38:54.706339 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074350.sst) /dev/shm/ToplingTemp/Topling-1025444-hxqvUu 2024/11/20-21:38:55.303180 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074350.sst): first pass time = 0.60's, 224.897'MB/sec 2024/11/20-21:38:55.819760 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074350.sst): old prealloc_size = 147639500, real_size = 40828800 2024/11/20-21:38:55.819896 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074350.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1016.97 avg-zval = 313.47 2024/11/20-21:38:55.820022 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074350.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:38:56.039109 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074350.sst): second pass time = 0.52's, 255.177'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.22's, 193.857'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2091.378'MB/sec (index lex order gen) rebuild zvType time = 0.15's, 0.217'MB/sec write SST data time = 0.07's, 609.022'MB/sec dict compress time = 7020094909.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45703.114'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 255.177'MB/sec zip pipeline throughput = 255.624'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.97 avg-zval = 313.47 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1021.88 avg-zval = 313.47 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 90772 bytes = 317712 } seq expand size = 635404 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0425 GB } UnZip/Zip{ index = 6.9617 value = 3.2442 dict = 1.00 all = 3.1570 } Zip/UnZip{ index = 0.1436 value = 0.3082 dict = 1.00 all = 0.3168 } ---------------------------- total value len = 563.462259 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.321402868 Billion total entry num = 1.700904890 Billion write speed all = 47.065122874 MB/sec (with seq num) write speed all = 46.011416415 MB/sec (without seq num) 2024/11/20-21:38:56.095108 140008433915456 [compaction_job.cc:1948] [default] [JOB 14849] Generated table #74350: 129432 keys, 42514277 bytes, temperature: kWarm 2024/11/20-21:38:56.095198 140008433915456 EVENT_LOG_v1 {"time_micros": 1732109936095153, "cf_name": "default", "job": 14849, "event": "table_file_creation", "file_number": 74350, "file_size": 42514277, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1177427127, "table_properties": {"data_size": 40573168, "index_size": 223104, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588640, "raw_average_key_size": 20, "raw_value_size": 131629097, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732109934, "oldest_key_time": 0, "file_creation_time": 1732109934, "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": 74350, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:38:56.163955 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074351.sst) /dev/shm/ToplingTemp/Topling-1025444-CVw35r 2024/11/20-21:38:56.728589 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074351.sst): first pass time = 0.56's, 237.726'MB/sec 2024/11/20-21:38:57.282680 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074351.sst): old prealloc_size = 147639500, real_size = 40389280 2024/11/20-21:38:57.282796 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074351.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.00 avg-zval = 310.09 2024/11/20-21:38:57.282851 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074351.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:38:57.535496 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074351.sst): second pass time = 0.55's, 237.879'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.25's, 165.295'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2351.264'MB/sec (index lex order gen) rebuild zvType time = 0.17's, 0.188'MB/sec write SST data time = 0.08's, 518.422'MB/sec dict compress time = 7020094909.94's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44929.633'MB/sec zip my value time = 0.55's, unzip length = 0.132'GB zip my value throughput = 237.879'MB/sec zip pipeline throughput = 237.879'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 310.09 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.41 avg-zval = 310.09 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 7494 bytes = 26240 } seq expand size = 52458 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.0058 value = 3.2797 dict = 1.00 all = 3.2123 } Zip/UnZip{ index = 0.1427 value = 0.3049 dict = 1.00 all = 0.3113 } ---------------------------- total value len = 563.593942 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532297 Billion total entry num = 1.701034319 Billion write speed all = 47.070066109 MB/sec (with seq num) write speed all = 46.016401564 MB/sec (without seq num) 2024/11/20-21:38:57.587616 140008433915456 [compaction_job.cc:1948] [default] [JOB 14849] Generated table #74351: 129429 keys, 41783085 bytes, temperature: kWarm 2024/11/20-21:38:57.587674 140008433915456 EVENT_LOG_v1 {"time_micros": 1732109937587645, "cf_name": "default", "job": 14849, "event": "table_file_creation", "file_number": 74351, "file_size": 41783085, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1177401703, "table_properties": {"data_size": 40135056, "index_size": 221696, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629930, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732109936, "oldest_key_time": 0, "file_creation_time": 1732109936, "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": 74351, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:38:57.625234 140008433915456 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074352.sst) /dev/shm/ToplingTemp/Topling-1025444-AQcSGr 2024/11/20-21:38:58.183324 140008433915456 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074352.sst): first pass time = 0.56's, 236.686'MB/sec 2024/11/20-21:38:58.785781 140008433915456 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074352.sst): old prealloc_size = 147639500, real_size = 39765648 2024/11/20-21:38:58.785943 140008433915456 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074352.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 127373 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.74 raw-val = 0.1295 GB zip-val = 0.0395 GB avg-val =1016.98 avg-zval = 310.21 2024/11/20-21:38:58.786034 140008433915456 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074352.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.132 GB 2024/11/20-21:38:59.062976 140008433915456 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00/074352.sst): second pass time = 0.60's, 215.383'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.28's, 148.474'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1698.341'MB/sec (index lex order gen) rebuild zvType time = 0.22's, 0.142'MB/sec write SST data time = 0.05's, 786.120'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.359'MB, throughput = 22487.450'MB/sec zip my value time = 0.60's, unzip length = 0.130'GB zip my value throughput = 215.383'MB/sec zip pipeline throughput = 215.383'MB/sec entries = 127373 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.98 avg-zval = 310.21 usrkeys = 127373 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.66 avg-zval = 310.21 TagRS{ kinds = RS_Key0_TagN bytes = 20000 } TagArray{ size = 12408 bytes = 43440 } seq expand size = 86856 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0015 GB value = 0.1295 GB dict = 1.36 MB all = 0.1321 GB } __ZipSize{ index = 0.0002 GB value = 0.0395 GB dict = 1.36 MB all = 0.0412 GB } UnZip/Zip{ index = 6.9084 value = 3.2784 dict = 1.00 all = 3.2092 } Zip/UnZip{ index = 0.1448 value = 0.3050 dict = 1.00 all = 0.3116 } ---------------------------- total value len = 563.723564 GB avg = 0.331 KB (by entry num) total key len = 44.327308 GB avg = 0.026 KB total ukey len = 32.801883 GB avg = 0.014 KB total ukey num = 2.321659670 Billion total entry num = 1.701161692 Billion write speed all = 47.074732178 MB/sec (with seq num) write speed all = 46.021113348 MB/sec (without seq num) 2024/11/20-21:38:59.114752 140008433915456 [compaction_job.cc:1948] [default] [JOB 14849] Generated table #74352: 127373 keys, 41158049 bytes, temperature: kWarm 2024/11/20-21:38:59.114808 140008433915456 EVENT_LOG_v1 {"time_micros": 1732109939114777, "cf_name": "default", "job": 14849, "event": "table_file_creation", "file_number": 74352, "file_size": 41158049, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1177407127, "table_properties": {"data_size": 39512384, "index_size": 221248, "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": 2547460, "raw_average_key_size": 20, "raw_value_size": 129535497, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 127373, "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": 1732109937, "oldest_key_time": 0, "file_creation_time": 1732109937, "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": 74352, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-21:38:59.143886 140008433915456 [compaction_job.cc:703] job-14849: subcompact[0], size: 0.210103 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14849/att-00 [074348,074349,074350,074351,074352] 2024/11/20-21:38:59.187574 140008433915456 (Original Log Time 2024/11/20-21:38:49.993389) EVENT_LOG_v1 {"time_micros": 1732109929993347, "job": 14849, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [74341], "files_L3": [74263, 74264, 74265, 74238, 74239], "score": 0.929449, "input_data_size": 241447505, "oldest_snapshot_seqno": 1178218878} 2024/11/20-21:38:59.187577 140008433915456 (Original Log Time 2024/11/20-21:38:59.186951) [compaction_job.cc:2022] [default] [JOB 14849] Compacted 1@2 + 5@3 files to L3 => 210103410 bytes 2024/11/20-21:38:59.187579 140008433915456 (Original Log Time 2024/11/20-21:38:59.187498) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 5 0 0 0] max score 0.01, MB/sec: 26.4 rd, 23.0 wr, level 3, files in(1, 5) out(5 +0 blob) MB in(30.1, 200.2 +0.0 blob) out(200.4 +0.0 blob), read-write-amplify(14.3) write-amplify(6.7) OK, records in: 675276, records dropped: 30182 output_compression: Snappy 2024/11/20-21:38:59.187583 140008433915456 (Original Log Time 2024/11/20-21:38:59.187553) EVENT_LOG_v1 {"time_micros": 1732109939187520, "cf": "default", "job": 14849, "event": "compaction_finished", "compaction_time_micros": 9150501, "compaction_time_cpu_micros": 2090589, "output_level": 3, "num_output_files": 5, "total_output_size": 210103410, "num_input_records": 675276, "num_output_records": 645094, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 224738714, "file_range_sync_nanos": 0, "file_fsync_nanos": 5421, "file_prepare_write_nanos": 13504, "lsm_state": [0, 0, 0, 5, 0, 0, 0]} 2024/11/20-21:38:59.313907 140008433915456 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":1732109929,"executesMs":9311,"compactionJobId":14849,"attempt":0,"compactionInputRawBytes":700253086,"compactionInputZipBytes":241447505,"compactionOutputRawBytes":0,"compactionOutputZipBytes":210103410,"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-aff021bcc7dadaa3c3161d5056268711-51aa00dbb30b4cb4-00"}}, response = 2024/11/20-21:38:59.313978 140008433915456 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-14849/att-00: olev 3, work 9.312 s, result 7.748 ms, install 0.647 ms, input{raw 667.813 MiB zip 230.262 MiB}