[
https://issues.apache.org/jira/browse/HBASE-28654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
MisterWang updated HBASE-28654:
-------------------------------
Description:
As is known to all, the compact processes generate a certain amount of I/O. But
in some cases, not being compact in time does not affect online services.
For example, in the scenario where the TTL time of a table is short, there are
more writes than reads. To ensure write performance and reduce cluster I/O
pressure, Only expired files are removed in the compact process is a good idea.
Another usage scenario: Tables have primary and backup, and the backup table
can add this table attribute to reduce the compact IO of the backup cluster.
Optimization solution: Add a table attribute for the HBase table
was:
As is known to all, the compact processes generate a certain amount of I/O. But
in some cases, not being compact in time does not affect online services. For
example, in the scenario where the TTL time of a table is short, there are more
writes than reads.
To ensure write performance and reduce cluster I/O pressure, Only expired files
are removed in the compact process is a good idea.
Optimization solution: Add a table attribute for the HBase table
> Support only remove expired files in the compact process
> --------------------------------------------------------
>
> Key: HBASE-28654
> URL: https://issues.apache.org/jira/browse/HBASE-28654
> Project: HBase
> Issue Type: Improvement
> Components: Compaction
> Reporter: MisterWang
> Assignee: MisterWang
> Priority: Minor
>
> As is known to all, the compact processes generate a certain amount of I/O.
> But in some cases, not being compact in time does not affect online services.
> For example, in the scenario where the TTL time of a table is short, there
> are more writes than reads. To ensure write performance and reduce cluster
> I/O pressure, Only expired files are removed in the compact process is a good
> idea.
> Another usage scenario: Tables have primary and backup, and the backup table
> can add this table attribute to reduce the compact IO of the backup cluster.
> Optimization solution: Add a table attribute for the HBase table
--
This message was sent by Atlassian Jira
(v8.20.10#820010)