0 votes
in Hive by
Why does Hive not store metadata information in HDFS?

1 Answer

0 votes
by

Using RDBMS instead of HDFS, Hive stores metadata information in the metastore. Basically, to achieve low latency we use RDBMS. Because HDFS read/write operations are time-consuming processes.

...