Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
Description
The Parquet reader currently uses a hard-coded batch size limit (32k rows) when creating scan batches; there is no parameter nor any logic for controlling the amount of memory used. This enhancement will allow Drill to take an extra input parameter to control direct memory usage.