|
|
|
|
|
by xorcist
2624 days ago
|
|
None of that matters. It's a hundred gigs. You can store it in a textfile and read it in its entirety if you want. It fits in RAM. It is perfectly reasonable to store this in a database. If and when you change your mind about the data format you can just scrap it and start over. |
|
Parquet also supports much better access mechanisms, like being able to deserialize a single column without having to read in entire rows.
But like you mentioned, 1TB of data in a traditional database isn't that bad.