Home / Companies / QuestDB / Blog / January 2025

January 2025 Summaries

3 posts from QuestDB

Filter
Month: Year:
Post Summaries Back to Blog
QuestDB 8.2.2 introduces several enhancements and new features, making it a robust choice for managing time-series data across demanding workloads. Among its key updates, the new built-in monitoring dashboard in the Web Console provides real-time insights without needing third-party services, and the introduction of Table TTL automates data lifecycle management by removing outdated data efficiently. The release also significantly boosts performance through parallelized Parquet file reading, leveraging multiple CPU cores for complex queries, and adds new SQL capabilities such as the DECLARE keyword for variable management and several window functions like lead() and lag() for advanced data analysis. Improved timezone-aware date functions and the ability to reload server settings without downtime further enhance its usability. Additionally, the new query tracing feature aids in identifying performance bottlenecks by recording query execution times, while the update to a .com domain reflects a broader commitment to professionalism and accessibility.
Jan 29, 2025 1,297 words in the original blog post.
QuestDB is an advanced database optimized for managing high-frequency financial market data, offering significant benefits such as exceptional ingestion throughput, sophisticated SQL analytics, and hardware efficiency. This open-source tool is especially suited for handling tick data, as demonstrated in an analysis of intraday foreign exchange (FX) data from TrueFX, which provides detailed insights into market behavior by capturing every tick at millisecond resolution. Accessing such high-resolution data can be challenging due to restrictions, but platforms like TrueFX offer historical data for analysis. The dataset, composed of contributions from various financial entities, allows for comprehensive analysis of market movements and trends. QuestDB's functionality, including mid-price smoothing and advanced join techniques like LT JOIN and ASOF JOIN, enables users to analyze currency arbitrage opportunities and trading costs. The article also explores spread analysis and the correlation between different currency pairs using functions like spread_bps and regr_slope, highlighting the impact of market liquidity and trading dynamics on spreads. Overall, QuestDB facilitates robust and flexible analysis of financial tick data, providing valuable insights into market trends and trading strategies.
Jan 08, 2025 2,193 words in the original blog post.
QuestDB is an open-source, next-generation database designed for handling market data with high ingestion throughput and efficient hardware utilization, making it ideal for tick data analysis. The text explores the utility of candlestick charts, a visualization tool originating from Japan, which provides a detailed view of asset price changes over time, capturing open, high, low, and close prices. The piece outlines a step-by-step process to create real-time candlestick charts using QuestDB for data storage and Apache ECharts for rendering, highlighting the ease of creating interactive, data-rich visualizations in a React application. QuestDB's time-series database capabilities are emphasized for efficiently managing and querying high-frequency financial data, allowing users to build custom dashboards with features like zoom, tooltips, and dynamic updates.
Jan 06, 2025 1,995 words in the original blog post.