OriginChain
OriginChain SQL · Vector · Full-text · Graph · Natural language

One source of truth.
Every query shape.

One endpoint. Five query patterns. One engine. Rows, vector embeddings, full-text postings and graph edges commit together in one atomic write - every write instantly visible to SQL, vector, graph, full-text and the natural-language /ask alike.

single-tenant region-isolated sub-100 ms in-region 99.95% uptime SLA
one endpoint · five query patterns
SQL relational
SELECT symbol, close FROM prices WHERE date > $1 01
Vector similarity
topk(embedding, :q, 10) WHERE sector = 'tech' 02
Graph cypher
MATCH (a)-[:REFERRED]->(b) RETURN b 03
Full-text bm25
search('quarterly earnings beat') 04
Natural language /ask
/ask "top movers this week" 05
one atomic write, visible to all five
member of

A member of the NVIDIA Inception program and the AI Council of India (IAMAI). Learn more →

the unified data platform

Stop stitching four systems for one AI feature.

Most modern AI stacks fan a single user action across four databases - a relational store, a vector index, a search engine, and a graph. Each has its own bearer, its own SDK, its own billing line, and its own way of being out of sync at 3 am. OriginChain replaces all four with one managed database. One write lands every shape atomically.

before · the four-system stack
rows a relational database
vector a dedicated vector index
text a managed search service
graph a property-graph database
4 bearers 4 SDKs 4 SLAs 4 billing lines + eventual-consistency drift across all four
one managed database
after · originchain
rows same store, one atomic write
vector HNSW with metadata filters
text BM25 ranked, 18 languages
graph BFS / paths / weighted Dijkstra
1 bearer 1 SDK 1 SLA 1 billing line + atomic visibility across every shape
fewer vendors

Retire four contracts. Onboard one. Stop coordinating four maintenance windows for a single feature release.

no drift, by construction

The row, its embedding, its full-text postings, and its graph edges commit together in one atomic write. No reconciliation jobs. No "the search index is 8 hours behind" disclaimers.

ship in days, not quarters

One SDK, one auth model, one observability surface. New AI features land without a Debezium pipeline + four retry queues + a 3 am reconciliation cron.

why originchain

One database. Every query shape your stack needs.

scroll · the deck builds
01 / 06

SQL · Vector · Full-text · Graph · Natural language, all on the same store and the same bearer. Write your data once, query it four ways without bolting on a separate engine.

"last 7 closes"
{ plan_id, rows: [
{ d, c }
{ d, c }
{ d, c }
] }
02 / 06

p99 under 8 ms for typed SQL. HNSW vector top-k at 100k vectors: recall@10 = 0.96 with p99 109 ms in default high_recall mode, or p99 37 ms in fast mode (recall 0.69). At scale, IVF-PQ reaches recall@10 0.979 on the 100M-vector BIGANN benchmark at p99 333 ms on a single box. Warm natural-language queries return in under 50 ms thanks to plan caching.

/v1/watch · server-sent events
03 / 06

Your own compute, your own volume, your own bearer - locked to the region you pick. Zero shared resources, zero noisy neighbours, zero cross-tenant blast radius.

your region - your bucket
04 / 06

Provisioning, TLS, backups, replication, and observability run for you. You ship product features; we run the database underneath them.

rows · indexes graph edges · time-series one store · one recovery hash → bytes
05 / 06

POST a sentence to /ask and get rows back. Plan-cached natural-language queries execute in-region with sub-50 ms warm latency and a stable schema-aware response shape.

"last 7 closes"
{ plan_id, rows: [
{ d, c }
{ d, c }
{ d, c }
] }
06 / 06

RPO=0 on higher configurations and ~25 second failover keep your application online through hardware loss. Writes are continuously archived to encrypted object storage, so you can restore to any timestamp.

~90 sec
latency

Latency you can budget against on a managed database.

Concrete p99 numbers, not averages - the ceiling your app can plan around for SLAs, agent loops, and user-facing reads on a managed database.

p99
< 8 ms
Typed query
SQL, vector, full-text

End-to-end p99 in-region for typed queries against your managed database.

p99
< 50 ms
/ask warm cache
natural language SQL, plan cached

After the first ask of a shape, the plan is durably cached and every repeat skips compile.

p99
< 333 ms
Vector topk
IVF-PQ · 100M real vectors · BIGANN

recall@10 = 0.979 at 100M on BIGANN (real data, published ground truth) — DiskANN-class leader-band accuracy, on a single box.

p99
< 100 ms
/ask cold
cross-continent, first ask

First ask of a brand-new shape from another continent - including the round trip.

p99 measured at the API edge · in-region unless noted · vector topk is the 100M-vector benchmark — IVF-PQ on BIGANN (real data, published ground truth), recall@10 = 0.979 at p99 333 ms on a single box · the HNSW path serves smaller corpora at single-digit-millisecond p99

Ship faster on a database built for AI.

OriginChain is the AI-native database for teams that need SQL, vector, full-text, graph, and natural-language queries on one managed endpoint. Single tenant, region-isolated, fully hosted - provision in under two minutes, query in milliseconds.

the company

Built by a deep-tech team engineering the data foundation for AI.

About OriginChain →
ready when you are

Ninety seconds to an endpoint. No stack to wire up.

Pick a region, choose your configuration, and we provision a dedicated single-tenant instance in roughly ninety seconds. The first query you send is the first query we'll show you how to write - in English.

talk to a human