Open yuzefovich opened 3 years ago
We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!
Once #67040 is implemented, we will have a library that performs parallel scans while adhering to memory limits. In order to simplify the discussion on the RFC, we have consciously put aside thinking about queries with
LIMIT
. As a follow-up task to improving the implementation/usage of theStreamer
library we should revisit the cases when we have a hard or a soft limit and setMaxSpanRequestKeys
on the batches whenever appropriate.Quoting Nathan from the RFC review:
This discussion is applicable to lookup (not index) joins, regardless of whether the lookup columns form a key and whether there is ON expression. Quoting Becca:
Jira issue: CRDB-8760