Skip to content
New issue

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

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

Already on GitHub? # to your account

Return all rows from Druid GroupBy query #651

Open
ishan8 opened this issue May 18, 2020 · 3 comments
Open

Return all rows from Druid GroupBy query #651

ishan8 opened this issue May 18, 2020 · 3 comments

Comments

@ishan8
Copy link

ishan8 commented May 18, 2020

Is there a way to execute a Druid GroupBy query where we get back all rows? Looks like there's currently a defaultMaximumMaxRows value.

@patelh
Copy link
Collaborator

patelh commented May 20, 2020

Last I checked Druid had a limit on the number of rows that can be sent from historical to broker and it didn't support pagination.

@patelh
Copy link
Collaborator

patelh commented May 20, 2020

You can pass in your own value, see register method:

def register(queryGeneratorRegistry: QueryGeneratorRegistry

@pranavbhole
Copy link
Contributor

in the case of returning large rows, you might want to use OffHeapRowList #675

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants