I'm experimenting with FlatBuffers to store OpenStreetMap data. So, this would be 50GB.
Since usually everything is kept in memory, how is it possible (if at all) to sequentially write data into a file?
I have a feeling this is not quite where FlatBuffers is good for.