Powered by Apache Doris

The unified real-time database
for observability

Why did checkout latency spike?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
WITH spans AS (
SELECT
service_name,
operation_name,
trace_id,
duration_ms,
error
FROM trace_spans
WHERE timestamp >= NOW() - INTERVAL 15 MINUTE
)
SELECT
service_name,
COUNT(*) AS trace_count,
PERCENTILE(duration_ms, 0.95) AS p95_ms,
100.0 * SUM(error) / NULLIF(COUNT(*), 0) AS error_rate_pct
FROM spans
GROUP BY service_name
ORDER BY p95_ms DESC;
p95 Latency (all services)
842ms
↑ 78% vs prior 15 min
Error Rate (all services)
3.2%
↑ 3.2 pp vs prior 15 min
Customer Stories

From AI labs to global scale

AI Observability
MiniMax

PB-scale AI logging at 70% lower cost

Replaced a Grafana Loki stack with an Apache Doris–based logging system to store and query model training and inference logs at petabyte scale.

10 GB/s
Write throughput
70%
Lower storage cost
Read the story
Lakehouse
Xiaomi

One unified lakehouse, 6× faster queries

Consolidated Presto, Druid, Kudu, and Trino into a single Apache Doris + Paimon lakehouse running across 40+ clusters on petabytes of data.

Faster queries
50M/day
Queries served
Read the story
Real-Time Analytics
Ave.ai

Real-time DeFi analytics across 190+ chains

Migrated from PostgreSQL to VeloDB Cloud to serve 10M+ users with real-time on-chain analytics spanning 190+ blockchains and 500+ DEXs.

50%+
Lower cost
<5s
Data latency
Read the story
AI · Hybrid Search
ByteDance

Billion-scale hybrid search, 7× faster

Built hybrid search on Apache Doris 4.0 — combining filters, BM25, and vector similarity over 1B+ embeddings — on a single server.

400ms
Latency · 7× faster
94%
Search relevance
Read the story

10,000+ Enterprises Trust Apache Doris and VeloDB

Why VeloDB

Built for the workloads that
break ordinary databases

01 · Real-Time Performance

Real-Time performance under real-world conditions

Sub-second latency under concurrency, heavy updates, and complex joins — all at once.

Most databases benchmark on clean, single-table scans. Real workloads often face the following challenges: thousands of concurrent users, data that changes by the hour, and multi-table joins. VeloDB is engineered to hold sub-second latency through all these challenges, so dashboards, data products, and AI apps stay fast as the workloads scale.

Diagram: concurrency, freshness, and complexity pressures converging into the VeloDB engine while p99 latency stays flat and under one second as load rises.
02 · Unified

Unified analytics, search, and AI retrieval

One engine for multimodal data, queried in standard SQL.

Structured tables, semi-structured JSON, full-text, and vector embeddings are stored in one place and queried with a single engine and a single SQL statement. Reduce the number of databases you have to manage and maintain so you can focus on innovation.

Diagram: one SQL statement combining structured filters, JSON path access, full-text BM25, and vector search in a single VeloDB query — replacing a search cluster, a vector database, and the ETL between them.
03 · Cost

Cost-efficient by design

Efficiency from the architecture and up.

Most analytics costs come from running and maintaining many separate systems. VeloDB lowers those costs by simplifying the stack. It replaces the search database, vector store, Redis cache, and surrounding ETL layers with built-in caching and materialized views. VeloDB Cloud separates storage and compute while integrating with open lakehouse, so compute scales elastically, and bursty agent workloads only cost you while they run. On top of that, Doris uses columnar ZSTD compression and tiered object storage to bring down storage costs.

Before-and-after diagram: five separate systems (OLAP, search cluster, vector DB, Redis, ETL) plus idle compute collapsing into one VeloDB engine with elastic compute that scales to zero — about 60% lower total cost of ownership.
04 · Open

Open by default

Truly open, fully compatible with the open-source Apache Doris.

VeloDB is built on Apache Doris and stays fully compatible with it. You get the same SQL, the same MySQL wire protocol, and the same connectors as the open-source project, so anything you build on Apache Doris runs on VeloDB without changes and ports back just as easily. VeloDB also integrates with open catalogs like Polaris and Unity, and open table formats like Iceberg, Hudi, and Delta.

Diagram: VeloDB and Apache Doris joined by a two-way arrow (same SQL, same MySQL wire protocol, same connectors), with spokes to open table formats (Iceberg, Hudi, Delta, Paimon) and open catalogs (Polaris, Unity).

The unified engine at the center of your data ecosystem

Unify data ingestion, lakehouse access, analytics, search, and AI workloads in one engine.

BI
Power BIPower BI
TableauTableau
LookerLooker
SupersetSuperset
Transform
apache-spark
dbtdbt
FlinkFlink
Observability
OpenTelemetryOpenTelemetry
GrafanaGrafana
LangfuseLangfuse
AI / ML
RAYRAY
LangChainLangChain
LlamaIndexLlamaIndex
DifyDify
The Unified Analytical Engine
INTERFACE
SQL
SEARCH
VECTORS
AGGREGATE
UNIFIED DATA STACK
Columnar
Vectorized
High Concurrency
Real-time
CORE
Powered by Apache Doris
MPP Execution
CBO
Materialized Views
DATA SOURCES
Databases
MySQLMySQL
PostgreSQLPostgreSQL
MongoDBMongoDB
Streams
kafkakafka
ConfluentConfluent
Data Lake
Amazon S3Amazon S3
Google Cloud StorageGoogle Cloud Storage
Azure Data LakeAzure Data Lake
SaaS Connectors
FivetranFivetran
AirbyteAirbyte
Hadoop HDFSHadoop HDFS
DATA LAKEHOUSE
Catalogs
Snowflake Open Catalog
Databricks Unity Catalog
AWS Glue
Amazon S3 Tables
Iceberg REST Catalog
Hive Metastore
Open Table Formats
IcebergIceberg
Delta LakeDelta Lake
Apache HiveApache Hive
LanceDBLanceDB
Deploy Anywhere
AWSAWS
Google CloudGoogle Cloud
Microsoft AzureMicrosoft Azure
KubernetesKubernetes
On-premOn-prem

Ship on the unified real-time database

Analytics, search, and AI retrieval in one engine — open source, MySQL-compatible, runs in your cloud.

This website uses cookies to enhance your browsing experience by collecting information about your interactions. By clicking Accept, you are agreeing to our use of cookies as described in our Cookie Policy.
Need help? Contact us!