ianvkoeppe commented on issue #4293: Add support for an aggregation function returning serialized hyperlog… URL: https://github.com/apache/incubator-pinot/pull/4293#issuecomment-500905548 Thank you for your questions @kishoreg. > What is the problem with passing 10k page ids in the query. I understand it will be long but can we not use Post instead of GET. This is certainly an option but only fixes half the problem. Limiting the number of ids in the request can be just as much about limiting the response size as it is about limiting the request size. For our use case, there can be many demographic dimensions which match a given filter. > Also, is the 10k page ids constant across queries? How did we select them. They aren't necessarily constant; the 10K ids was simply meant as a generalized example of our specific use case.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
