FlashP: An Analytical Pipeline for Real-time Forecasting of Time-Series Relational Data
Shuyuan Yan, Bolin Ding, Wei Guo, Jingren Zhou, Zhewei Wei, Xiaowei, Jiang, and Sheng Xu

TL;DR
FlashP is a scalable, real-time forecasting system for high-dimensional time-series data that uses a novel sampling scheme to efficiently approximate aggregations, enabling faster model training and decision-making.
Contribution
The paper introduces GSW sampling, a new sampling method with error bounds, and demonstrates its effectiveness in real-time forecasting of large-scale time-series data.
Findings
GSW sampling provides accurate aggregation estimates with bounded error.
FlashP achieves faster forecasting with minimal accuracy loss.
Experimental results validate the efficiency and effectiveness of the proposed approach.
Abstract
Interactive response time is important in analytical pipelines for users to explore a sufficient number of possibilities and make informed business decisions. We consider a forecasting pipeline with large volumes of high-dimensional time series data. Real-time forecasting can be conducted in two steps. First, we specify the part of data to be focused on and the measure to be predicted by slicing, dicing, and aggregating the data. Second, a forecasting model is trained on the aggregated results to predict the trend of the specified measure. While there are a number of forecasting models available, the first step is the performance bottleneck. A natural idea is to utilize sampling to obtain approximate aggregations in real time as the input to train the forecasting model. Our scalable real-time forecasting system FlashP (Flash Prediction) is built based on this idea, with two major…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries · Time Series Analysis and Forecasting · Data Visualization and Analytics
