2024/11/20-20:23:09.877125 140008920692288 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00: fork to child time = 0.009631 sec 2024/11/20-20:23:09.877647 140008920692288 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00 2024/11/20-20:23:09.882555 140008920692288 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00 2024/11/20-20:23:09.884222 140008920692288 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:23:09.884478 140008920692288 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:23:09.934201 140008920692288 [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-10363/att-00/MANIFEST-049091 2024/11/20-20:23:10.044115 140008920692288 [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-10363/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 66192, last_sequence is 1077045676, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 65992 2024/11/20-20:23:10.044128 140008920692288 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:23:10.044199 140008920692288 [version_set.cc:5724] Creating manifest 66192 2024/11/20-20:23:10.076150 140008920692288 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:23:10.094775 140008920692288 [compaction_job.cc:2437] [default] [JOB 10363] Compacting 1@2 + 5@3 files to L3, score 0.86, subcompactions 1 : 1 2024/11/20-20:23:10.094786 140008920692288 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8849 Base level 2, inputs: [66170(560KB)], [66185(40MB) 66186(296KB) 66095(39MB) 66096(9323KB) 66077(36MB)] 2024/11/20-20:23:10.098726 140008920692288 [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-20:23:10.098749 140008920692288 [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-20:23:10.098769 140008920692288 [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-20:23:10.098777 140008920692288 [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-20:23:10.098786 140008920692288 [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-20:23:10.453915 140008920692288 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066193.sst) /dev/shm/ToplingTemp/Topling-935860-N1UqUy 2024/11/20-20:23:10.636763 140008920692288 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066193.sst): first pass time = 0.18's, 734.224'MB/sec 2024/11/20-20:23:11.295269 140008920692288 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066193.sst): old prealloc_size = 146420510, real_size = 40680800 2024/11/20-20:23:11.295400 140008920692288 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066193.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.73 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.98 avg-zval = 312.33 2024/11/20-20:23:11.295540 140008920692288 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066193.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-20:23:11.602498 140008920692288 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066193.sst): second pass time = 0.66's, 200.163'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.31's, 137.643'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2284.335'MB/sec (index lex order gen) rebuild zvType time = 0.22's, 0.150'MB/sec write SST data time = 0.09's, 460.023'MB/sec dict compress time = 8028075789.72's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24316.293'MB/sec zip my value time = 0.66's, unzip length = 0.132'GB zip my value throughput = 200.163'MB/sec zip pipeline throughput = 200.163'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1016.98 avg-zval = 312.33 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1020.73 avg-zval = 312.33 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 69348 bytes = 234064 } seq expand size = 485436 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.0404 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.9537 value = 3.2561 dict = 1.00 all = 3.1743 } Zip/UnZip{ index = 0.1438 value = 0.3071 dict = 1.00 all = 0.3150 } ---------------------------- total value len = 563.197847 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.321144008 Billion total entry num = 1.700646030 Billion write speed all = 72.588888860 MB/sec (with seq num) write speed all = 70.963275826 MB/sec (without seq num) 2024/11/20-20:23:11.660837 140008920692288 [compaction_job.cc:1948] [default] [JOB 10363] Generated table #66193: 129432 keys, 42282491 bytes, temperature: kWarm 2024/11/20-20:23:11.660935 140008920692288 EVENT_LOG_v1 {"time_micros": 1732105391660893, "cf_name": "default", "job": 10363, "event": "table_file_creation", "file_number": 66193, "file_size": 42282491, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1075700552, "table_properties": {"data_size": 40424912, "index_size": 223360, "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": 131629310, "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": 1732105390, "oldest_key_time": 0, "file_creation_time": 1732105390, "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": 66193, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:23:11.702381 140008920692288 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066194.sst) /dev/shm/ToplingTemp/Topling-935860-0ul3Tz 2024/11/20-20:23:12.450937 140008920692288 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066194.sst): first pass time = 0.75's, 179.314'MB/sec 2024/11/20-20:23:13.315016 140008920692288 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066194.sst): old prealloc_size = 146420510, real_size = 40370032 2024/11/20-20:23:13.315184 140008920692288 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066194.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 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.01 avg-zval = 309.95 2024/11/20-20:23:13.315265 140008920692288 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066194.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-20:23:13.524565 140008920692288 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066194.sst): second pass time = 0.86's, 152.488'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.21's, 199.237'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1741.449'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.199'MB/sec write SST data time = 0.05's, 884.675'MB/sec dict compress time = 8028075789.72's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 38618.527'MB/sec zip my value time = 0.86's, unzip length = 0.132'GB zip my value throughput = 152.488'MB/sec zip pipeline throughput = 252.672'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.01 avg-zval = 309.95 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.19 avg-zval = 309.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 3300 bytes = 11152 } seq expand size = 23100 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.0417 GB } UnZip/Zip{ index = 7.0341 value = 3.2812 dict = 1.00 all = 3.2149 } Zip/UnZip{ index = 0.1422 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 563.329500 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 = 72.588257854 MB/sec (with seq num) write speed all = 70.962894389 MB/sec (without seq num) 2024/11/20-20:23:13.579276 140008920692288 [compaction_job.cc:1948] [default] [JOB 10363] Generated table #66194: 129428 keys, 41749097 bytes, temperature: kWarm 2024/11/20-20:23:13.579330 140008920692288 EVENT_LOG_v1 {"time_micros": 1732105393579301, "cf_name": "default", "job": 10363, "event": "table_file_creation", "file_number": 66194, "file_size": 41749097, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1075676410, "table_properties": {"data_size": 40116704, "index_size": 220800, "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": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629981, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "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": 1732105391, "oldest_key_time": 0, "file_creation_time": 1732105391, "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": 66194, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:23:13.616445 140008920692288 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066195.sst) /dev/shm/ToplingTemp/Topling-935860-63cOsz 2024/11/20-20:23:14.253419 140008920692288 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066195.sst): first pass time = 0.64's, 210.726'MB/sec 2024/11/20-20:23:14.880788 140008920692288 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066195.sst): old prealloc_size = 146420510, real_size = 40372112 2024/11/20-20:23:14.880950 140008920692288 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066195.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.72 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.98 avg-zval = 309.95 2024/11/20-20:23:14.881033 140008920692288 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066195.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-20:23:15.070212 140008920692288 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066195.sst): second pass time = 0.63's, 210.121'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 220.441'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1644.390'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.231'MB/sec write SST data time = 0.05's, 845.750'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25171.817'MB/sec zip my value time = 0.63's, unzip length = 0.132'GB zip my value throughput = 210.121'MB/sec zip pipeline throughput = 232.232'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.98 avg-zval = 309.95 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.20 avg-zval = 309.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 4045 bytes = 13664 } seq expand size = 28315 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.9897 value = 3.2811 dict = 1.00 all = 3.2145 } Zip/UnZip{ index = 0.1431 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 563.461158 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.321402867 Billion total entry num = 1.700904889 Billion write speed all = 72.590891532 MB/sec (with seq num) write speed all = 70.965704446 MB/sec (without seq num) 2024/11/20-20:23:15.120542 140008920692288 [compaction_job.cc:1948] [default] [JOB 10363] Generated table #66195: 129431 keys, 41753644 bytes, temperature: kWarm 2024/11/20-20:23:15.120609 140008920692288 EVENT_LOG_v1 {"time_micros": 1732105395120578, "cf_name": "default", "job": 10363, "event": "table_file_creation", "file_number": 66195, "file_size": 41753644, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1075699573, "table_properties": {"data_size": 40117376, "index_size": 222208, "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": 131629211, "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": 1732105393, "oldest_key_time": 0, "file_creation_time": 1732105393, "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": 66195, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:23:15.156678 140008920692288 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066196.sst) /dev/shm/ToplingTemp/Topling-935860-oFSoOv 2024/11/20-20:23:15.189236 140008920692288 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066196.sst): first pass time = 0.03's, 663.443'MB/sec 2024/11/20-20:23:15.368891 140008920692288 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066196.sst): old prealloc_size = 146420510, real_size = 6568800 2024/11/20-20:23:15.368937 140008920692288 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066196.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 20807 prefix = 4 raw-key = 0.0002 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.26 raw-val = 0.0212 GB zip-val = 0.0066 GB avg-val =1016.97 avg-zval = 315.18 2024/11/20-20:23:15.396250 140008920692288 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00/066196.sst): second pass time = 0.18's, 118.255'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.03's, 247.956'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 212.490'MB/sec (index lex order gen) rebuild zvType time = 0.02's, 0.256'MB/sec write SST data time = 0.01's, 968.751'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.211'MB, throughput = 6565.325'MB/sec zip my value time = 0.18's, unzip length = 0.021'GB zip my value throughput = 118.255'MB/sec zip pipeline throughput = 118.255'MB/sec entries = 20807 avg-key = 20.00 avg-zkey = 0.26 avg-val = 1016.97 avg-zval = 315.18 usrkeys = 20807 avg-key = 12.00 avg-zkey = 0.26 avg-val = 1017.00 avg-zval = 315.18 TagRS{ kinds = RS_Key0_TagN bytes = 3360 } TagArray{ size = 88 bytes = 304 } seq expand size = 616 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0002 GB value = 0.0212 GB dict = 0.21 MB all = 0.0216 GB } __ZipSize{ index = 0.0000 GB value = 0.0066 GB dict = 0.21 MB all = 0.0068 GB } UnZip/Zip{ index = 46.4442 value = 3.2266 dict = 1.00 all = 3.1824 } Zip/UnZip{ index = 0.0215 value = 0.3099 dict = 1.00 all = 0.3142 } ---------------------------- total value len = 563.482318 GB avg = 0.331 KB (by entry num) total key len = 44.322588 GB avg = 0.026 KB total ukey len = 32.799051 GB avg = 0.014 KB total ukey num = 2.321423674 Billion total entry num = 1.700925696 Billion write speed all = 72.590641814 MB/sec (with seq num) write speed all = 70.965498133 MB/sec (without seq num) 2024/11/20-20:23:15.410290 140008920692288 [compaction_job.cc:1948] [default] [JOB 10363] Generated table #66196: 20807 keys, 6779782 bytes, temperature: kWarm 2024/11/20-20:23:15.410340 140008920692288 EVENT_LOG_v1 {"time_micros": 1732105395410312, "cf_name": "default", "job": 10363, "event": "table_file_creation", "file_number": 66196, "file_size": 6779782, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1074930345, "table_properties": {"data_size": 6558048, "index_size": 5376, "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": 416140, "raw_average_key_size": 20, "raw_value_size": 21160129, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 20807, "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-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732105395, "oldest_key_time": 0, "file_creation_time": 1732105395, "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": 66196, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:23:15.422014 140008920692288 [compaction_job.cc:703] job-10363: subcompact[0], size: 0.132565 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10363/att-00 [066193,066194,066195,066196] 2024/11/20-20:23:15.822582 140008920692288 (Original Log Time 2024/11/20-20:23:10.094838) EVENT_LOG_v1 {"time_micros": 1732105390094799, "job": 10363, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [66170], "files_L3": [66185, 66186, 66095, 66096, 66077], "score": 0.856417, "input_data_size": 133109555, "oldest_snapshot_seqno": 1077044587} 2024/11/20-20:23:15.822587 140008920692288 (Original Log Time 2024/11/20-20:23:15.818426) [compaction_job.cc:2022] [default] [JOB 10363] Compacted 1@2 + 5@3 files to L3 => 132565014 bytes 2024/11/20-20:23:15.822590 140008920692288 (Original Log Time 2024/11/20-20:23:15.822485) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 4 0 0 0] max score 0.00, MB/sec: 25.0 rd, 24.9 wr, level 3, files in(1, 5) out(4 +0 blob) MB in(0.5, 126.4 +0.0 blob) out(126.4 +0.0 blob), read-write-amplify(463.1) write-amplify(231.1) OK, records in: 409417, records dropped: 319 output_compression: Snappy 2024/11/20-20:23:15.822597 140008920692288 (Original Log Time 2024/11/20-20:23:15.822553) EVENT_LOG_v1 {"time_micros": 1732105395822517, "cf": "default", "job": 10363, "event": "compaction_finished", "compaction_time_micros": 5327180, "compaction_time_cpu_micros": 1321620, "output_level": 3, "num_output_files": 4, "total_output_size": 132565014, "num_input_records": 409417, "num_output_records": 409098, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 151786923, "file_range_sync_nanos": 0, "file_fsync_nanos": 3468, "file_prepare_write_nanos": 9201, "lsm_state": [0, 0, 0, 4, 0, 0, 0]} 2024/11/20-20:23:15.968257 140008920692288 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":1732105389,"executesMs":5933,"compactionJobId":10363,"attempt":0,"compactionInputRawBytes":424561510,"compactionInputZipBytes":133109555,"compactionOutputRawBytes":0,"compactionOutputZipBytes":132565014,"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-88ffaf4fee807a79f940d46420ed9337-c62b1b851d2f6f03-00"}}, response = 2024/11/20-20:23:15.968385 140008920692288 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-10363/att-00: olev 3, work 5.933 s, result 7.831 ms, install 4.192 ms, input{raw 404.893 MiB zip 126.943 MiB}