You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set readahead_buffer_size default to 0 for ArrayRecordReader.
Read-ahead is only useful when performing sequential read,
which is much slower than the parallel-read feature.
The read-ahead buffer occupies extra memory space with little
benefit to both random access and batch access, hence
disables it by default.
PiperOrigin-RevId: 842735797
0 commit comments