Skip to content

Commit 4aa252c

Browse files
committed
Update changelog content
1 parent 6ad49b8 commit 4aa252c

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

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

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: changelog
3+
title: Appwrite Cloud backups now significantly faster
4+
date: 2025-03-24
5+
---
6+
7+
Appwrite Cloud backups are now considerably faster, reducing wait times and improving reliability.
8+
9+
## What's changed
10+
11+
We made key changes to the backup infrastructure by moving data reading operations inside the network, and implementing I/O optimizations for storage operations.
12+
13+
Internal testing revealed notable time savings across database backups:
14+
15+
- **3 minute backup → 1.5 minutes** (2x faster)
16+
- **3.5 minute backup → 1.2 minutes** (3x faster)
17+
- **6.7 minute backup → 2 minutes** (3.4x faster)
18+
- **25.8 minute backup → 8.7 minutes** (3x faster)
19+
20+
Most databases showed at least a 2x reduction in backup time, with many achieving up to 7x faster backups depending on size and structure.
21+
22+
These optimizations improve the efficiency of data recovery and management. Your actual performance gains may vary depending on database size and structure.
23+
24+
{% arrow_link href="/docs/products/databases/backups" %}
25+
Learn more about backups
26+
{% /arrow_link %}

0 commit comments

Comments
 (0)