performance: # interface: search_vectors query: # dataset: table name you have already created # key starts with "server." need to reconfig and restart server, including use_blas_threshold/cpu_cache_capacity .. [ # { # "dataset": "random_1m_1024_4096_ip", # "index.index_types": ["ivf_sq8h"], # "index.nlists": [16384], # "nprobes": [8, 32], # "top_ks": [1, 4, 16, 64, 128, 256, 512, 1000], # "nqs": [1, 10, 100, 500, 800, 1000], # "server.use_blas_threshold": 1100, # "server.use_gpu_threshold": 1100, # "server.cpu_cache_capacity": 50, # "server.resources": ["cpu", "gpu0", "gpu1"], # "db_path_prefix": "/test/milvus/db_data/random_1m_1024_4096_ip_sq8h" # }, { "dataset": "random_2m_1024_512_ip", "index.index_types": ["mix_nsg"], "index.nlists": [16384], "nprobes": [8], "top_ks": [1], "nqs": [1], "server.use_blas_threshold": 1100, "server.use_gpu_threshold": 1100, "server.cpu_cache_capacity": 50, "server.resources": ["gpu0", "gpu1"], "server.enable_gpu": True, "db_path_prefix": "/test/milvus/db_data/random_1m_1024_4096_ip_sq8" }, ]