QuestDB is a high performance, open-source, time-series database https://questdb.com
  • Java 91%
  • Rust 5%
  • C++ 3%
  • Assembly 0.4%
  • C 0.3%
  • Other 0.1%
Find a file
2026-06-03 12:00:44 +01:00
.claude/skills docs(core): improve review skill to recognise sub-optimal approaches where better ones exist 2026-05-27 18:46:00 +01:00
.github chore(qwp): add durable-ack opt-in and zone-aware query failover (#7041) 2026-05-14 22:20:24 +01:00
.idea chore(core): update copyright year to 2026 (#6573) 2025-12-22 18:05:12 +00:00
artifacts chore(core): adds groundwork for incremental backup + removes undocumented table backup (#6647) 2026-01-23 14:27:16 +00:00
benchmarks build: 9.4.1 (#7198) 2026-06-03 11:49:00 +01:00
ci ci(core): split windows/mac PR ci runs into a separate pipeline (#7194) 2026-06-01 19:09:56 +01:00
compat build: 9.4.1 (#7198) 2026-06-03 11:49:00 +01:00
core chore(ui): upgrade web console to 1.2.3 (#7199) 2026-06-03 12:00:44 +01:00
docs feat(qwp): expand ingest wire-type coverage and advertise batch cap (#7108) 2026-05-20 14:23:42 +01:00
i18n docs(core): refresh README with updated links, images, and AI agents section (#7088) 2026-05-11 20:42:25 +01:00
java-questdb-client@3376db66f1 chore(core): bump questdb-client version to 1.3.2 (#7167) 2026-05-27 11:21:49 +01:00
pkg/ami/marketplace feat(sql): add byte caps for CachedWindow and ORDER BY native memory (#7157) 2026-06-01 11:58:16 +01:00
utils build: 9.4.1 (#7198) 2026-06-03 11:49:00 +01:00
win64svc chore(core): update QuestDB to JDK 25 (#6980) 2026-04-24 20:42:04 +01:00
.all-contributorsrc chore(docs): Vietnamese README translation (#4358) 2024-04-02 19:46:35 +01:00
.coderabbit.yaml chore(sql): fix 500 error in json_extract sql optimiser (#6394) 2025-11-20 08:36:37 +00:00
.git-blame-ignore-revs chore(build): git blame to ignore the reformatting commit (#2880) 2022-12-21 15:47:32 +00:00
.gitignore feat(core): add local parquet metadata sidecar file for optimized query planning (#6913) 2026-05-05 21:43:35 +01:00
.gitleaks.toml feat(ilp): add QuestDB Wire Protocol (QWP) ingestion over WebSocket and UDP (#6800) 2026-04-15 00:58:20 +01:00
.gitleaksignore feat(ilp): add QuestDB Wire Protocol (QWP) ingestion over WebSocket and UDP (#6800) 2026-04-15 00:58:20 +01:00
.gitmodules feat(core): add local parquet metadata sidecar file for optimized query planning (#6913) 2026-05-05 21:43:35 +01:00
CLAUDE.md fix(qwp): fix WebSocket handshake under partial socket writes (#7129) 2026-05-23 03:08:33 +01:00
CODE_OF_CONDUCT.md chore(docs): add Prettier formatting to project files (#1720) 2021-12-21 13:40:59 +00:00
CODEOWNERS chore: switch to team-based codeowners (#1754) 2022-01-07 17:14:54 +00:00
CONTRIBUTING.md chore(core): update QuestDB to JDK 25 (#6980) 2026-04-24 20:42:04 +01:00
examples.manifest.yaml chore(ilp): add ilp-from-conf sample (#4394) 2024-04-12 14:52:25 +01:00
find_unterminated_logs.py ci(core): catch underterminated log lines (#6781) 2026-02-13 12:26:04 +00:00
github_run_action.py chore(sql): queryable parquet partitions (#4918) 2024-12-05 13:27:24 +00:00
LICENSE.txt fix: license changed to Apache 2.0. Fixed #80 2019-11-18 12:07:44 +00:00
pom.xml build: 9.4.1 (#7198) 2026-06-03 11:49:00 +01:00
README.md docs(core): refresh README with updated links, images, and AI agents section (#7088) 2026-05-11 20:42:25 +01:00
SECURITY.md docs(core): add SECURITY policy (#2629) 2022-10-25 21:05:12 +01:00
THIRD_PARTY_LICENSES.txt chore(core): keep parquet sort metadata consistent across out-of-order merges (#7183) 2026-06-01 11:37:51 +01:00
video-tutorial-by-TaniyaKatigar.md feat(docs): Added beginner-friendly video tutorial on setting up QuestDB – by Taniya Katigar (#6000) 2025-07-30 13:25:11 +01:00

QuestDB Logo

 

QuestDB open source contributors

English | 简体中文


QuestDB is an open-source time-series database offering blazingly fast ingestion and dynamic, low-latency SQL queries.

QuestDB delivers a multi-tier storage engine (WAL → native → Parquet on object storage), and the core engine is implemented in zero-GC Java and C++; QuestDB Enterprise includes additional components in Rust.

We achieve high performance via a column-oriented storage model, parallelized vector execution, SIMD instructions, and low-latency techniques. In addition, QuestDB is hardware efficient, with quick setup and operational efficiency.

Ready to go? Jump to the Get started section.

 

QuestDB Web Console showing a SQL statement and query result

QuestDB Web Console - click to launch demo

 

Benefits of QuestDB

Feature highlights include:

  • Low-latency, high-throughput ingestion — from single events to millions/sec
  • Low-latency SQL with time-series extensions (ASOF JOIN, WINDOW JOIN, HORIZON JOIN, SAMPLE BY, LATEST ON)
  • SIMD-accelerated, parallel execution
  • Multi-tier storage: WAL → native columnar → Parquet (time-partitioned and time-ordered)
  • Postgres protocol (PGwire) and REST API
  • Views, materialized views, and n-dimensional arrays (incl. 2D arrays for order books)
  • Web console for queries and data management
  • Apache 2.0 open source and open formats — no vendor lock-in
  • Finance functions and orderbook analytics

QuestDB excels with:

  • financial market data (tick data, trades, order books, OHLC)
  • Sensor/telemetry data with high data cardinality
  • real-time dashboards and monitoring
  • AI coding agents for automated data pipelines and analytics

And why use a time-series database?

Beyond performance and efficiency, with a specialized time-series database, you don't need to worry about:

  • out-of-order data
  • deduplication and exactly one semantics
  • Continuous streaming ingest with many concurrent queries
  • streaming data (low latency)
  • volatile and "bursty" data
  • adding new columns - change schema "on the fly" while streaming data

Try QuestDB, demo and dashboards

The live, public demo is provisioned with the latest QuestDB release and sample datasets:

  • Trades: live crypto trades with 30M+ rows per month (OKX exchange)
  • FX order book: live charts with orderbook FX pairs.
  • Trips: 10 years of NYC taxi trips with 1.6 billion rows

We also have some public, real-time demo dashboards using our Grafana-native plugin:

QuestDB performance vs. other databases

QuestDB performs very well in performance benchmarks compared to alternatives.

For deep dives into internals and performance, see the following blog posts:

As always, we encourage you to run your own benchmarks.

A chart comparing the ingestion rate of QuestDB, InfluxDB and TimescaleDB.

AI coding agents

QuestDB works out of the box with AI coding agents. Install the QuestDB agent skill and go from prompt to production in under 60 seconds: streaming ingestion, materialized views, and real-time analytics with zero manual code.

Get started

Use Docker to start quickly:

docker run -p 9000:9000 -p 9009:9009 -p 8812:8812 questdb/questdb

Or macOS users can use Homebrew:

brew install questdb
brew services start questdb
questdb start
questdb stop

Alternatively, to kickoff the full onboarding journey, start with our concise quick start guide.

First-party ingestion clients

QuestDB clients for ingesting data via the InfluxDB Line Protocol:

Connect to QuestDB

Interact with QuestDB and your data via the following interfaces:

Popular tools that integrate with QuestDB include:

End-to-end code scaffolds

From streaming ingestion to visualization with Grafana, start with code scaffolds from our quickstart repository.

Configure QuestDB for production workloads

Find our capacity planning to fine-tune QuestDB for production workloads.

QuestDB Enterprise

For secure operation at greater scale or within larger organizations.

Additional features include:

  • high availability and read replica(s)
  • multi-primary ingestion
  • cold storage integration
  • role-based access control
  • TLS encryption
  • native querying of Parquet files via object storage
  • support SLAs, enhanced monitoring and more

Visit the Enterprise page for further details and contact information.

Additional resources

📚 Read the docs

Get support

🚢 Deploy QuestDB

Contribute

Contributions welcome!

We appreciate:

To get started with contributing:

As a sign of our gratitude, we send QuestDB swag to our contributors!

A big thanks goes to the following wonderful people who have contributed to QuestDB emoji key:


clickingbuttons

💻 🤔 📓

ideoma

💻 📓 ⚠️

tonytamwk

💻 📓

sirinath

🤔

igor-suhorukov

💻 🤔

mick2004

💻 📦

rawkode

💻 🚇

solidnerd

💻 🚇

solanav

💻 📖

shantanoo-desai

📝 💡

alexprut

💻 🚧

lbowman

💻 ⚠️

chankeypathak

📝

upsidedownsmile

💻

Nagriar

💻

piotrrzysko

💻 ⚠️

mpsq

💻

siddheshlatkar

💻

Yitaek

💡

gabor-boros

💡

kovid-r

💡

TimBo93

🐛 📓

zikani03

💻

jaugsburger

💻 🚧

TheTanc

📆 🖋 🤔

davidgs

🐛 🖋

kaishin

💻 💡

bluestreak01

💻 🚧 ⚠️

patrickSpaceSurfer

💻 🚧 ⚠️

chenrui333

🚇

bsmth

📖 🖋

Ugbot

💬 📓 📢

lepolac

💻 🔧

tiagostutz

📓 🐛 📆

Lyncee59

🤔 💻

rrjanbiah

🐛

sarunas-stasaitis

🐛

RiccardoGiro

🐛

duggar

🐛

postol

🐛

petrjahoda

🐛

t00

🐛

snenkov

📓 🐛 🤔

marregui

💻 🤔 🎨

bratseth

💻 🤔 📓

welly87

🤔

fuzzthink

🤔 📓

nexthack

💻

g-metan

🐛

tim2skew

🐛 📓

ospqsp

🐛

SuperFluffy

🐛

nu11ptr

🐛

comunidadio

🐛

mugendi

🤔 🐛 📖

paulwoods222

🐛

mingodad

🤔 🐛 📖

houarizegai

📖

jjsaunier

🐛

zanek

🤔 📆

Geekaylee

📓 🤔

lg31415

🐛 📆

null-dev

🐛 📆

ultd

🤔 📆

ericsun2

🤔 🐛 📆

giovannibonetti

📓 🐛 📆

wavded

📓 🐛

puzpuzpuz

📖 💻 📓

rstreics

💻 🚇 📖

mariusgheorghies

💻 🚇 📖

pswu11

🖋 🤔 🎨

insmac

💻 🤔 🎨

eugenels

💻 🤔 🚧

bziobrowski

💻 📆

Zapfmeister

💻 📓

mkaruza

💻

DylanDKnight

📓 🐛

enolal826

💻

glasstiger

💻

argshook

💻 🤔 🎨 🐛

amunra

💻 📖 🐛

GothamsJoker

💻

kocko

💻

jerrinot

💻 🤔 🐛

rberrelleza

💻

Cobalt-27

💻

eschultz

💻

XinyiQiao

💻

terasum

📖

PlamenHristov

💻

tris0laris

📝 🤔

HeZean

💻 🐛

iridess

💻 📖

selmanfarukyilmaz

🐛

donet5

🤔 🐛

Zahlii

🐛

salsasepp

🐛

EmmettM

🐛 ⚠️

robd003

🤔

AllenEdison

🐛

CSharpDummy

🐛

shimondoodkin

🐛 🤔

huuhait

🐛 🤔

alexey-milovidov

🐛

suconghou

🐛

allegraharris

💻

oliver-daniel

💻

kerimsenturk5734

📖

This project adheres to the all-contributors specification. Contributions of any kind are welcome!