To optimize query performance, Hive can store data in ____ format, which is columnar and allows for better compression.

  • Avro
  • JSON
  • Parquet
  • Row-oriented
To optimize query performance, Hive can store data in the Parquet format. Parquet is a columnar storage format that is highly efficient for analytics workloads, as it allows for better compression and retrieval of specific columns without reading the entire dataset.
Add your answer
Loading...

Leave a comment

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