Answer Posted / rajasekhar
Hive is used for storing and processing huge amount of data.
RDBMS is used for storing terabytes of data.
Hive is OLAP
RDBMS is OLTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What kind of datawarehouse application is suitable for Hive?
What does the following query do? Insert overwrite table employees partition (country, state) select ..., Se.cnty, se.st from staged_employees se;
What is the difference between Hiveserver1 and Hiveserver2?
Can you overwrite Hadoop MapReduce configuration in Hive?
What are the different components of a Hive query processor?
What is different table structure available in the hive?
if you run Hive as a server?
How do we write our own custom serde?
Can a partition be archived? What are the advantages and Disadvantages?
What is hive metastore?
What are the various uses of explode hive?
Give the command to see the indexes on a table?
Does the archiving of hive tables give any space saving in hdfs?
Explain Hive Thrift server?
Mention what are views in Hive?