Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

File formats supported by Presto

Tags:

presto

What are file formats supported by Presto? Is there any specific file formats recommended for better performance. I would be interested to know if there is any columnar file format like RCfile that's optimized for Presto?

like image 244
Animesh Raj Jha Avatar asked Nov 12 '13 18:11

Animesh Raj Jha


1 Answers

We test every Trino (formerly PrestoSQL) release with Parquet, ORC, RCFile, Avro, SequenceFile, TextFile, and other formats, but Presto should support any standard Hadoop file format. At Facebook most of our data is in ORC format, so currently this format has the best performance on Presto.

like image 75
Dain Sundstrom Avatar answered Sep 21 '22 13:09

Dain Sundstrom