Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.0
-
None
Description
Improving random read performance is an interesting topic. ABFS doesn't perform well when reading column format files as the process involves with many seek operations which make the readAhead no use, and if readAheadĀ is used unwisely it would lead to unnecessary data request.
Hence creating this Jira as a reminder to track the investigation and progress of the work.
Attachments
Issue Links
- is related to
-
HADOOP-14478 Optimize NativeAzureFsInputStream for positional reads
- Resolved