Hacker News new | ask | show | jobs
by kacperlukawski 1123 days ago
Did you run the clients in the same regions as the servers? That may impact the results.
2 comments

Yes. For MyScale (aws us-east-1), Pinecone (aws us-east-1), Qdrant (aws us-east-1), and Zilliz Cloud (aws us-east-2), we run the clients in the same region as the servers. For Weaviate, the server is in GCP US east, while the client is in aws us-east-1. Since its throughput is around 66 QPS, the impact of networking should be low.
Yes, we did. If the QPS is high, running the clients in the same region is important for performance.