AI help is now live in the #questdb docs.
Ask questions, get instant, context-aware answers on SQL, ingestion, and performance.
No fluffโjust clear support for your workflow.
#AI #devtools
@questdb.bsky.social
AI help is now live in the #questdb docs.
Ask questions, get instant, context-aware answers on SQL, ingestion, and performance.
No fluffโjust clear support for your workflow.
#AI #devtools
LLMs + REST APIs = powerful combos.
Hereโs Claude Code querying a ~1BN row crypto dataset from QuestDB using plain SQL over HTTP. No SDKs, just curl.
Clean pattern for real-time insights with minimal setup. Screenshot below.
#QuestDB #LLM #SQL #RESTAPI #TimeSeries
Weโve spent months making QuestDB 9.0 the fastest, most robust time-series DB weโve ever shipped.
โ๏ธ N-dimensional arrays
โ๏ธ Smarter materialized views
โ๏ธ Ultra-low latency
โ๏ธ Better UX
Built with your feedback
questdb.com/blog/questdb...
#questdb #githubrelease #opensource
Kicking off a new series on order book analytics in SQL with #questdb: bid-ask spread, liquidity thresholds, imbalance, quote stuffingโdirectly over L2 snapshots. Follow along for real SQL examples this week.
#timeseries #trading #orderbook #FX #SQL
Real-time analytics is still too complexโtoo many tools, too much glue.
Are we close to a true all-in-one solution?
#QuestDB 's Marko Topolnik explores how materialized views simplify things + compares QuestDB, ClickHouse, TimescaleDB & InfluxDB.
questdb.com/blog/realtim...
Middle of a dashboard refresh is a bad time for GC.
QuestDB sidesteps it with:
* Off-heap memory
* Memory-mapped partitions
* Native C++/Rust in the hot path
What you need. Where you need it. When you need it.
questdb.com/docs/guides/...
We watched Interstellar. That movie is a trip!
Slow dashboards make us feel like the wave planet.
We like 'em live, like our fresh crypto dashboards.
๐ questdb.com/dashboards/c...
Somewhere in a database... a lonely little row from 2017 still holds out for hope.
QuestDBโs TTL helps old data move on.
Listen, row, don't think of it as deletion... More like closure.
We just need some time for ourselves (and our more recent data).
questdb.com/docs/concept...
This is your database when you donโt use materialized views to pre-compute aggregates.
Every dashboard refresh is like a hot iron to the foot.
Save your DB('s feet)! Materialize your views.
questdb.com/blog/materia...
Our real-time crypto dashboards received a fresh coat of paint.
New dashboards featuring:
* Candles
* Coefficients
* VWAPs
* More
Ooh-hoo, yep 'lotta neat stuff. And it's all fast and fluid.
To the moon, and such!
๐ questdb.com/dashboards/c...
MCP is shiny and new.
Vector databases are shiny and new, too.
What can a vector DB do that a high-performance DB + frontier model via MCP canโt?
Genuine inquiry! โ Please share your use case.
A common typo: WAL log (Write-Ahead Log log)
Or is it?!
Write-Ahead Logs (WAL) actually do log twice.
First to the WAL.
Then to the DB.
The more you know! ๐
New in QuestDB docs: full breakdown of our architecture.
Learn how we achieve high-performance on time-series data โ from storage and ingestion to the query engine.
Built from scratch in low-latency Java, C++ & Rust.
๐ Explore it here: questdb.com/docs/guides/...
Live crypto charts, tick-by-tick ๐ข
OKX โ QuestDB โ Grafana (โฑ ms latency)
โข Trade blotter & order-book depth
โข OHLC / VWAP / RSI / Bollinger Bands
โข BTC, ETH + 20 pairs
Dive in: questdb.com/dashboards/c...
Tired of heavy SAMPLE BY queries slowing down dashboards in QuestDB?
Use materialized views to precompute OHLC & other aggregates. They auto-refresh on ingest for blazing-fast reads! โก
Learn how ๐ questdb.com/blog/how-to-...
#SQL #QuestDB
Asking an LLM for an exact price point is like asking a poet for your bank balance.
You might get a moving responseโฆ
But it wonโt be right.
โETH price on March 8, 2022?โ
โTwas fair and volatile, sir.โ
Hmm... You'll need a database.
questdb.com/blog/why-ai-...
Sometimes we make cool things and forget to tell people.
Ahem: #QuestDB has a fresh and funky release notes application.
Want to know what's been happening over-time, for open source and Enterprise?
Checkout questdb.com/release-notes/ and explore.
QuestDB now supports Oracle-style comments, so you can add helpful annotationsโฆ
Or sneak messages to your coworkers. ๐ โ๏ธ
Structured data is very sneaky!
Just ask your favourite LLM.
1GB of text = ~250M tokens
1GB of structured trades = ~1B tokens
Thatโs 4ร the token cost for less semantic richness.
Our new agentic friends have many capabilities, chewing structured data not among them.
questdb.com/blog/why-ai-...
Hammer! Shooting Star! Bullish Engulfing! Piercing Line! While these sound like gnarly video game moves, they are in fact common patterns in OHLC candlestick charts. Learn more about them from our glossary: questdb.com/glossary/ohc... -- and checkout #QuestDB if your charts need a speed boost.
13.05.2025 20:01 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Agents, they're suddenly everywhere. They sure seem to bring lot to the table. But there's a weakness. Structured data. Why? Read! questdb.com/blog/why-ai-...
13.05.2025 00:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0The power of community and openness โcustomers submitting Pull Requests to the #QuestDB Rust client: github.com/questdb/c-qu....
08.05.2025 00:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Pro-tip: it is now possible to change SYMBOL capacity via SQL: questdb.com/docs/referen...
#questdb #symbol #cardinality
Getting from zero to ingesting, querying, and exporting data to Parquet with QuestDB in under 3 minutes. Thatโs what we showed live at STAC in Londonโno magic, just fast, SQL-native performance. #questdb #opensource #SQL #Parquet
30.04.2025 14:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0With QuestDB powering real-time monitoring and historical analysis, their ultra-low latency architecture runs at sub-200ฮผs round-trip โก
More in the press release ๐
www.onetrading.com/blog/one-tra...
#QuestDB #OneTrading #TradingTechnology #TimeSeries #Database
One of the use cases materialized views unlock is faster Klines โcandlestickโ charts. In our latest blog post we show an example of ingesting market data from Polygon.io, creating cascading materialized views, then using Grafana.com to display a real-time dashboard.
questdb.com/blog/kline-c...
This is what happens when you put together QuestDB and github.com/finos/perspe..., a data visualization tool designed for large and streaming data. Look at this cool blotter updating every 50ms with market data coming from QuestDB.
20.02.2025 15:42 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 0Screenshot from slack, showing Jaromir saying: That's excellent news :tada: I included a PHP test runner in the fix. So from now on PHP PDO has the same test coverage as we have for Python, Rust or C#. This should prevent future regressions. Many thanks for your help: The report, reproducer and now the confirmation - it all helped greatly.
And that, kids, is how PHP made it into our codebase.
A user on PHP hit a QuestDB 8.2.2 issue. We gave an immediate workaround, then @jerrinot.bsky.social shipped a permanent fix 11 days laterโwith a new PHP test runner for coverage on par with Python or Rust. Community collaboration FTW!
Our team was curious about the performance of the brand new InfluxDB 3 Core (OSS), so we went and tried out their Alpha. We wrote about our findings at questdb.com/blog/influxd...
13.02.2025 10:56 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Airflow web console view showing a graph with four tasks: Convert_to_parquet (postgresOperator), detach_partition (postgresOperator), upload_to_s3 (python_operator), delete_folder (python_operator)
Dagster web UI view showing a graph with five operations: get_execution_date, convert_to_parquet, detach_partition, upload_files_to_s3, and delete_folder
Did you know you can orchestrate and schedule your QuestDB data workflows using Airflow with the PostgresOperator or Dagster with a resource using psycopg?
20.01.2025 11:30 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0