Hello folks,
I’m looking for guidance on how to benchmark SQL Server 2025 with vector database workloads.
Specifically, I’m interested in the following:
- Is there a ready‑made database backup (for example, 10 million or 100 million vectors) that can be restored into a SQL Server instance for benchmarking?
- Measuring index creation time for vector indexes.
- Benchmarking similarity search performance, such as query latency and queries per second (QPS) on the restored database.
Are there any tools or frameworks available that support this type of benchmarking for SQL Server?
I’m also looking for recommendations on the platform for hosting SQL Server for this kind of benchmark:
- Windows vs Linux for vector database workloads on SQL Server 2025.
Finally, what are some key SQL Server performance‑tuning considerations when benchmarking vector database workloads on SQL Server 2025?
Any inputs, references, or prior experience would be greatly appreciated. Thanks in advance.Hello folks,
I’m looking for guidance on how to benchmark SQL Server 2025 with vector database workloads.
Specifically, I’m interested in the following:
- Is there a ready‑made database backup (for example, 10 million or 100 million vectors) that can be restored into a SQL Server instance for benchmarking?
- Measuring index creation time for vector indexes.
- Benchmarking similarity search performance, such as query latency and queries per second (QPS) on the restored database.
Are there any tools or frameworks available that support this type of benchmarking for SQL Server? like Vectordbbench
I’m also looking for recommendations on the platform for hosting SQL Server for this kind of benchmark:
- Windows vs Linux for vector database workloads on SQL Server 2025.
Finally, what are some key SQL Server performance‑tuning considerations when benchmarking vector database workloads on SQL Server 2025?
Any inputs, references, or prior experience would be greatly appreciated. Thanks in advance.