2024/11/20-13:16:18.188583 140257206376000 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00: fork to child time = 0.009347 sec 2024/11/20-13:16:18.189111 140257206376000 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00 2024/11/20-13:16:18.195598 140257206376000 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00 2024/11/20-13:16:18.197230 140257206376000 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-13:16:18.197443 140257206376000 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-13:16:18.241280 140257206376000 [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-06929/att-00/MANIFEST-019309 2024/11/20-13:16:18.256400 140257206376000 [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-06929/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 29459, last_sequence is 561913835, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 29301 2024/11/20-13:16:18.256407 140257206376000 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-13:16:18.256488 140257206376000 [version_set.cc:5724] Creating manifest 29459 2024/11/20-13:16:18.287273 140257206376000 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-13:16:18.306934 140257206376000 [compaction_job.cc:2437] [default] [JOB 6929] Compacting 2@2 + 6@3 files to L3, score 0.96, subcompactions 1 : 1 2024/11/20-13:16:18.306949 140257206376000 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 6406 Base level 2, inputs: [29456(31MB) 29455(31MB)], [29349(40MB) 29350(39MB) 29351(39MB) 29352(39MB) 29353(39MB) 29414(40MB)] 2024/11/20-13:16:18.314325 140257206376000 [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-13:16:18.314348 140257206376000 [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-13:16:18.314366 140257206376000 [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-13:16:18.314374 140257206376000 [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-13:16:18.314385 140257206376000 [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-13:16:18.966175 140257206376000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029460.sst) /dev/shm/ToplingTemp/Topling-224451-tYfNP7 2024/11/20-13:16:19.471102 140257206376000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029460.sst): first pass time = 0.50's, 265.835'MB/sec 2024/11/20-13:16:20.033036 140257206376000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029460.sst): old prealloc_size = 147639500, real_size = 40906576 2024/11/20-13:16:20.033174 140257206376000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029460.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.83 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.01 avg-zval = 313.97 2024/11/20-13:16:20.033329 140257206376000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029460.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-13:16:20.237614 140257206376000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029460.sst): second pass time = 0.56's, 234.530'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 208.703'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2370.370'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.229'MB/sec write SST data time = 0.06's, 676.143'MB/sec dict compress time = 2322294380.75's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40507.643'MB/sec zip my value time = 0.56's, unzip length = 0.132'GB zip my value throughput = 234.530'MB/sec zip pipeline throughput = 234.530'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.83 avg-val = 1017.01 avg-zval = 313.97 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.83 avg-val = 1024.01 avg-zval = 313.97 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 436832 } seq expand size = 906003 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.0427 GB } UnZip/Zip{ index = 6.5412 value = 3.2392 dict = 1.00 all = 3.1440 } Zip/UnZip{ index = 0.1529 value = 0.3087 dict = 1.00 all = 0.3181 } ---------------------------- total value len = 0.132536 GB avg = 1.024 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.000129429 Billion total entry num = 0.000129429 Billion write speed all = 0.008383256 MB/sec (with seq num) write speed all = 0.008319017 MB/sec (without seq num) 2024/11/20-13:16:20.291728 140257206376000 [compaction_job.cc:1948] [default] [JOB 6929] Generated table #29460: 129429 keys, 42690675 bytes, temperature: kWarm 2024/11/20-13:16:20.291845 140257206376000 EVENT_LOG_v1 {"time_micros": 1732079780291790, "cf_name": "default", "job": 6929, "event": "table_file_creation", "file_number": 29460, "file_size": 42690675, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 476056905, "largest_seqno": 561885043, "table_properties": {"data_size": 40636608, "index_size": 237440, "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": 131630086, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732079778, "oldest_key_time": 0, "file_creation_time": 1732079778, "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": 29460, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:16:20.329488 140257206376000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029461.sst) /dev/shm/ToplingTemp/Topling-224451-NXLSz8 2024/11/20-13:16:20.954148 140257206376000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029461.sst): first pass time = 0.62's, 214.877'MB/sec 2024/11/20-13:16:21.473951 140257206376000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029461.sst): old prealloc_size = 147639500, real_size = 40476704 2024/11/20-13:16:21.474072 140257206376000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029461.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.69 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.78 2024/11/20-13:16:21.474139 140257206376000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029461.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-13:16:21.632030 140257206376000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029461.sst): second pass time = 0.52's, 253.532'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 265.128'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2208.408'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.04's, 986.504'MB/sec dict compress time = 2322294380.75's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 47862.263'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 253.532'MB/sec zip pipeline throughput = 253.532'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.69 avg-val = 1017.00 avg-zval = 310.78 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.69 avg-val = 1018.19 avg-zval = 310.78 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 22015 bytes = 68816 } seq expand size = 154105 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.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 7.0814 value = 3.2724 dict = 1.00 all = 3.2023 } Zip/UnZip{ index = 0.1412 value = 0.3056 dict = 1.00 all = 0.3123 } ---------------------------- total value len = 0.264320 GB avg = 1.021 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.000258859 Billion total entry num = 0.000258859 Billion write speed all = 0.016718419 MB/sec (with seq num) write speed all = 0.016589952 MB/sec (without seq num) 2024/11/20-13:16:21.683172 140257206376000 [compaction_job.cc:1948] [default] [JOB 6929] Generated table #29461: 129430 keys, 41913313 bytes, temperature: kWarm 2024/11/20-13:16:21.683224 140257206376000 EVENT_LOG_v1 {"time_micros": 1732079781683196, "cf_name": "default", "job": 6929, "event": "table_file_creation", "file_number": 29461, "file_size": 41913313, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 561884780, "table_properties": {"data_size": 40224848, "index_size": 219328, "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": 131630091, "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": 1732079780, "oldest_key_time": 0, "file_creation_time": 1732079780, "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": 29461, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:16:21.731162 140257206376000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029462.sst) /dev/shm/ToplingTemp/Topling-224451-PtMAw6 2024/11/20-13:16:22.319235 140257206376000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029462.sst): first pass time = 0.59's, 228.250'MB/sec 2024/11/20-13:16:22.822077 140257206376000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029462.sst): old prealloc_size = 147639500, real_size = 40405552 2024/11/20-13:16:22.822190 140257206376000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029462.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.76 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.00 avg-zval = 310.17 2024/11/20-13:16:22.822244 140257206376000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029462.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-13:16:22.981507 140257206376000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029462.sst): second pass time = 0.50's, 262.130'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.214'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2487.761'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.04's, 1004.815'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40396.786'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 262.130'MB/sec zip pipeline throughput = 262.130'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1017.00 avg-zval = 310.17 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1017.52 avg-zval = 310.17 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 9516 bytes = 32128 } seq expand size = 66612 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.8073 value = 3.2789 dict = 1.00 all = 3.2106 } Zip/UnZip{ index = 0.1469 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 0.396016 GB avg = 1.020 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388288 Billion total entry num = 0.000388288 Billion write speed all = 0.025046751 MB/sec (with seq num) write speed all = 0.024854066 MB/sec (without seq num) 2024/11/20-13:16:23.033953 140257206376000 [compaction_job.cc:1948] [default] [JOB 6929] Generated table #29462: 129429 keys, 41805083 bytes, temperature: kWarm 2024/11/20-13:16:23.034016 140257206376000 EVENT_LOG_v1 {"time_micros": 1732079783033986, "cf_name": "default", "job": 6929, "event": "table_file_creation", "file_number": 29462, "file_size": 41805083, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 561876456, "table_properties": {"data_size": 40144864, "index_size": 228160, "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": 131629603, "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": 1732079781, "oldest_key_time": 0, "file_creation_time": 1732079781, "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": 29462, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:16:23.072314 140257206376000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029463.sst) /dev/shm/ToplingTemp/Topling-224451-u4HuN6 2024/11/20-13:16:23.727479 140257206376000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029463.sst): first pass time = 0.66's, 204.873'MB/sec 2024/11/20-13:16:24.721549 140257206376000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029463.sst): old prealloc_size = 147639500, real_size = 40371680 2024/11/20-13:16:24.721670 140257206376000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029463.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 309.95 2024/11/20-13:16:24.721725 140257206376000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029463.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-13:16:24.876417 140257206376000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029463.sst): second pass time = 0.99's, 132.517'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.15's, 269.591'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2244.580'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.285'MB/sec write SST data time = 0.04's, 1012.556'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 38496.927'MB/sec zip my value time = 0.99's, unzip length = 0.132'GB zip my value throughput = 132.517'MB/sec zip pipeline throughput = 247.512'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1016.99 avg-zval = 309.95 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.15 avg-zval = 309.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2988 bytes = 9728 } seq expand size = 20916 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 = 6.9998 value = 3.2811 dict = 1.00 all = 3.2149 } Zip/UnZip{ index = 0.1429 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 0.527667 GB avg = 1.019 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517719 Billion total entry num = 0.000517719 Billion write speed all = 0.033369748 MB/sec (with seq num) write speed all = 0.033112864 MB/sec (without seq num) 2024/11/20-13:16:24.943542 140257206376000 [compaction_job.cc:1948] [default] [JOB 6929] Generated table #29463: 129431 keys, 41748876 bytes, temperature: kWarm 2024/11/20-13:16:24.943631 140257206376000 EVENT_LOG_v1 {"time_micros": 1732079784943587, "cf_name": "default", "job": 6929, "event": "table_file_creation", "file_number": 29463, "file_size": 41748876, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 561884155, "table_properties": {"data_size": 40117264, "index_size": 221888, "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": 131629921, "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": 1732079783, "oldest_key_time": 0, "file_creation_time": 1732079783, "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": 29463, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:16:25.014065 140257206376000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029464.sst) /dev/shm/ToplingTemp/Topling-224451-77sJz7 2024/11/20-13:16:25.587077 140257206376000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029464.sst): first pass time = 0.57's, 234.254'MB/sec 2024/11/20-13:16:26.075154 140257206376000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029464.sst): old prealloc_size = 147639500, real_size = 40379152 2024/11/20-13:16:26.075279 140257206376000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029464.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.73 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.01 avg-zval = 310.00 2024/11/20-13:16:26.075337 140257206376000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029464.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-13:16:26.238126 140257206376000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029464.sst): second pass time = 0.49's, 270.089'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.251'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2280.515'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.270'MB/sec write SST data time = 0.04's, 969.279'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.379'MB, throughput = 24978.221'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 270.089'MB/sec zip pipeline throughput = 270.089'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.01 avg-zval = 310.00 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.26 avg-zval = 310.00 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 4487 bytes = 14592 } seq expand size = 31409 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.9475 value = 3.2807 dict = 1.00 all = 3.2139 } Zip/UnZip{ index = 0.1439 value = 0.3048 dict = 1.00 all = 0.3111 } ---------------------------- total value len = 0.659329 GB avg = 1.019 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647147 Billion total entry num = 0.000647147 Billion write speed all = 0.041692821 MB/sec (with seq num) write speed all = 0.041371744 MB/sec (without seq num) 2024/11/20-13:16:26.288967 140257206376000 [compaction_job.cc:1948] [default] [JOB 6929] Generated table #29464: 129428 keys, 41761971 bytes, temperature: kWarm 2024/11/20-13:16:26.289028 140257206376000 EVENT_LOG_v1 {"time_micros": 1732079786288998, "cf_name": "default", "job": 6929, "event": "table_file_creation", "file_number": 29464, "file_size": 41761971, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 561884450, "table_properties": {"data_size": 40123072, "index_size": 223552, "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": 131630018, "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": 1732079785, "oldest_key_time": 0, "file_creation_time": 1732079785, "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": 29464, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:16:26.335551 140257206376000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029465.sst) /dev/shm/ToplingTemp/Topling-224451-r9Xp77 2024/11/20-13:16:26.927170 140257206376000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029465.sst): first pass time = 0.59's, 226.896'MB/sec 2024/11/20-13:16:27.449818 140257206376000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029465.sst): old prealloc_size = 147639500, real_size = 40686592 2024/11/20-13:16:27.449940 140257206376000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029465.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.72 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.01 avg-zval = 312.39 2024/11/20-13:16:27.450072 140257206376000 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029465.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-13:16:27.784119 140257206376000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029465.sst): second pass time = 0.52's, 252.175'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.33's, 126.496'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2245.218'MB/sec (index lex order gen) rebuild zvType time = 0.19's, 0.170'MB/sec write SST data time = 0.14's, 293.695'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 48150.893'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 252.175'MB/sec zip pipeline throughput = 252.175'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 312.39 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1020.78 avg-zval = 312.39 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 69691 bytes = 226512 } seq expand size = 487837 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.0423 GB } UnZip/Zip{ index = 6.9755 value = 3.2556 dict = 1.00 all = 3.1744 } Zip/UnZip{ index = 0.1434 value = 0.3072 dict = 1.00 all = 0.3150 } ---------------------------- total value len = 0.791446 GB avg = 1.019 KB (by entry num) total key len = 0.015532 GB avg = 0.020 KB total ukey len = 0.009319 GB avg = 0.012 KB total ukey num = 0.000776575 Billion total entry num = 0.000776575 Billion write speed all = 0.050042176 MB/sec (with seq num) write speed all = 0.049656921 MB/sec (without seq num) 2024/11/20-13:16:27.845806 140257206376000 [compaction_job.cc:1948] [default] [JOB 6929] Generated table #29465: 129428 keys, 42281006 bytes, temperature: kWarm 2024/11/20-13:16:27.845899 140257206376000 EVENT_LOG_v1 {"time_micros": 1732079787845851, "cf_name": "default", "job": 6929, "event": "table_file_creation", "file_number": 29465, "file_size": 42281006, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 561885044, "table_properties": {"data_size": 40431408, "index_size": 222656, "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": 131629309, "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": 1732079786, "oldest_key_time": 0, "file_creation_time": 1732079786, "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": 29465, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:16:27.909933 140257206376000 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029466.sst) /dev/shm/ToplingTemp/Topling-224451-bOXEe9 2024/11/20-13:16:27.929106 140257206376000 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029466.sst): first pass time = 0.02's, 291.905'MB/sec 2024/11/20-13:16:28.133922 140257206376000 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029466.sst): old prealloc_size = 147639500, real_size = 1727128 2024/11/20-13:16:28.133982 140257206376000 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029466.sst): index type = UintIndex_AllOne , store type = DictZipBlobStore usrkeys = 5381 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.03 raw-val = 0.0055 GB zip-val = 0.0017 GB avg-val =1016.92 avg-zval = 320.65 2024/11/20-13:16:28.146667 140257206376000 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00/029466.sst): second pass time = 0.20's, 26.824'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 140.190'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 4.965'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.139'MB/sec write SST data time = 0.00's, 600.750'MB/sec dict compress time = 140278.07's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.055'MB, throughput = 795.799'MB/sec zip my value time = 0.20's, unzip length = 0.005'GB zip my value throughput = 26.824'MB/sec zip pipeline throughput = 387.401'MB/sec entries = 5381 avg-key = 20.00 avg-zkey = 0.04 avg-val = 1016.92 avg-zval = 320.65 usrkeys = 5381 avg-key = 12.00 avg-zkey = 0.04 avg-val = 1016.93 avg-zval = 320.65 TagRS{ kinds = RS_Key0_TagN bytes = 960 } TagArray{ size = 8 bytes = 32 } seq expand size = 56 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0055 GB dict = 0.05 MB all = 0.0056 GB } __ZipSize{ index = 0.0000 GB value = 0.0017 GB dict = 0.05 MB all = 0.0018 GB } UnZip/Zip{ index = 336.3125 value = 3.1714 dict = 1.00 all = 3.1299 } Zip/UnZip{ index = 0.0030 value = 0.3153 dict = 1.00 all = 0.3195 } ---------------------------- total value len = 0.796918 GB avg = 1.019 KB (by entry num) total key len = 0.015639 GB avg = 0.020 KB total ukey len = 0.009383 GB avg = 0.012 KB total ukey num = 0.000781956 Billion total entry num = 0.000781956 Billion write speed all = 0.050387052 MB/sec (with seq num) write speed all = 0.049999136 MB/sec (without seq num) 2024/11/20-13:16:28.160997 140257206376000 [compaction_job.cc:1948] [default] [JOB 6929] Generated table #29466: 5381 keys, 1782705 bytes, temperature: kWarm 2024/11/20-13:16:28.161077 140257206376000 EVENT_LOG_v1 {"time_micros": 1732079788161026, "cf_name": "default", "job": 6929, "event": "table_file_creation", "file_number": 29466, "file_size": 1782705, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 555796824, "table_properties": {"data_size": 1725408, "index_size": 192, "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": 107620, "raw_average_key_size": 20, "raw_value_size": 5472034, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 5381, "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_AllOne-DictZipBlobStore", "creation_time": 1732079787, "oldest_key_time": 0, "file_creation_time": 1732079787, "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": 29466, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:16:28.172058 140257206376000 [compaction_job.cc:703] job-06929: subcompact[0], size: 0.253984 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06929/att-00 [029460,029461,029462,029463,029464,029465,029466] 2024/11/20-13:16:28.248638 140257206376000 (Original Log Time 2024/11/20-13:16:18.307006) EVENT_LOG_v1 {"time_micros": 1732079778306964, "job": 6929, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [29456, 29455], "files_L3": [29349, 29350, 29351, 29352, 29353, 29414], "score": 0.961066, "input_data_size": 317580153, "oldest_snapshot_seqno": 561913665} 2024/11/20-13:16:28.248641 140257206376000 (Original Log Time 2024/11/20-13:16:28.244482) [compaction_job.cc:2022] [default] [JOB 6929] Compacted 2@2 + 6@3 files to L3 => 253983629 bytes 2024/11/20-13:16:28.248643 140257206376000 (Original Log Time 2024/11/20-13:16:28.248568) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 7 0 0 0] max score 0.01, MB/sec: 32.2 rd, 25.7 wr, level 3, files in(2, 6) out(7 +0 blob) MB in(62.4, 240.5 +0.0 blob) out(242.2 +0.0 blob), read-write-amplify(8.7) write-amplify(3.9) OK, records in: 840440, records dropped: 58484 output_compression: Snappy 2024/11/20-13:16:28.248647 140257206376000 (Original Log Time 2024/11/20-13:16:28.248617) EVENT_LOG_v1 {"time_micros": 1732079788248592, "cf": "default", "job": 6929, "event": "compaction_finished", "compaction_time_micros": 9865061, "compaction_time_cpu_micros": 2270270, "output_level": 3, "num_output_files": 7, "total_output_size": 253983629, "num_input_records": 840440, "num_output_records": 781956, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 230228498, "file_range_sync_nanos": 0, "file_fsync_nanos": 6964, "file_prepare_write_nanos": 15305, "lsm_state": [0, 0, 0, 7, 0, 0, 0]} 2024/11/20-13:16:28.380747 140257206376000 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":1732079778,"executesMs":10048,"compactionJobId":6929,"attempt":0,"compactionInputRawBytes":871538473,"compactionInputZipBytes":317580153,"compactionOutputRawBytes":0,"compactionOutputZipBytes":253983629,"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-d1dc09b6aeafb66c32775edcae5d9b69-c0ce6594e02b99e9-00"}}, response = 2024/11/20-13:16:28.380860 140257206376000 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-06929/att-00: olev 3, work 10.048 s, result 7.671 ms, install 4.181 ms, input{raw 831.164 MiB zip 302.868 MiB}