mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 16:35:29 +08:00
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
performance:
|
|
|
|
# interface: add_vectors
|
|
insert:
|
|
# index_type: flat/ivf_flat/ivf_sq8/mix_nsg
|
|
[
|
|
# debug
|
|
# data_type / data_size / index_file_size / dimension
|
|
# data_type: random / ann_sift
|
|
# data_size: 10m / 1b
|
|
# {
|
|
# "table_name": "random_1m_1024_4096_ip",
|
|
# "ni_per": 10000,
|
|
# "server.cpu_cache_capacity": 16,
|
|
# "server.resources": ["gpu0", "gpu1"],
|
|
# "db_path_prefix": "/test/milvus/db_data/random_1m_1024_4096_ip"
|
|
# },
|
|
# {
|
|
# "table_name": "random_1m_1024_16384_ip",
|
|
# "ni_per": 10000,
|
|
# "server.cpu_cache_capacity": 16,
|
|
# "server.resources": ["gpu0", "gpu1"],
|
|
# "db_path_prefix": "/test/milvus/db_data/random_1m_1024_16384_ip"
|
|
# },
|
|
{
|
|
"table_name": "random_50m_1024_512_ip",
|
|
"ni_per": 100000,
|
|
# "server.cpu_cache_capacity": 16,
|
|
# "server.resources": ["gpu0", "gpu1"],
|
|
"db_path_prefix": "/test/milvus/db_data_cpu/random_50m_1024_512_ip_ivf"
|
|
},
|
|
] |