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

Support query sizes more than 1B #1518

Open
akoshelev opened this issue Dec 27, 2024 · 0 comments
Open

Support query sizes more than 1B #1518

akoshelev opened this issue Dec 27, 2024 · 0 comments

Comments

@akoshelev
Copy link
Collaborator

We have several issues here:

  • IPA rejects queries larger than 1B but there is no reason for that. Instead, we should reject queries that put more than 1B records on each individual shard
  • Query size is not propagated correctly across shards. Right now, leader shard just broadcasts query size it received from report collector. This size is the size for the whole query and it is not indicative for query sizes that each shard will run
@akoshelev akoshelev changed the title Support query sizes more than $10^9$ Support query sizes more than 1B Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant