Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Push Limits #1701

Open
joocer opened this issue May 29, 2024 · 0 comments
Open

✨ Push Limits #1701

joocer opened this issue May 29, 2024 · 0 comments
Labels
⚙️ Query Optimizer Component Label - Optimizer

Comments

@joocer
Copy link
Contributor

joocer commented May 29, 2024

CF #1696

Where we have a limit, should push until we hit a:

  • INNER JOIN
  • FILTER
  • AGGREGATE

If we hit a LEFT JOIN, we should push past the LEFT side.

See also #1713

@joocer joocer added the ⚙️ Query Optimizer Component Label - Optimizer label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Query Optimizer Component Label - Optimizer
Projects
None yet
Development

No branches or pull requests

1 participant