Home / Companies / QuestDB / Blog / June 2024

June 2024 Summaries

2 posts from QuestDB

Filter
Month: Year:
Post Summaries Back to Blog
QuestDB is an open-source time-series database designed for high-performance demands, offering ultra-low latency and high ingestion throughput with a multi-tier storage engine. It supports Parquet and SQL, ensuring data portability without vendor lock-in. A key feature is the ASOF JOIN, which simplifies handling time-series data by allowing seamless correlation of events across tables based on timestamps, exemplified through use cases in IoT and finance. For instance, it can efficiently align sensor data with rocket launch phases or match buy and sell trades to calculate price spreads. QuestDB's ASOF JOIN is praised for its ability to intuitively match data points without needing explicit join conditions, leveraging timestamps as first-class citizens. The database's support for complex queries is further highlighted through creative applications like analyzing the impact of large trades on market prices. Additionally, the text explores the syntax required to perform ASOF JOINs in other databases like DuckDB, ClickHouse, and TimescaleDB, emphasizing the versatility and potential of this feature in time-series data analysis.
Jun 24, 2024 1,885 words in the original blog post.
QuestDB is an open-source, high-performance database designed for market data, featuring superior ingestion throughput and SQL analytics that enable efficient data analysis with minimal hardware costs. The text explores the historical foreign exchange rates dataset from the European Central Bank (ECB), which governs monetary policy in the Eurozone, and examines how significant global events have influenced these rates over time. Utilizing the QuestDB Grafana plugin, the analysis reveals how major events such as the 2008 Financial Crisis, the Swiss Franc's peg removal in 2015, Turkish inflation, Iceland's financial collapse, and the Russian ruble's volatility following geopolitical conflicts have impacted currency values. The use of visualizations, such as price change and timeline overviews, provides insights into the dynamic nature of currency movements and highlights the potential for further discoveries within the dataset.
Jun 20, 2024 1,861 words in the original blog post.