's Avatar

@questdb.bsky.social

177 Followers  |  391 Following  |  33 Posts  |  Joined: 30.10.2024  |  1.7797

Latest posts by questdb.bsky.social on Bluesky

Post image

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

24.07.2025 14:13 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

21.07.2025 16:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

15.07.2025 10:13 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

10.07.2025 10:06 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Real-time analytics with an all-in-one system: Are we there yet? | QuestDB Explore how modern databases are evolving into unified real-time analytics platforms. Compare TimescaleDB, ClickHouse, InfluxDB, and QuestDB's approaches to handling both historical and streamingโ€ฆ

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...

18.06.2025 16:16 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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/...

06.06.2025 16:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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...

05.06.2025 16:06 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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...

04.06.2025 16:09 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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...

03.06.2025 16:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Live Crypto Price Charts & Market Data | QuestDB See QuestDB queries in action on a live, real-time cryptocurrency analytics dashboard, powered by Grafana.

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...

02.06.2025 16:05 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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.

30.05.2025 16:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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! ๐ŸŒˆ

29.05.2025 16:02 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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/...

28.05.2025 16:56 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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...

27.05.2025 12:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
How to create a materialized view | QuestDB Learn what a materialized view is, its benefits and drawbacks, and how to quickly create materialized views in QuestDB to supercharge your aggregation queries with incremental refresh.

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

21.05.2025 13:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Why AI needs a database | QuestDB AI won't replace databases โ€” but it will transform how we use them. This article explores why AI and databases work better together, breaking down LLM tokenization, real-time data access, andโ€ฆ

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-...

16.05.2025 17:04 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
QuestDB Release Notes Latest updates and improvements to QuestDB Open Source and Enterprise editions

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.

15.05.2025 21:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

QuestDB now supports Oracle-style comments, so you can add helpful annotationsโ€ฆ

Or sneak messages to your coworkers. ๐Ÿ‘€ โ˜•๏ธ

15.05.2025 17:04 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Why AI needs a database | QuestDB AI won't replace databases โ€” but it will transform how we use them. This article explores why AI and databases work better together, breaking down LLM tokenization, real-time data access, andโ€ฆ

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-...

14.05.2025 17:04 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
The Great Guide to OHLC Candlesticks | QuestDB Clear visual examples and a comprehensive guide to OHLC Candlesticks. Learn about its sources, storage, processing, and applications in high-frequency trading and market analysis. All you need inโ€ฆ

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    ๐Ÿ“Œ 0
Preview
Why AI needs a database | QuestDB AI won't replace databases โ€” but it will transform how we use them. This article explores why AI and databases work better together, breaking down LLM tokenization, real-time data access, andโ€ฆ

Agents, 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    ๐Ÿ“Œ 0
Post image

The 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    ๐Ÿ“Œ 0
Post image

Pro-tip: it is now possible to change SYMBOL capacity via SQL: questdb.com/docs/referen...

#questdb #symbol #cardinality

06.05.2025 00:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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    ๐Ÿ“Œ 0
Preview
One Trading - Where smart money does more - Blog - One Trading Partners with QuestDB to Power Low-Latency Market Data Infrastructure The only place you can trade EU regulated crypto futures. Bring your trading ideas to life - buy and sell quickly and easily 24/7.

With 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

14.04.2025 08:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Building K-line (Candlestick) Charts with QuestDB and Grafana | QuestDB In this tutorial, we will stream real-time crypto data from polygon.io and utilize QuestDBโ€™s new materialized view functionality to create aggregated OHLC tables efficiently. We will then visualize th...

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...

09.04.2025 17:38 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

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    ๐Ÿ“Œ 0
Screenshot 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.

Screenshot 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!

19.02.2025 10:26 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
We finally benchmarked InfluxDB 3 OSS Core (Alpha) | QuestDB After many years of waiting, we benchmarked InfluxDB 3 OSS Core (Alpha). How does it fare? What are its strengths and weaknesses? We take an initial look, benchmark ingestion, and spot some caveats..

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    ๐Ÿ“Œ 0
Airflow 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)

Airflow 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

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

@questdb is following 20 prominent accounts