Skip to main content
VeloDB Cloud 26.x·Apache Doris 4.x (≤ 4.0 supported)·"Since X.Y" tags refer to Doris versionsversion mapping →

High-Concurrency Point Queries

On top of its analytics-oriented columnar storage, Doris provides a dedicated optimization path for online point queries and key-value lookups that demand high concurrency and low latency. Row store and the short path give Unique-table primary-key point queries high QPS and low latency. Dictionaries rewrite dimension joins into in-memory key-value lookups.

Primary-Key Point Queries

Key-Value Lookups