The Nimble File Format by Meta
github.com
The Nimble File Format by Meta
1–10 of 26 posts
Re: The Nimble File Format by Meta
#2Re: The Nimble File Format by Meta
#3Also, are there any preliminary benchmarks?
Re: The Nimble File Format by Meta
#4Although "wide" data is touted as a optimization guideline for Nimble, how well does it fare against "normal"(?) data, i.e. with just a few to tens of columns? Also, are there any preliminary benchmarks?
It seems to be optimized towards ML where sequential scan is the access pattern. so it wouldn't be suitable for analytical workloads yet, though they are planning on working on that.
Re: The Nimble File Format by Meta
#5I would prefer to write a parser with zero dependencies.
Re: The Nimble File Format by Meta
#6Re: The Nimble File Format by Meta
#7Re: The Nimble File Format by Meta
#8Where is the file format specification? I would prefer to write a parser with zero dependencies.
Unified: More than a specification, Nimble is a product. We strongly discourage developers to (re-)implement Nimble’s spec to prevent environmental fragmentation issues observed with similar projects in the past. We encourage developers to leverage the single unified Nimble library, and create high-quality bindings to other languages as needed.
Re: The Nimble File Format by Meta
#9Re: The Nimble File Format by Meta
#10We still use HDF (https://en.wikipedia.org/wiki/Hierarchical_Data_Format).
But I wonder, if I would choose a new file format today, what to choose? Nimble is maybe too new and there is too less experience with it (outside Meta).
Is there anywhere a good overview of all available options, and some fair comparison? Some that I found, but older:
https://www.hopsworks.ai/post/guide-to-file-formats-for-mach...
https://iopscience.iop.org/article/10.1088/1742-6596/1085/3/...