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

MongoDB Tutorial 10 : Operations on Collections

Unix Tutorial 9 : Vi Editor

NoSql Tutorial 3 : CAP Theorm