Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

While manually scheduling major compaction, should it be scheduled for Phoenix system tables too?

avatar
Frequent Visitor

I've to disable automatic major compaction in HBase by setting hbase.hregion.majorcompaction to 0 and have to schedule it manually for all tables in HBase using a cron job.

There are many HBase system tables like System.Catalog etc. Do I need to schedule it manually for these system tables too?

1 ACCEPTED SOLUTION

avatar
Rising Star

@Gaurav Rai

Usually SYSTEM tables are not large enough to qualify for major compaction and we can exclude it while doing compaction. You can have a look at the size of these tables in HDFS.

View solution in original post

1 REPLY 1

avatar
Rising Star

@Gaurav Rai

Usually SYSTEM tables are not large enough to qualify for major compaction and we can exclude it while doing compaction. You can have a look at the size of these tables in HDFS.