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

[jira] [Resolved] (HBASE-10052) use HDFS advisory caching to avoid caching HFiles that are not going to be read again (because they are being compacted)

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

Andrew Kyle Purtell resolved HBASE-10052.
-----------------------------------------
    Resolution: Implemented

> use HDFS advisory caching to avoid caching HFiles that are not going to be read again (because they are being compacted)
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-10052
>                 URL: https://issues.apache.org/jira/browse/HBASE-10052
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Colin McCabe
>            Priority: Minor
>
> HBase can benefit from doing dropbehind during compaction since compacted files are not read again.  HDFS advisory caching, introduced in HDFS-4817, can help here.  The right API here is {{DataInputStream#setDropBehind}}.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)