This is a collection of articles that published in this blog that explain how to create, add, alter, rename and drop the data partitioning in
Tag: Partitioning in Hive
Overwriting Partitioned Data in Hive
Earlier posts on this site addressed the most of the use cases for Hive Partitioning. There will always be some questions when it comes to
SQL Server Partitions vs Hive Partitions
Partitioning is a way of separating tables into smaller chunks based on partition keys. Partitions, in other terms, are horizontal data slices that allow large
Deleting the Table Partition – Hive
In earlier articles, we covered how to create, rename, and add Hive table partitions. This post will go through how to remove a table partition.
Renaming a Partition – Hive
Tables in Apache Hive are partitioned similarly to SQL. Partitioning is a method of dividing a table into chunks based on the values of particular
Adding Partition To Table – Hive
Tables in Apache Hive are partitioned similarly to SQL. Partitioning is a method of dividing a table into chunks based on the values of particular