Difference between Major and Minor Compaction in Hbase?

Free Online Certification Courses – Learn Today. Lead Tomorrow. Forums Apache Hadoop Difference between Major and Minor Compaction in Hbase?

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

      What are HBase Compactions?
      What is the difference between major and minor compactions in Hbase?

    • #4913
      DataFlair TeamDataFlair Team
      Spectator

      Compaction in HBase

      There is a complete process in which to decrease the storage and also to decrease the number of disks seeks needed for a read, HBase combines HFiles, so that process is known as compaction. Although, it is of two types:

      Minor Compaction
      while HBase takes smaller HFiles and recommits them to bigger HFiles, that is Minor Compaction.

      Major Compaction
      But while it merges as well as recommits the smaller HFiles of a region to a new HFile is Major compaction.

      learn more about compaction in HBase, follow the link: HBase Architecture – Regions, Hmaster, Zookeeper

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