From 0288ab7611ffafeac40418cef2f0a728a7f27512 Mon Sep 17 00:00:00 2001 From: Scott Seago Date: Thu, 27 Jun 2024 12:49:32 -0400 Subject: [PATCH] add Restore improvements to non-goals Signed-off-by: Scott Seago --- design/backup-performance-improvements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/design/backup-performance-improvements.md b/design/backup-performance-improvements.md index ebd075bee..2d90a7189 100644 --- a/design/backup-performance-improvements.md +++ b/design/backup-performance-improvements.md @@ -36,6 +36,7 @@ In case 2, the majority of time spent on the backup will likely be during the sy - Support VolumeGroupSnapshots: this is a future feature, although certain prerequisites for this enhancement are included in this proposal. - Process multiple backups in parallel: this is a future feature, although certain prerequisites for this enhancement are included in this proposal. - Refactoring plugin infrastructure to avoid RPC calls for internal plugins. +- Restore performance improvements: this is potentially a future feature ## High-Level Design