How does Hive handle schema design when dealing with big data?

  • Dynamic Schema
  • Schema-on-Read
  • Schema-on-Write
  • Static Schema
Hive follows the Schema-on-Read approach, where the schema is applied when the data is read rather than when it is written. This flexibility is useful for handling diverse and evolving data in big data scenarios.
Add your answer
Loading...

Leave a comment

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