In Apache Hive, what is the role of the File Format in optimizing query performance?

  • Avro
  • CSV
  • JSON
  • ORC (Optimized Row Columnar)
The choice of file format in Apache Hive plays a crucial role in optimizing query performance. ORC (Optimized Row Columnar) is specifically designed for high-performance analytics by organizing data in a way that minimizes I/O and improves compression, leading to faster query execution.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *