2024/11/20-14:10:26.423907 140257558869568 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00: fork to child time = 0.024391 sec 2024/11/20-14:10:26.424477 140257558869568 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00 2024/11/20-14:10:26.429422 140257558869568 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00 2024/11/20-14:10:26.431135 140257558869568 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-14:10:26.431378 140257558869568 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-14:10:26.477942 140257558869568 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-09147/att-00/MANIFEST-019309 2024/11/20-14:10:26.494006 140257558869568 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-09147/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 33606, last_sequence is 614453562, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 33483 2024/11/20-14:10:26.494015 140257558869568 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-14:10:26.494132 140257558869568 [version_set.cc:5724] Creating manifest 33606 2024/11/20-14:10:26.529272 140257558869568 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-14:10:26.547401 140257558869568 [compaction_job.cc:2437] [default] [JOB 9147] Compacting 1@2 + 5@3 files to L3, score 0.83, subcompactions 1 : 1 2024/11/20-14:10:26.547414 140257558869568 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8065 Base level 2, inputs: [33569(3313KB)], [33575(40MB) 33576(993KB) 33526(2829KB) 33448(39MB) 33449(13MB)] 2024/11/20-14:10:26.551874 140257558869568 [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-14:10:26.551906 140257558869568 [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-14:10:26.551933 140257558869568 [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-14:10:26.551944 140257558869568 [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-14:10:26.551956 140257558869568 [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-14:10:27.002699 140257558869568 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033607.sst) /dev/shm/ToplingTemp/Topling-297006-NYIdNp 2024/11/20-14:10:27.459579 140257558869568 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033607.sst): first pass time = 0.46's, 293.812'MB/sec 2024/11/20-14:10:29.377183 140257558869568 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033607.sst): old prealloc_size = 115892330, real_size = 40639424 2024/11/20-14:10:29.377334 140257558869568 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033607.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.70 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.98 avg-zval = 312.03 2024/11/20-14:10:29.377484 140257558869568 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033607.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-14:10:29.701682 140257558869568 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033607.sst): second pass time = 1.92's, 68.680'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.32's, 130.064'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1676.779'MB/sec (index lex order gen) rebuild zvType time = 0.25's, 0.128'MB/sec write SST data time = 0.07's, 594.165'MB/sec dict compress time = 3342924504.91's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43085.644'MB/sec zip my value time = 1.92's, unzip length = 0.132'GB zip my value throughput = 68.680'MB/sec zip pipeline throughput = 416.186'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.98 avg-zval = 312.03 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1020.26 avg-zval = 312.03 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 60598 bytes = 196960 } seq expand size = 424186 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.0404 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 7.0466 value = 3.2593 dict = 1.00 all = 3.1802 } Zip/UnZip{ index = 0.1419 value = 0.3068 dict = 1.00 all = 0.3144 } ---------------------------- total value len = 0.132054 GB avg = 1.020 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129432 Billion total entry num = 0.000129432 Billion write speed all = 0.006951865 MB/sec (with seq num) write speed all = 0.006898402 MB/sec (without seq num) 2024/11/20-14:10:29.764098 140257558869568 [compaction_job.cc:1948] [default] [JOB 9147] Generated table #33607: 129432 keys, 42204550 bytes, temperature: kWarm 2024/11/20-14:10:29.764204 140257558869568 EVENT_LOG_v1 {"time_micros": 1732083029764148, "cf_name": "default", "job": 9147, "event": "table_file_creation", "file_number": 33607, "file_size": 42204550, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 613238926, "table_properties": {"data_size": 40386480, "index_size": 220416, "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": 131629939, "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": 1732083026, "oldest_key_time": 0, "file_creation_time": 1732083026, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 33607, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:10:29.826979 140257558869568 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033608.sst) /dev/shm/ToplingTemp/Topling-297006-xGZwWn 2024/11/20-14:10:30.531472 140257558869568 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033608.sst): first pass time = 0.70's, 190.532'MB/sec 2024/11/20-14:10:31.330840 140257558869568 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033608.sst): old prealloc_size = 115892330, real_size = 40364192 2024/11/20-14:10:31.330992 140257558869568 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033608.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 309.90 2024/11/20-14:10:31.331080 140257558869568 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033608.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-14:10:31.585711 140257558869568 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033608.sst): second pass time = 0.80's, 164.815'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.25's, 163.780'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1663.639'MB/sec (index lex order gen) rebuild zvType time = 0.19's, 0.173'MB/sec write SST data time = 0.07's, 620.997'MB/sec dict compress time = 3342924504.91's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 41603.822'MB/sec zip my value time = 0.80's, unzip length = 0.132'GB zip my value throughput = 164.815'MB/sec zip pipeline throughput = 210.942'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.99 avg-zval = 309.90 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.11 avg-zval = 309.90 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2139 bytes = 6960 } seq expand size = 14973 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.0417 GB } UnZip/Zip{ index = 7.0261 value = 3.2817 dict = 1.00 all = 3.2157 } Zip/UnZip{ index = 0.1423 value = 0.3047 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.263699 GB avg = 1.019 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258862 Billion total entry num = 0.000258862 Billion write speed all = 0.013881221 MB/sec (with seq num) write speed all = 0.013774307 MB/sec (without seq num) 2024/11/20-14:10:31.647956 140257558869568 [compaction_job.cc:1948] [default] [JOB 9147] Generated table #33608: 129430 keys, 41738916 bytes, temperature: kWarm 2024/11/20-14:10:31.648026 140257558869568 EVENT_LOG_v1 {"time_micros": 1732083031647989, "cf_name": "default", "job": 9147, "event": "table_file_creation", "file_number": 33608, "file_size": 41738916, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 613234925, "table_properties": {"data_size": 40110608, "index_size": 221056, "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": 131629404, "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": 1732083029, "oldest_key_time": 0, "file_creation_time": 1732083029, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 33608, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:10:31.698008 140257558869568 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033609.sst) /dev/shm/ToplingTemp/Topling-297006-YF2cmo 2024/11/20-14:10:31.937012 140257558869568 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033609.sst): first pass time = 0.24's, 243.130'MB/sec 2024/11/20-14:10:32.297236 140257558869568 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033609.sst): old prealloc_size = 115892330, real_size = 17557984 2024/11/20-14:10:32.297337 140257558869568 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033609.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 56025 prefix = 4 raw-key = 0.0004 GB zip-key = 0.0001 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.0570 GB zip-val = 0.0174 GB avg-val =1016.97 avg-zval = 311.43 2024/11/20-14:10:32.297401 140257558869568 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033609.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0001 GB, waited 0.000 sec, Key+Value = 0.058 GB 2024/11/20-14:10:32.419635 140257558869568 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00/033609.sst): second pass time = 0.36's, 158.545'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.12's, 148.165'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1238.726'MB/sec (index lex order gen) rebuild zvType time = 0.09's, 0.152'MB/sec write SST data time = 0.03's, 599.610'MB/sec dict compress time = 0.00's, 574870.000'MB/sec z-dict build time = 0.00's, sample length = 0.575'MB, throughput = 11936.917'MB/sec zip my value time = 0.36's, unzip length = 0.057'GB zip my value throughput = 158.545'MB/sec zip pipeline throughput = 158.545'MB/sec entries = 56025 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.97 avg-zval = 311.43 usrkeys = 56025 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 311.43 TagRS{ kinds = RS_Key0_TagN bytes = 8840 } TagArray{ size = 288 bytes = 880 } seq expand size = 2016 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0007 GB value = 0.0570 GB dict = 0.57 MB all = 0.0581 GB } __ZipSize{ index = 0.0001 GB value = 0.0174 GB dict = 0.57 MB all = 0.0181 GB } UnZip/Zip{ index = 7.0031 value = 3.2655 dict = 1.00 all = 3.2044 } Zip/UnZip{ index = 0.1428 value = 0.3062 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 0.320676 GB avg = 1.018 KB (by entry num) total key len = 0.006298 GB avg = 0.020 KB total ukey len = 0.003779 GB avg = 0.012 KB total ukey num = 0.000314887 Billion total entry num = 0.000314887 Billion write speed all = 0.016879922 MB/sec (with seq num) write speed all = 0.016749874 MB/sec (without seq num) 2024/11/20-14:10:32.451929 140257558869568 [compaction_job.cc:1948] [default] [JOB 9147] Generated table #33609: 56025 keys, 18130003 bytes, temperature: kWarm 2024/11/20-14:10:32.452267 140257558869568 EVENT_LOG_v1 {"time_micros": 1732083032452220, "cf_name": "default", "job": 9147, "event": "table_file_creation", "file_number": 33609, "file_size": 18130003, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 613231474, "table_properties": {"data_size": 17447824, "index_size": 96000, "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": 1120500, "raw_average_key_size": 20, "raw_value_size": 56975637, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 56025, "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": 1732083031, "oldest_key_time": 0, "file_creation_time": 1732083031, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 33609, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-14:10:32.476649 140257558869568 [compaction_job.cc:703] job-09147: subcompact[0], size: 0.102073 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09147/att-00 [033607,033608,033609] 2024/11/20-14:10:32.512152 140257558869568 (Original Log Time 2024/11/20-14:10:26.547470) EVENT_LOG_v1 {"time_micros": 1732083026547430, "job": 9147, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [33569], "files_L3": [33575, 33576, 33526, 33448, 33449], "score": 0.834856, "input_data_size": 105356664, "oldest_snapshot_seqno": 614453410} 2024/11/20-14:10:32.512159 140257558869568 (Original Log Time 2024/11/20-14:10:32.511006) [compaction_job.cc:2022] [default] [JOB 9147] Compacted 1@2 + 5@3 files to L3 => 102073469 bytes 2024/11/20-14:10:32.512161 140257558869568 (Original Log Time 2024/11/20-14:10:32.512004) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 3 0 0 0] max score 0.00, MB/sec: 17.8 rd, 17.2 wr, level 3, files in(1, 5) out(3 +0 blob) MB in(3.2, 97.2 +0.0 blob) out(97.3 +0.0 blob), read-write-amplify(61.1) write-amplify(30.1) OK, records in: 317517, records dropped: 2630 output_compression: Snappy 2024/11/20-14:10:32.512201 140257558869568 (Original Log Time 2024/11/20-14:10:32.512121) EVENT_LOG_v1 {"time_micros": 1732083032512073, "cf": "default", "job": 9147, "event": "compaction_finished", "compaction_time_micros": 5929201, "compaction_time_cpu_micros": 1230949, "output_level": 3, "num_output_files": 3, "total_output_size": 102073469, "num_input_records": 317517, "num_output_records": 314887, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 131115591, "file_range_sync_nanos": 0, "file_fsync_nanos": 3363, "file_prepare_write_nanos": 8411, "lsm_state": [0, 0, 0, 3, 0, 0, 0]} 2024/11/20-14:10:32.669747 140257558869568 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":1732076400,"starts":1732083026,"executesMs":6078,"compactionJobId":9147,"attempt":0,"compactionInputRawBytes":329259329,"compactionInputZipBytes":105356664,"compactionOutputRawBytes":0,"compactionOutputZipBytes":102073469,"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-6805106ec550a5eace20615668c12073-e6c4b88e5acc73de-00"}}, response = 2024/11/20-14:10:32.669879 140257558869568 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-09147/att-00: olev 3, work 6.079 s, result 8.155 ms, install 1.230 ms, input{raw 314.006 MiB zip 100.476 MiB}