Do you use compression with your indexes tables in Hbase? If so, what type of compression do you use?
I have noticed that the size of my indexes tables are every big, and grow each day... After adding new storage, the size is even bigger.
I have e.g table A with the size of 108.3 G
In /apps/hbase/data/data/default, Index table with size of 380.0 G,
and in /apps/hbase/data/archive/data/default, Indexe table with size of 1.2 T
Could you advice me what to do with the size of index tables?
Why the data in archive on HDFS is so big? /apps/hbase/data/archive/data/default
Could the size of archive catalog on HDFS be managed in some way? Archive takes more that 2/3 of my HDFS space.
I have notice also, that I have on three tables more than a hundred 'split regions', other tables do not have 'split regions'. Do you know what could be the reason?