1) Apache Kylin v3.0 introduces a new real-time OLAP architecture using long-running streaming jobs to provide low latency queries over streaming data.
2) The data flow uses streaming receivers to aggregate streaming events in memory and flush to local disk in real-time segments before uploading to remote storage.
3) The query flow scans local real-time segments for low latency before querying remote historical data, providing millisecond responses over trillions of rows.