You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/_posts/2025-05-15-announcing-etcd-3.6/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ In this release, we reduced average memory consumption by at least 50% (see Figu
112
112
- 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.
113
113
- Raft history is compacted more frequently, as introduced in [PR/18825][].
114
114
115
-

115
+
{{< figure src="figure-1.png" alt="Diagram of memory usage" >}}
116
116
117
117
_**Figure 1:** Memory usage comparison between etcd v3.5.20 and v3.6.0-rc.2 under different read/write ratios.
118
118
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
126
126
any single major change, but rather the cumulative effect of multiple minor enhancements. One such
127
127
example is the optimization of the free page queries introduced in [PR/419][].
128
128
129
-

129
+
{{< figure src="figure-2.png" alt="etcd read transaction performance with a high write ratio" >}}
130
130
131
131
_**Figure 2:** Read throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high write ratio. The
132
132
read/write ratio is 0.0078, meaning 1 read per 128 writes. The right bar shows the percentage improvement
133
133
in read throughput of v3.6.0-rc.2 over v3.5.20, ranging from 3.21% to 25.59%._
134
134
135
-

135
+
{{< figure src="figure-3.png" alt="etcd read transaction performance with a high read ratio" >}}
136
136
137
137
_**Figure 3:** Read throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high read ratio.
138
138
The read/write ratio is 8, meaning 8 reads per write. The right bar shows the percentage improvement in
139
139
read throughput of v3.6.0-rc.2 over v3.5.20, ranging from 4.38% to 27.20%._
140
140
141
-

141
+
{{< figure src="figure-4.png" alt="etcd write transaction performance with a high write ratio" >}}
142
142
143
143
_**Figure 4:** Write throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high write ratio. The
144
144
read/write ratio is 0.0078, meaning 1 read per 128 writes. The right bar shows the percentage improvement
145
145
in write throughput of v3.6.0-rc.2 over v3.5.20, ranging from 2.95% to 24.24%._
146
146
147
-

147
+
{{< figure src="figure-5.png" alt="etcd write transaction performance with a high read ratio" >}}
148
148
149
149
_**Figure 5:** Write throughput comparison between etcd v3.5.20 and v3.6.0-rc.2 under a high read ratio.
150
150
The read/write ratio is 8, meaning 8 reads per write. The right bar shows the percentage improvement in
0 commit comments