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:04:00 UTC

[jira] [Closed] (HBASE-15372) HBase Backup/Restore Phase 2: Keep WAL files in a centralized place to avoid duplication

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

Andrew Kyle Purtell closed HBASE-15372.
---------------------------------------
    Assignee:     (was: Vladimir Rodionov)

> HBase Backup/Restore Phase 2: Keep WAL files in a centralized place to avoid duplication
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-15372
>                 URL: https://issues.apache.org/jira/browse/HBASE-15372
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Vladimir Rodionov
>            Priority: Major
>
> Currently, we keep WAL file per table in backup site, this creates significant data duplication in case of many tables in a backup set. We have to keep all WAL files in a single place and keep track of WAL files involved per table/backup id as links (references) 
> This is not only the data duplication issue, but a performance issue as well (we copy the same file over and over again for every table in a backup set). 



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