Query Profiling
Query Profiling: See Where a Slow Query Spends Its Time | Weaviate

Query Profiling: See Where a Slow Query Spends Its Time | Weaviate

7/21/2026

What this post added

Introduces query profiling as a new feature, allowing users to enable detailed timing breakdowns for individual queries. This feature provides per-shard timing information for vector search, keyword scoring, and filter evaluation, and aggregates this data across the cluster for a comprehensive view of query performance. It details the structure of the profiling output and provides examples of how to interpret the timings for different performance bottlenecks.

Read the original post ↗