Streaming - SQL
About
continuous SQL query on an infinite data stream
A streaming sql can not be ANSI SQL compliant because the streaming functions are not part of those database standards.
A streaming query is a query that executes continuously over streaming data.
In real-time, streaming queries:
operates continuously on data
updates results incrementally
outputs a result if the condition is met
Articles Related
Plugin combo - Component related: Nothing was found.
Usage
Windows
Stream - Windows
Syntax
MATCH_RECOGNIZE clause
Language
Implementation
Documentation / Reference