____ is a highly efficient file format in Hadoop designed for fast data serialization and deserialization.

  • Avro
  • ORC
  • Parquet
  • SequenceFile
Parquet is a highly efficient file format in Hadoop designed for fast data serialization and deserialization. It is columnar-oriented, supports schema evolution, and is optimized for both compression and performance.
Add your answer
Loading...

Leave a comment

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