Skip to content

Commit 1a2949c

Browse files
committed
Move Etcd announcement forward to 5/19
Signed-off-by: Josh Berkus <[email protected]>
1 parent b142fef commit 1a2949c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/en/blog/_posts/2025-05-15-announcing-etcd-2.6.md renamed to content/en/blog/_posts/2025-05-19-announcing-etcd-3.6.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: blog
33
title: "Announcing Etcd v3.6.0"
4-
date: 2025-05-15T15:00:00-08:00
4+
date: 2025-05-19T10:00:00-08:00
55
slug: announcing-etcd-3.6
66
author: >
77
Benjamin Wang (VMware by Broadcom)
@@ -144,7 +144,7 @@ In this release, we reduced average memory consumption by at least 50% (see Figu
144144
- The default value of `--snapshot-count` has been reduced from 100,000 in v3.5 to 10,000 in v3.6. As a result, etcd v3.6 now retains only about 10% of the history records compared to v3.5.
145145
- Raft history is compacted more frequently, as introduced in [PR/18825][].
146146

147-
![figure-1](../2025-05-15-announcing-etcd-3.6/figure-1.png "Diagram of memory usage")
147+
![figure-1](../2025-05-19-announcing-etcd-3.6/figure-1.png "Diagram of memory usage")
148148

149149
_**Figure 1:** Memory usage comparison between etcd v3.5.20 and v3.6.0-rc.2 under different read/write ratios.
150150
Each subplot shows the memory usage over time with a specific read/write ratio. The red line represents etcd
@@ -158,25 +158,25 @@ in both read and write throughput (see Figure 2, 3, 4 and 5). This improvement i
158158
any single major change, but rather the cumulative effect of multiple minor enhancements. One such
159159
example is the optimization of the free page queries introduced in [PR/419][].
160160

161-
![figure-2](../2025-05-15-announcing-etcd-3.6/figure-2.png "etcd read transaction performance with a high write ratio")
161+
![figure-2](../2025-05-19-announcing-etcd-3.6/figure-2.png "etcd read transaction performance with a high write ratio")
162162

163163
_**Figure 2:** Read throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high write ratio. The
164164
read/write ratio is 0.0078, meaning 1 read per 128 writes. The right bar shows the percentage improvement
165165
in read throughput of v3.6.0-rc.2 over v3.5.20, ranging from 3.21% to 25.59%._
166166

167-
![figure-3](../2025-05-15-announcing-etcd-3.6/figure-3.png "etcd read transaction performance with a high read ratio")
167+
![figure-3](../2025-05-19-announcing-etcd-3.6/figure-3.png "etcd read transaction performance with a high read ratio")
168168

169169
_**Figure 3:** Read throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high read ratio.
170170
The read/write ratio is 8, meaning 8 reads per write. The right bar shows the percentage improvement in
171171
read throughput of v3.6.0-rc.2 over v3.5.20, ranging from 4.38% to 27.20%._
172172

173-
![figure-4](../2025-05-15-announcing-etcd-3.6/figure-4.png "etcd write transaction performance with a high write ratio")
173+
![figure-4](../2025-05-19-announcing-etcd-3.6/figure-4.png "etcd write transaction performance with a high write ratio")
174174

175175
_**Figure 4:** Write throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high write ratio. The
176176
read/write ratio is 0.0078, meaning 1 read per 128 writes. The right bar shows the percentage improvement
177177
in write throughput of v3.6.0-rc.2 over v3.5.20, ranging from 2.95% to 24.24%._
178178

179-
![figure-5](../2025-05-15-announcing-etcd-3.6/figure-5.png "etcd write transaction performance with a high read ratio")
179+
![figure-5](../2025-05-19-announcing-etcd-3.6/figure-5.png "etcd write transaction performance with a high read ratio")
180180

181181
_**Figure 5:** Write throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high read ratio.
182182
The read/write ratio is 8, meaning 8 reads per write. The right bar shows the percentage improvement in
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)