You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/07/01 20:29:00 UTC

[jira] [Closed] (HBASE-17057) Minor compactions should also drop page cache behind reads

     [ https://issues.apache.org/jira/browse/HBASE-17057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell closed HBASE-17057.
---------------------------------------

> Minor compactions should also drop page cache behind reads
> ----------------------------------------------------------
>
>                 Key: HBASE-17057
>                 URL: https://issues.apache.org/jira/browse/HBASE-17057
>             Project: HBase
>          Issue Type: Improvement
>          Components: Compaction
>            Reporter: Ashu Pachauri
>            Assignee: Ashu Pachauri
>            Priority: Major
>             Fix For: 1.4.0, 1.3.1, 2.0.0
>
>         Attachments: HBASE-17057.V1.patch, HBASE-17057.V2.patch
>
>
> Long compactions currently drop cache behind reads/writes so that they don't pollute the page cache but short compactions don't do that. The bulk of the data is actually read during minor compactions instead of major compactions,  and thrashes the page cache since it's mostly not needed. 
> We should drop page cache behind minor compactions too. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)