Read parquet file & print table incrementally
Offen
enhancement
- Vorherrschende Sprache
- Go
- Sterne
- 1
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
When printing the parquet file as a table, the CLI will read all rows into
memory before generating the table (also in memory?).
For large files, this could cause the CLI to run out of memory. Could this be refactored to be done in a lazy way, so table rows can be read and printed one at a time (or buffered)?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.