You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit is a major rewrite of online restore code. It used
to use KVLoader in badger. Now it instead uses StreamWriter
that is much faster for writes in the case of restore.
following commits are cherry-picked (in reverse order):
* fix(backup): Free the UidPack after use (#7786)
* fix(export-backup): Fix double free in export backup (#7780) (#7783)
* fix(lsbackup): Fix profiler in lsBackup (#7729)
* Bring back "perf(Backup): Improve backup performance (#7601)"
* Opt(Backup): Make backups faster (#7680)
* Fix s3 backup copy (#7669)
* [BREAKING] Opt(Restore): Optimize Restore's new map-reduce based design (#7666)
* Perf(restore): Implement map-reduce based restore (#7664)
* feat(backup): Merge backup refactoring
* Revert "perf(Backup): Improve backup performance (#7601)"
* fix(ee): GetKeys should return an error (#7713) (#7797)
* fix(restore): Bump uid and namespace after restore (#7790) (#7800)
* fix: fixing graphql schema update when the data is restored + skipping /probe/graphql from audit (#7925)
* Don't ban namespace in export_backup
0 commit comments