Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Create an online physical backup tool (similar to xtrabackup) #10

Closed
jonahcohen opened this issue Jan 7, 2015 · 0 comments
Closed

Create an online physical backup tool (similar to xtrabackup) #10

jonahcohen opened this issue Jan 7, 2015 · 0 comments

Comments

@jonahcohen
Copy link

From @yoshinorim:

We need an online physical backup tool, similar to xtrabackup in InnoDB. It should meet at least following features/conditions.

Streaming backup (copying directly to remote host, since local host may not have enough space for backups)
Can take consistent binlog position or GTID (so that we can create slave instances easily)
Backup can finish within reasonable time (close to disk read & transfer & write time of the target data volume, and applying logs)
Not too much write performance drops while taking backups
Not too much read performance drops while taking backups
Nice to have:

Incremental backup
Partial backups (per CF)

@jonahcohen jonahcohen assigned maykov and unassigned maykov Jan 7, 2015
@maykov maykov mentioned this issue Apr 29, 2015
spetrunia added a commit that referenced this issue Aug 27, 2015
RDBSE_KEYDEF::pk_part_no was allocated with the wrong number of elements.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants