I was wondering when does HBase remove the extra cell-versions from the HFile.
Let's say I have a cell that has 10 versions, but I have configured the column family to store only 1 version.
Does HBase remove the unnecessary cell-versions during Major-Compaction?