What are the different types of Tables in Hives?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop What are the different types of Tables in Hives?

Viewing 1 reply thread
  • Author
    Posts
    • #4825
      DataFlair TeamDataFlair Team
      Spectator

      What are the types of Tables in Hives?

    • #4826
      DataFlair TeamDataFlair Team
      Spectator

      Apache Hive Internal and External Tables
      Especially, for querying and analyzing large datasets, Hive is an open source data warehouse system. We can categorize data into Table, Partition, and Bucket. So, in Hive, the table is logically made up of the data being stored. They are of 2 kinds:

      – Managed Table (Internal Table)
      – External Table

      Hive Managed Tables-

      A table in Hive manages the data, by default. That says Hive moves the data into its warehouse directory.

      Hive External Tables-

      Also, we create an external table. So, it is responsible for Hive to refer to the data which is at an existing location outside the warehouse directory.

      learn more about Hive tables in detail, follow the link: Comparison between Hive Internal Tables vs External Tables

Viewing 1 reply thread
  • You must be logged in to reply to this topic.