top | item 45986995

(no title)

sys13 | 3 months ago

How does this compare with delta lake and iceberg?

discuss

order

oa335|3 months ago

Vortex is a file format, where as delta lake and iceberg are table formats. it should be compared to Parquet rather than delta lake and iceberg. This guest lecture by a maintainer of Vortex provides a good overview of the file format, motivations for its creation and its key features.

https://www.youtube.com/watch?v=zyn_T5uragA

ks2048|3 months ago

The website could use a comparison / motivation in comparison to Parquet (beyond just stating it's 100x better).

sys13|3 months ago

I think it would still make sense to compare with those table formats, or is the idea that you would only use this if you could not use a table format?

cpard|3 months ago

As others said, Vortex is complementary to the table Formats you mentioned.

There are other formats though that it can be compared to.

The Lance columnar format is one: https://github.com/lancedb/lancedb

And Nimble from Meta is another: https://github.com/facebookincubator/nimble

Parquet is so core to data infra and widespread, that removing it from its throne is a really really hard task.

The people behind these projects that are willing to try and do this, have my total respect.