adspace
Does the archiving of hive tables give any space saving in hdfs?
Answer Posted / 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 View All Answers
When to choose "External Table" in Hive?
When to use explode in Hive?
How can I delete the above index named index_bonuspay?
What is a Hive variable? What for we use it?
Can We Change settings within Hive Session? If Yes, How?
What is the stable version of Hive ?
How to skip header rows from a table in Hive?
When we are using queries instead of scripting?
What are the different types of tables available in Hive?
Where does the data of a Hive table gets stored?