Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

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

Open
yoshinorim opened this issue Dec 9, 2014 · 0 comments
Open

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

yoshinorim opened this issue Dec 9, 2014 · 0 comments

Comments

@yoshinorim
Copy link
Collaborator

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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant