Evaluating HDF5: What limitations/features does HDF5 provide for modelling data?
How does HDF5 compare against using something like an SQLite DB? Is that even a reasonable comparison to make? Sort of similar but not really. They’re both structured files. SQLite has features to support database queries using SQL. HDF5 has features to support large scientific datasets. They’re both meant to be high performance. Over time … Read more