Hacker News new | ask | show | jobs
by kthejoker2 629 days ago
Just pointing out Delta Lake and Iceberg are based on columnar Parquet format and are designed for OLAP / data warehousing workloads.

So managing write concurrency is definitely a secondary priority since it's not the norm to have multiple writers.