diff options
| author | lijia <[email protected]> | 2024-05-11 17:56:37 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-05-17 14:10:21 +0800 |
| commit | 0f7206776498b621de13255189cf1c659c04a701 (patch) | |
| tree | f7d749e6f4c0796e164de4fea15e60e4b9b6f49a /benchmark | |
| parent | b497224a3738a8c55768915288eafdeb97573d66 (diff) | |
TSG-20808,TSG-20954:split bm into multi-partition to avoid long latency by memset large memory;Both bm are queried in transition
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/sapp_default_config/etc/sapp.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/sapp_default_config/etc/sapp.toml b/benchmark/sapp_default_config/etc/sapp.toml index 0c1c32e..2805521 100644 --- a/benchmark/sapp_default_config/etc/sapp.toml +++ b/benchmark/sapp_default_config/etc/sapp.toml @@ -133,6 +133,8 @@ # 0:disable bloom filter, 1:dabloom, 2:apbloom #bloom_library=1 first_packets=3 + bloom_partition_num=1 + [STREAM] ### note, stream_id_base_time format is "%Y-%m-%d %H:%M:%S" |
