-
Hi, I'm trying to find a solution for random access inside large Avro files on S3 with Python. Does smart_open download the entire file to enable seek(), or does it really "seek" (via http headers I guess) to the desired location? In my case the files are about 200-500MB, and the casual reader would read a very small portion of it by a given start/end offsets. |
Beta Was this translation helpful? Give feedback.
Answered by
mpenkov
Jul 22, 2022
Replies: 1 comment 1 reply
-
It uses HTTP headers. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shay1bz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It uses HTTP headers.