Can’t Increase Throughput for Standalone Instance
I have been working with Milvus v2.2.9 in standalone mode using Docker Compose, running without any CPU limits. My current setup involves creating an index with 1 million embeddings using the IVF_SQ8 indexing method. I’ve wrapped the Milvus search function (collection.search(...), _async=True
) inside an asynchronous function.