clintropolis commented on issue #12930: URL: https://github.com/apache/druid/issues/12930#issuecomment-1223433863
if you are trying to fetch a large number of results over jdbc, it can help quite a lot to adjust the batch size, see #10880 for details. Not sure if that is what is going on here. The default size is 100, experiments in that PR showed setting `druid.sql.avatica.minRowsPerFrame` to ~10000 produced good results, though you might want to experiment around. If you are retrieving fewer than 100 results then this is not likely to be the issue. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
