Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-10
Description
The impala shell should have an option to control the fetch size (e.g. the number of rows fetched at a time). Currently the value is hard-coded to 1024. Other clients (e.g. JDBC) have similar options (e.g. Statement#setFetchSize).
When result spooling is enabled, setting a higher fetch size can improve performance for clients with a high RTT to/from the Impala coordinator.
Attachments
Issue Links
- is related to
-
IMPALA-12142 Default fetch_size of 10240 is suboptimal
- Resolved
- relates to
-
IMPALA-8656 Support for eagerly fetching and spooling all query result rows
- Resolved