You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request by recursive cte, which tend to use the high 4 bits of the last 16 bits of epoch to iterate.
After some offline discussion, this feature will not change the semantics of the current operator reading storage, and mem table spill only uses the last 12 bits of epoch (spill offset <= 4096) can be acceptable after Global memory statistics and dynamic flush threshold for mem table is implemented. We only need to change the write logic when building SSTs, limiting the spill offset up to 4096 times when writing.
Let's start this change after global memory statistics and dynamic threshold is implemented.
The text was updated successfully, but these errors were encountered:
This issue has been open for 60 days with no activity.
If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.
You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄
This is a feature request by recursive cte, which tend to use the high 4 bits of the last 16 bits of epoch to iterate.
After some offline discussion, this feature will not change the semantics of the current operator reading storage, and mem table spill only uses the last 12 bits of epoch (
spill offset <= 4096
) can be acceptable after Global memory statistics and dynamic flush threshold for mem table is implemented. We only need to change the write logic when building SSTs, limiting the spill offset up to 4096 times when writing.Let's start this change after global memory statistics and dynamic threshold is implemented.
The text was updated successfully, but these errors were encountered: