Show HN: Vortex – a high-performance columnar file format
1–10 of 62 posts
Re: Show HN: Vortex – a high-performance columnar file format
#2How does this compare to Lance (https://lancedb.github.io/lance/)?
What do you think the key applied use case for Vortex is?
Re: Show HN: Vortex – a high-performance columnar file format
#3That is quite interesting. One challenge in general with parqet and arrow in the otel / observability ecosystem is that the shape of data is not quite known with spans. There are arbitrary attributes on them, and they can change. To the best of my knowledge no particularly great solution exists today for encoding this. I wonder to which degree this system could be "abused" for that.
Re: Show HN: Vortex – a high-performance columnar file format
#4Re: Show HN: Vortex – a high-performance columnar file format
#5That’s the main thing currently irritating me about parquet
Re: Show HN: Vortex – a high-performance columnar file format
#6Thank God this file format is written in Rust, otherwise I'd be extremely skeptical.
Re: Show HN: Vortex – a high-performance columnar file format
#7> One of the unique attributes of the (in-progress) Vortex file format is that it encodes the physical layout of the data within the file's footer. This allows the file format to be effectively self-describing and to evolve without breaking changes to the file format specification. That is quite interesting. One challenge in general with parqet and arrow in the otel / observability ecosystem is that the shape of data…
Re: Show HN: Vortex – a high-performance columnar file format
#8Re: Show HN: Vortex – a high-performance columnar file format
#9So it’s a toolkit written in Rust. It is not a file format.
Re: Show HN: Vortex – a high-performance columnar file format
#10Very cool! Any plans to offer more direct integrations with DataFusion, e.g. a `VertexReaderFactory`, hooks for pushdowns, etc?