The tumbling window adds support for a specialize managed table called a "tumbling window" table.
This should add support for a buffered table which will flush whatever data is in the table at the time of flushing. This allows for buffering data to disk, and then flushing at a later time.
The managed table will allow outputing data in batches.
The tumbling window adds support for a specialize managed table called a "tumbling window" table.
This should add support for a buffered table which will flush whatever data is in the table at the time of flushing. This allows for buffering data to disk, and then flushing at a later time.
The managed table will allow outputing data in batches.