HBase 是否会在 Major Compaction 期间从 HFiles 中删除额外的单元格版本?

Does HBase Remove extra cell-versions from the HFiles during Major Compaction?

我想知道 HBase 什么时候从 HFile 中删除额外的单元格版本。

假设我有一个包含 10 个版本的单元格,但我已将列族配置为仅存储 1 个版本。

HBase 是否会在 Major-Compaction 期间删除不需要的单元格版本?

根据documentation

Excess versions are removed during major compactions. The number of max versions may need to be increased or decreased depending on application needs.