Skip to content

Commit 7ddcf66

Browse files
authored
Merge pull request #50948 from dipesh-rawat/fix-etcd-blog
Align Etcd 3.6 blog directory with published date and fix image rendering
2 parents 574d605 + 46bf4a0 commit 7ddcf66

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ In this release, we reduced average memory consumption by at least 50% (see Figu
112112
- 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.
113113
- Raft history is compacted more frequently, as introduced in [PR/18825][].
114114

115-
![figure-1](../2025-05-19-announcing-etcd-3.6/figure-1.png "Diagram of memory usage")
115+
{{< figure src="figure-1.png" alt="Diagram of memory usage" >}}
116116

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

129-
![figure-2](../2025-05-19-announcing-etcd-3.6/figure-2.png "etcd read transaction performance with a high write ratio")
129+
{{< figure src="figure-2.png" alt="etcd read transaction performance with a high write ratio" >}}
130130

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

135-
![figure-3](../2025-05-19-announcing-etcd-3.6/figure-3.png "etcd read transaction performance with a high read ratio")
135+
{{< figure src="figure-3.png" alt="etcd read transaction performance with a high read ratio" >}}
136136

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

141-
![figure-4](../2025-05-19-announcing-etcd-3.6/figure-4.png "etcd write transaction performance with a high write ratio")
141+
{{< figure src="figure-4.png" alt="etcd write transaction performance with a high write ratio" >}}
142142

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

147-
![figure-5](../2025-05-19-announcing-etcd-3.6/figure-5.png "etcd write transaction performance with a high read ratio")
147+
{{< figure src="figure-5.png" alt="etcd write transaction performance with a high read ratio" >}}
148148

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

0 commit comments

Comments
 (0)