2024/11/20-20:51:56.418778 140008660518464 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00: fork to child time = 0.009512 sec 2024/11/20-20:51:56.419320 140008660518464 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00 2024/11/20-20:51:56.426079 140008660518464 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00 2024/11/20-20:51:56.427729 140008660518464 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:51:56.427960 140008660518464 [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:51:56.475377 140008660518464 [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-12185/att-00/MANIFEST-049091 2024/11/20-20:51:56.493076 140008660518464 [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-12185/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 69415, last_sequence is 1116641388, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 69270 2024/11/20-20:51:56.493082 140008660518464 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:51:56.493156 140008660518464 [version_set.cc:5724] Creating manifest 69415 2024/11/20-20:51:56.524929 140008660518464 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:51:56.543285 140008660518464 [compaction_job.cc:2437] [default] [JOB 12185] Compacting 1@2 + 5@3 files to L3, score 0.89, subcompactions 1 : 1 2024/11/20-20:51:56.543297 140008660518464 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 10006 Base level 2, inputs: [69410(31MB)], [69304(40MB) 69305(41MB) 69306(39MB) 69307(39MB) 69333(40MB)] 2024/11/20-20:51:56.550345 140008660518464 [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:51:56.550369 140008660518464 [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:51:56.550389 140008660518464 [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:51:56.550397 140008660518464 [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:51:56.550406 140008660518464 [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:51:57.205887 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069416.sst) /dev/shm/ToplingTemp/Topling-971446-WdIQ2m 2024/11/20-20:51:57.394894 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069416.sst): first pass time = 0.19's, 710.256'MB/sec 2024/11/20-20:51:58.228907 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069416.sst): old prealloc_size = 147639500, real_size = 40946192 2024/11/20-20:51:58.229032 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069416.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.75 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.99 avg-zval = 314.36 2024/11/20-20:51:58.229214 140008660518464 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069416.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:51:58.418906 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069416.sst): second pass time = 0.83's, 157.990'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 225.016'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1868.057'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.252'MB/sec write SST data time = 0.06's, 696.856'MB/sec dict compress time = 8367743347.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 29165.203'MB/sec zip my value time = 0.83's, unzip length = 0.132'GB zip my value throughput = 157.990'MB/sec zip pipeline throughput = 285.506'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.99 avg-zval = 314.36 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1023.99 avg-zval = 314.36 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 453024 } seq expand size = 906010 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.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8709 value = 3.2351 dict = 1.00 all = 3.1399 } Zip/UnZip{ index = 0.1455 value = 0.3091 dict = 1.00 all = 0.3185 } ---------------------------- total value len = 563.198268 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144006 Billion total entry num = 1.700646028 Billion write speed all = 60.173438052 MB/sec (with seq num) write speed all = 58.825867386 MB/sec (without seq num) 2024/11/20-20:51:58.474580 140008660518464 [compaction_job.cc:1948] [default] [JOB 12185] Generated table #69416: 129430 keys, 42746660 bytes, temperature: kWarm 2024/11/20-20:51:58.474700 140008660518464 EVENT_LOG_v1 {"time_micros": 1732107118474641, "cf_name": "default", "job": 12185, "event": "table_file_creation", "file_number": 69416, "file_size": 42746660, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479831, "largest_seqno": 1116315017, "table_properties": {"data_size": 40687616, "index_size": 226048, "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": 131629570, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732107117, "oldest_key_time": 0, "file_creation_time": 1732107117, "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": 69416, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:51:58.554583 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069417.sst) /dev/shm/ToplingTemp/Topling-971446-hOB1Yo 2024/11/20-20:51:59.090595 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069417.sst): first pass time = 0.54's, 250.424'MB/sec 2024/11/20-20:51:59.779543 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069417.sst): old prealloc_size = 147639500, real_size = 41379792 2024/11/20-20:51:59.779601 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069417.sst): index type = FixedLenKeyIndex , store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0010 GB avg-key = 8.00 avg-zkey = 7.58 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.98 avg-zval = 311.87 2024/11/20-20:52:00.019305 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069417.sst): second pass time = 0.69's, 191.264'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.24's, 179.730'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 31563.674'MB/sec (index lex order gen) rebuild zvType time = 0.17's, 0.186'MB/sec write SST data time = 0.07's, 654.473'MB/sec dict compress time = 4500561499.35's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 38771.618'MB/sec zip my value time = 0.69's, unzip length = 0.132'GB zip my value throughput = 191.264'MB/sec zip pipeline throughput = 275.427'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 7.58 avg-val = 1016.98 avg-zval = 311.87 usrkeys = 129432 avg-key = 12.00 avg-zkey = 7.58 avg-val = 1022.21 avg-zval = 311.87 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 96702 bytes = 338464 } seq expand size = 676914 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.0010 GB value = 0.0404 GB dict = 1.38 MB all = 0.0431 GB } UnZip/Zip{ index = 1.5825 value = 3.2609 dict = 1.00 all = 3.1151 } Zip/UnZip{ index = 0.6319 value = 0.3067 dict = 1.00 all = 0.3210 } ---------------------------- total value len = 563.330574 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.321273438 Billion total entry num = 1.700775460 Billion write speed all = 60.177260122 MB/sec (with seq num) write speed all = 58.829800490 MB/sec (without seq num) 2024/11/20-20:52:00.078255 140008660518464 [compaction_job.cc:1948] [default] [JOB 12185] Generated table #69417: 129432 keys, 43085774 bytes, temperature: kWarm 2024/11/20-20:52:00.078344 140008660518464 EVENT_LOG_v1 {"time_micros": 1732107120078300, "cf_name": "default", "job": 12185, "event": "table_file_creation", "file_number": 69417, "file_size": 43085774, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1116315018, "table_properties": {"data_size": 40365760, "index_size": 981504, "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": 131629671, "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-FixedLenKeyIndex-DictZipBlobStore", "creation_time": 1732107118, "oldest_key_time": 0, "file_creation_time": 1732107118, "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": 69417, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:52:00.120913 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069418.sst) /dev/shm/ToplingTemp/Topling-971446-CofZgq 2024/11/20-20:52:00.649633 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069418.sst): first pass time = 0.53's, 253.875'MB/sec 2024/11/20-20:52:01.229243 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069418.sst): old prealloc_size = 147639500, real_size = 40408976 2024/11/20-20:52:01.229379 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069418.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 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.0402 GB avg-val =1017.03 avg-zval = 310.23 2024/11/20-20:52:01.229445 140008660518464 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069418.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:52:01.461764 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069418.sst): second pass time = 0.58's, 227.405'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.23's, 179.884'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2059.057'MB/sec (index lex order gen) rebuild zvType time = 0.17's, 0.194'MB/sec write SST data time = 0.07's, 635.901'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 = 24707.252'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 227.405'MB/sec zip pipeline throughput = 227.405'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.03 avg-zval = 310.23 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.67 avg-zval = 310.23 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11893 bytes = 41648 } seq expand size = 83251 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.9256 value = 3.2783 dict = 1.00 all = 3.2096 } Zip/UnZip{ index = 0.1444 value = 0.3050 dict = 1.00 all = 0.3116 } ---------------------------- total value len = 563.462288 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.321402864 Billion total entry num = 1.700904886 Billion write speed all = 60.181963386 MB/sec (with seq num) write speed all = 58.834593687 MB/sec (without seq num) 2024/11/20-20:52:01.515058 140008660518464 [compaction_job.cc:1948] [default] [JOB 12185] Generated table #69418: 129426 keys, 41818366 bytes, temperature: kWarm 2024/11/20-20:52:01.515150 140008660518464 EVENT_LOG_v1 {"time_micros": 1732107121515104, "cf_name": "default", "job": 12185, "event": "table_file_creation", "file_number": 69418, "file_size": 41818366, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1116308367, "table_properties": {"data_size": 40152192, "index_size": 224256, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131630149, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "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": 1732107120, "oldest_key_time": 0, "file_creation_time": 1732107120, "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": 69418, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:52:01.566914 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069419.sst) /dev/shm/ToplingTemp/Topling-971446-dAkmco 2024/11/20-20:52:02.084496 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069419.sst): first pass time = 0.52's, 259.344'MB/sec 2024/11/20-20:52:02.582364 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069419.sst): old prealloc_size = 147639500, real_size = 40449984 2024/11/20-20:52:02.582490 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069419.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.78 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1017.00 avg-zval = 310.50 2024/11/20-20:52:02.582570 140008660518464 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069419.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:52:02.744103 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069419.sst): second pass time = 0.50's, 264.779'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.125'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2223.389'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.04's, 982.077'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 = 43363.293'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 264.779'MB/sec zip pipeline throughput = 264.779'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.00 avg-zval = 310.50 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1018.32 avg-zval = 310.50 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 24299 bytes = 85056 } seq expand size = 170093 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7448 value = 3.2754 dict = 1.00 all = 3.2031 } Zip/UnZip{ index = 0.1483 value = 0.3053 dict = 1.00 all = 0.3122 } ---------------------------- total value len = 563.594087 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532293 Billion total entry num = 1.701034315 Billion write speed all = 60.187627866 MB/sec (with seq num) write speed all = 58.840326716 MB/sec (without seq num) 2024/11/20-20:52:02.794188 140008660518464 [compaction_job.cc:1948] [default] [JOB 12185] Generated table #69419: 129429 keys, 41902647 bytes, temperature: kWarm 2024/11/20-20:52:02.794255 140008660518464 EVENT_LOG_v1 {"time_micros": 1732107122794223, "cf_name": "default", "job": 12185, "event": "table_file_creation", "file_number": 69419, "file_size": 41902647, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1116314261, "table_properties": {"data_size": 40187184, "index_size": 230272, "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": 131629567, "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": 1732107121, "oldest_key_time": 0, "file_creation_time": 1732107121, "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": 69419, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:52:02.830160 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069420.sst) /dev/shm/ToplingTemp/Topling-971446-cqqefm 2024/11/20-20:52:03.356560 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069420.sst): first pass time = 0.53's, 254.990'MB/sec 2024/11/20-20:52:03.907595 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069420.sst): old prealloc_size = 147639500, real_size = 40916448 2024/11/20-20:52:03.907723 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069420.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 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.0407 GB avg-val =1017.03 avg-zval = 314.16 2024/11/20-20:52:03.907881 140008660518464 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069420.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:52:04.083362 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069420.sst): second pass time = 0.55's, 239.163'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 242.957'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2147.259'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.258'MB/sec write SST data time = 0.05's, 849.008'MB/sec dict compress time = 0.00's, 1378216.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 27075.871'MB/sec zip my value time = 0.55's, unzip length = 0.132'GB zip my value throughput = 239.163'MB/sec zip pipeline throughput = 239.163'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.03 avg-zval = 314.16 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1023.47 avg-zval = 314.16 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 119122 bytes = 416944 } seq expand size = 833854 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.9534 value = 3.2373 dict = 1.00 all = 3.1432 } Zip/UnZip{ index = 0.1438 value = 0.3089 dict = 1.00 all = 0.3181 } ---------------------------- total value len = 563.726552 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801907 GB avg = 0.014 KB total ukey num = 2.321661719 Billion total entry num = 1.701163741 Billion write speed all = 60.193017489 MB/sec (with seq num) write speed all = 58.845792466 MB/sec (without seq num) 2024/11/20-20:52:04.136709 140008660518464 [compaction_job.cc:1948] [default] [JOB 12185] Generated table #69420: 129426 keys, 42701287 bytes, temperature: kWarm 2024/11/20-20:52:04.136777 140008660518464 EVENT_LOG_v1 {"time_micros": 1732107124136745, "cf_name": "default", "job": 12185, "event": "table_file_creation", "file_number": 69420, "file_size": 42701287, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1116314797, "table_properties": {"data_size": 40660560, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131630222, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "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": 1732107122, "oldest_key_time": 0, "file_creation_time": 1732107122, "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": 69420, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:52:04.176446 140008660518464 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069421.sst) /dev/shm/ToplingTemp/Topling-971446-Slr3Qp 2024/11/20-20:52:04.185563 140008660518464 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069421.sst): first pass time = 0.01's, 395.043'MB/sec 2024/11/20-20:52:04.225737 140008660518464 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069421.sst): old prealloc_size = 147639500, real_size = 1132064 2024/11/20-20:52:04.225781 140008660518464 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069421.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 3456 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.28 raw-val = 0.0035 GB zip-val = 0.0011 GB avg-val =1017.19 avg-zval = 326.99 2024/11/20-20:52:04.244974 140008660518464 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00/069421.sst): second pass time = 0.04's, 88.896'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.02's, 61.608'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 40.201'MB/sec (index lex order gen) rebuild zvType time = 0.02's, 0.050'MB/sec write SST data time = 0.00's, 617.775'MB/sec dict compress time = 0.00's, 39652.000'MB/sec z-dict build time = 0.00's, sample length = 0.040'MB, throughput = 1040.571'MB/sec zip my value time = 0.04's, unzip length = 0.004'GB zip my value throughput = 88.896'MB/sec zip pipeline throughput = 88.896'MB/sec entries = 3456 avg-key = 20.00 avg-zkey = 0.28 avg-val = 1017.19 avg-zval = 326.99 usrkeys = 3456 avg-key = 12.00 avg-zkey = 0.28 avg-val = 1024.19 avg-zval = 326.99 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 3456 bytes = 11680 } seq expand size = 24192 multi value expand size = 0 cnt WriteAppend = 9 UnZipSize{ index = 0.0000 GB value = 0.0035 GB dict = 0.04 MB all = 0.0036 GB } __ZipSize{ index = 0.0000 GB value = 0.0011 GB dict = 0.04 MB all = 0.0012 GB } UnZip/Zip{ index = 43.2000 value = 3.1108 dict = 1.00 all = 3.0287 } Zip/UnZip{ index = 0.0231 value = 0.3215 dict = 1.00 all = 0.3302 } ---------------------------- total value len = 563.730091 GB avg = 0.331 KB (by entry num) total key len = 44.327418 GB avg = 0.026 KB total ukey len = 32.801949 GB avg = 0.014 KB total ukey num = 2.321665175 Billion total entry num = 1.701167197 Billion write speed all = 60.192411850 MB/sec (with seq num) write speed all = 58.845205641 MB/sec (without seq num) 2024/11/20-20:52:04.259873 140008660518464 [compaction_job.cc:1948] [default] [JOB 12185] Generated table #69421: 3456 keys, 1183525 bytes, temperature: kWarm 2024/11/20-20:52:04.259945 140008660518464 EVENT_LOG_v1 {"time_micros": 1732107124259903, "cf_name": "default", "job": 12185, "event": "table_file_creation", "file_number": 69421, "file_size": 1183525, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 981769050, "largest_seqno": 1114811618, "table_properties": {"data_size": 1130064, "index_size": 960, "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": 69120, "raw_average_key_size": 20, "raw_value_size": 3515406, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 3456, "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-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732107124, "oldest_key_time": 0, "file_creation_time": 1732107124, "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": 69421, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:52:04.450592 140008660518464 [compaction_job.cc:703] job-12185: subcompact[0], size: 0.213438 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-12185/att-00 [069416,069417,069418,069419,069420,069421] 2024/11/20-20:52:04.524351 140008660518464 (Original Log Time 2024/11/20-20:51:56.543353) EVENT_LOG_v1 {"time_micros": 1732107116543312, "job": 12185, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [69410], "files_L3": [69304, 69305, 69306, 69307, 69333], "score": 0.888271, "input_data_size": 245018136, "oldest_snapshot_seqno": 1116640780} 2024/11/20-20:52:04.524355 140008660518464 (Original Log Time 2024/11/20-20:52:04.513262) [compaction_job.cc:2022] [default] [JOB 12185] Compacted 1@2 + 5@3 files to L3 => 213438259 bytes 2024/11/20-20:52:04.524357 140008660518464 (Original Log Time 2024/11/20-20:52:04.524277) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 31.0 rd, 27.0 wr, level 3, files in(1, 5) out(6 +0 blob) MB in(31.2, 202.4 +0.0 blob) out(203.6 +0.0 blob), read-write-amplify(14.0) write-amplify(6.5) OK, records in: 679104, records dropped: 28505 output_compression: Snappy 2024/11/20-20:52:04.524361 140008660518464 (Original Log Time 2024/11/20-20:52:04.524327) EVENT_LOG_v1 {"time_micros": 1732107124524301, "cf": "default", "job": 12185, "event": "compaction_finished", "compaction_time_micros": 7907256, "compaction_time_cpu_micros": 1897246, "output_level": 3, "num_output_files": 6, "total_output_size": 213438259, "num_input_records": 679104, "num_output_records": 650599, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 240002912, "file_range_sync_nanos": 0, "file_fsync_nanos": 6842, "file_prepare_write_nanos": 13256, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-20:52:04.657730 140008660518464 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":1732107116,"executesMs":8088,"compactionJobId":12185,"attempt":0,"compactionInputRawBytes":704238932,"compactionInputZipBytes":245018136,"compactionOutputRawBytes":0,"compactionOutputZipBytes":213438259,"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-114a3e753e5e2756dc5212bb764a1839-7896fffeb35f9b4d-00"}}, response = 2024/11/20-20:52:04.657852 140008660518464 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-12185/att-00: olev 3, work 8.088 s, result 5.936 ms, install 11.116 ms, input{raw 671.615 MiB zip 233.668 MiB}