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!
1–7 of 7 posts
Thanks!
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...
[0] https://clickhouse.com/docs/en/interfaces/formats#tabseparat...