Hive Tutorial 3 : RDBMS vs Hive

- Hive does not support row-level updates,deletes till 0.13 version, 0.14 is supporting row level operations.
- Hive follows the Schema on Read rule. So, a data load is just copying or moving files and there is no checking or parsing of data, nor any validation.
-Hive works on the concept of Write Once, Read many times. However, RDBMS functions work on Read and Write Many times

Comments

Popular posts from this blog

Hive Tutorial 31 : Analytic Functions

Hive Tutorial 37 : Performance Tuning