Debugging distributed database mysteries with Rust, packet capture and Polars
QuestDB is a high performance time-series database
with SQL analytics that can power through data ingestion and analysis.
It's open source
and integrates with many tools and languages. Give us a try!
A few months back I was working on the primary-replica replication feature in
QuestDB. The feature was nearing completion of development but we had a report
that it was using a significant amounts of network bandwidth.
During the process of debugging the issue I ended up implementing my own
quick'n'...
Read more at questdb.io