mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
84110d2684
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
stability:
|
|
collections:
|
|
-
|
|
server:
|
|
db_config.primary_path: /test/milvus/db_data_011/sift_10m_1024_128_l2_sq8_stability
|
|
cache_config.cpu_cache_capacity: 64GB
|
|
cache_config.cache_insert_data: true
|
|
engine_config.use_blas_threshold: 1100
|
|
engine_config.gpu_search_threshold: 50
|
|
gpu_resource_config.enable: true
|
|
gpu_resource_config.cache_capacity: 4GB
|
|
gpu_resource_config.search_resources:
|
|
- gpu0
|
|
- gpu1
|
|
gpu_resource_config.build_index_resources:
|
|
- gpu0
|
|
- gpu1
|
|
collection_name: sift_1m_50000_128_l2_2
|
|
during_time: 5
|
|
operations:
|
|
insert:
|
|
weight: 4
|
|
xb: 100
|
|
delete:
|
|
weight: 4
|
|
xb: 100
|
|
flush:
|
|
weight: 1
|
|
# async: true
|
|
compact:
|
|
weight: 1
|
|
# # async: true
|
|
query:
|
|
weight: 2
|
|
# async: true
|
|
top_ks: 1-100
|
|
nqs: 1-100
|
|
search_params:
|
|
nprobe: 1-100
|