Skip to content

Commit 5df2219

Browse files
committed
Update changelog content
1 parent d5aa04d commit 5df2219

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/routes/changelog/(entries)/2025-03-21.markdoc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@ title: Backup performance improved by over 700%
44
date: 2025-03-21
55
---
66

7-
Appwrite Cloud backups are now significantly faster, reducing wait times and improving reliability.
7+
Appwrite Cloud backups are now dramatically faster, reducing wait times and improving reliability with impressive performance gains.
88

9-
## What's improved
9+
## What's changed
1010

11-
- **Backup creation** is **7x faster**
12-
- **Backup archiving** is nearly **3x faster**
11+
We made key changes to our backup infrastructure by moving data reading operations inside our network, and implementing I/O optimizations for storage operations.
1312

14-
This optimization drastically cuts down backup times, significantly improving the efficiency of data recovery and management, although exact performance gains may vary depending on database size and structure.
13+
Our internal testing revealed dramatic time savings across our database backups:
14+
15+
- **20+ hour backup → 30 minutes** (42x faster)
16+
- **7 hour backup → 15 minutes** (26x faster)
17+
- **18 minute backup → 8 seconds** (136x faster)
18+
- **3 minute backup → 11 seconds** (17x faster)
19+
20+
Most databases showed at least 50% reduction in backup time, with many achieving 70-85% faster backups.
21+
22+
These optimizations drastically improve the efficiency of data recovery and management. Your actual performance gains may vary depending on database size and structure.
1523

1624
{% arrow_link href="/docs/products/databases/backups" %}
1725
Learn more about backups

0 commit comments

Comments
 (0)