If you want performance guidance for your own workload, reach out to contact@lancedb.com. The LanceDB engineering team can help map your latency, throughput, ingestion, and filtering requirements to an appropriate Enterprise cluster design.
Depending on workload and tuning, Enterprise clusters can also be configured for high concurrency, including thousands of QPS in some deployments, but the right configuration varies by use case. Training, search, and analytics workloads often benefit from different cluster shapes and resource allocation strategies. To understand which parts of the system influence these results, see the Enterprise architecture guide.
Dataset
We used two datasets for this benchmark: the dbpedia-entities-openai-1M for vector search, and a synthetic dataset for vector search with metadata filtering.
These benchmark results are most useful as a directional baseline. Different data distributions, index choices, cache behavior, and cluster settings can materially change the latency profile.
Vector Search
We ran vector queries againstdbpedia-entities-openai-1M with a warmed-up cache. In that benchmark setup, we observed the following latency profile:
Full-Text Search
With the same dataset and a warmed-up cache, full-text search fell into the following range:Vector Search with Metadata Filtering
We created a 15M-vector dataset to evaluate metadata-aware search under more complex filtering conditions. These filters can span a wide range of scalar columns, for example, “find Sci-fi movies since 1900”. With a warmed-up cache, slightly more selective filters, for example, “find Sci-fi movies between the years 2000 and 2012”, produced the following representative results:
Broader or less selective filters, for example, “find Sci-fi movies since 1900”, moved the latency range to:
These benchmarks are intended to provide consistent, reproducible reference points for LanceDB Enterprise rather than one-size-fits-all promises. We periodically re-run and update numbers as necessary, but production performance will still depend on workload shape, cluster tuning, and the architectural choices described in the Enterprise architecture guide.