Skip to content

Conversation

@kasiafi
Copy link
Member

@kasiafi kasiafi commented May 23, 2024

Record recently seen non null or null positions,
and use them when processing new frames.

Should speed up queries with regular framing like
ROWS BETWEEN 100 PRECEDING AND 100 FOLLOWING,
ROWS CURRENT ROW,
or RANGE UNBOUNDED PRECEDING UNBOUNDED FOLLOWING,
and with non-null values being sparse or none.

@cla-bot cla-bot bot added the cla-signed label May 23, 2024
Record recently seen non null or null positions,
and use them when processing new frames.

Should speed up queries with regular framing like
ROWS BETWEEN 100 PRECEDING AND 100 FOLLOWING,
ROWS CURRENT ROW,
or RANGE UNBOUNDED PRECEDING UNBOUNDED FOLLOWING,
and with non-null values being sparse or none.
@kasiafi kasiafi force-pushed the 516_FirstLastValue branch from cd6a02b to 9999404 Compare May 23, 2024 11:40
@kasiafi kasiafi merged commit b6752c9 into trinodb:master Jun 3, 2024
@github-actions github-actions bot added this to the 450 milestone Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants