Does the archiving of hive tables give any space saving in hdfs?



Does the archiving of hive tables give any space saving in hdfs?..

Answer / Satish Singh

Yes, archiving Hive tables can save space in HDFS by moving older data to a separate location or compressing it. This allows for faster query performance on more recent data while still maintaining historical data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What is the difference between CREATE TABLE AND CREATE EXTERNAL TABLE?

1 Answers  


When you should use Hbase?

1 Answers  


How can you stop a partition form being queried?

1 Answers  


RLIKE in Hive?

1 Answers  


what is hadoop archive?

1 Answers  


What is the current version of Hive?

1 Answers  


The partition of hive table has been modified to point to a new directory location. Do I have to move the data to the new location or the data will be moved automatically to the new location?

1 Answers  


When to use explode in Hive?

0 Answers  


Which java class handles the Input record encoding into files which store the tables in Hive?

1 Answers  


What are the different Primitive Data Types available in Hive?

1 Answers  


How do you check if a particular partition exists?

1 Answers  


What is the utilization of hcatalog?

1 Answers  


Categories