Skip to content

Commit 410e659

Browse files
authored
Merge pull request #104207 from dcurwin/feb12-2020
unoptimized mode
2 parents ba3946b + cc8fc20 commit 410e659

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

articles/backup/backup-azure-troubleshoot-slow-backup-performance-issue.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ We also strongly recommend that you review the [Azure Backup service FAQ](backup
2121

2222
[!INCLUDE [support-disclaimer](../../includes/support-disclaimer.md)]
2323

24+
## Cause: Backup job running in unoptimized mode
25+
26+
* The MARS agent can run the backup job in **optimized mode** using USN (update sequence number) change journal or **unoptimized mode** by checking for changes in directories or files by scanning the entire volume.
27+
* Unoptimized mode is slow because the agent has to scan each and every file on the volume and compare against the metadata to determine the changed files.
28+
* To verify this, open **Job Details** from the MARS agent console and check the status to see if it says **Transferring data (unoptimized, may take more time)** as shown below:
29+
30+
![Running in unoptimized mode](./media/backup-azure-troubleshoot-slow-backup-performance-issue/unoptimized-mode.png)
31+
32+
* The following conditions can cause the backup job to run in unoptimized mode:
33+
* First backup (also known as Initial Replication) will always run in unoptimized mode
34+
* If the previous backup job fails, then the next scheduled backup job will run as unoptimized.
35+
2436
<a id="cause1"></a>
2537

2638
## Cause: Performance bottlenecks on the computer
85.5 KB
Loading

0 commit comments

Comments
 (0)