This post discusses the inefficiencies of Apache Parquet when storing fixed-length lists, such as coordinates and vector embeddings, due to its variable-length encoding approach. It highlights the performance cost associated with this method and suggests that a flat columnar representation would be significantly more efficient for such data types.