Day: February 26, 2023

Section 7:70. Difference Between Hive and RDBMS

RDBMS Tables are Schema on Write. For each and every write operation there will be validations such as Data Types. Scale, Precision, Check Constraints, Null Constraints. Unique Constraints performed. RDBMS Tables are fine tuned for best of the for transactions (POS. Bank Transfers etc) whereas Hive is meant for heavy weight batch data processing. where …

Section 7:70. Difference Between Hive and RDBMS Read More »