Paging Through a Parquet File in DuckDB: file_row_number or OFFSET?
- I had a large Parquet file and a service that had to hand back its contents.
- Even without a platform limit, the client has to hold what you send.
Unverified
- I had a large Parquet file and a service that had to hand back its contents.
- Even without a platform limit, the client has to hold what you send.
Sources: Rusty