Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
-
None
Description
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).
Attachments
Issue Links
- is part of
-
HBASE-14123 HBase Backup/Restore Phase 2
- Closed
- is required by
-
HBASE-15331 HBase Backup/Restore Phase 2: Optimized Restore operation
- Closed