235
PerformanceConsiderations for Streams and Nodes
offset value is not a literal integer; for example, @OFFSET(Sales, Month). The offset value is the
eld name Month, whose value is unknown until executed. The server must save all values of the
Sales eld to ensure accurate results. Where an upper bound is known, you should provide i tas
an additional argument; for example, @OFFSET(Sales, Month, 12). This operation instructs the
server to store no more than the 12 most recent values of Sales. Sequence functions, bounded or
otherwise, almost always inhibit SQL generation.