For the complete documentation index, see llms.txt. This page is also available as Markdown.

How the streaming optimization technique works

You can customize the amount of the records used for processing by specifying a maximum limit for time or rows in the window mode. You can optimize data service processing by specifying a Rows Limit (the maximum number of rows that a window can have). If the value in the Rows Limit is reached, a new window is created. You can also optimize data service processing by specifying a Time Limit (the maximum elapsed time to create a new window).

Last updated

Was this helpful?