You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our garage today, an idea came up: take one dataset, put it in as many different forms as possible:
apache arrow for speed of reading
hdf5 for similar
csv for archival
sqlite3 for incrementally updating and querying
column-orineted database
zip/tar file
many small files
etc
and then discuss the advantages and disadvantages of each of them. maybe profile them. We had a long discussion about different data formats, and having these kind of examples could make things concrete.
The text was updated successfully, but these errors were encountered:
In our garage today, an idea came up: take one dataset, put it in as many different forms as possible:
and then discuss the advantages and disadvantages of each of them. maybe profile them. We had a long discussion about different data formats, and having these kind of examples could make things concrete.
The text was updated successfully, but these errors were encountered: