Skip to content

Commit 058aba9

Browse files
Merge branch 'main' into partners-catalog
2 parents 545210f + 44aadc5 commit 058aba9

File tree

2 files changed

+27
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)