Hacker News new | ask | show | jobs
by codeaken 879 days ago
Apache AVRO [1] is one but it has been largely replaced by Apache Parquet [2] which is a hybrid row/columnar format

[1] https://avro.apache.org/

[2] https://parquet.apache.org/

1 comments

As a note, Iceberg also supports AVRO in addition to Parquet (and ORC).