How to process 100gb tsv and XML files? I am trying to parse a music data file that is close to 100gb. What app or programming language is best for handling a file like this? Thanks! |
How to process 100gb tsv and XML files? I am trying to parse a music data file that is close to 100gb. What app or programming language is best for handling a file like this? Thanks! |
[0] https://clickhouse.com/docs/en/interfaces/formats#tabseparat...
Also how is it structured? If it's actually a tab separated value file, consider using something like polars or DuckDB?
https://stackoverflow.com/a/35454070/5298150
You can also use datasette & sqlite utils for it
https://sqlite-utils.datasette.io/en/stable/cli.html#inserti...