Skip to content

Commit 86c152e

Browse files
AlvarVGroldanbob
andauthored
Update _posts/2026-01-08-measuring-debezium-server-performance-mysql-streaming.adoc
Co-authored-by: roldanbob <23705736+roldanbob@users.noreply.github.com> Signed-off-by: Alvar Viana Gomez <alvigo92@gmail.com>
1 parent bc69f13 commit 86c152e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2026-01-08-measuring-debezium-server-performance-mysql-streaming.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The next chart highlights that the maximum number of operations per second is pr
232232

233233
But, *what is Debezium Server's observed upper bound in number of operations per second?*
234234

235-
In this comparison we can see the relationship between MySQL and Debezium Server throughput. The initial peak observed at the start of the execution is the desired value we are targeting for this execution.
235+
In this next chart we compare the relationship between MySQL and Debezium Server throughput. The initial peak observed at the start of the execution matches the value that we are targeting for this execution.
236236
MySQL fails to keep pace at such high values (1500 operations per second in 1 table). On the Debezium side, the throughput closely mirrors MySQL activity.
237237
In the lower panel, you can see that Debezium's internal queue maintains a high and stable capacity throughout the execution, with no indication of saturation or backlog accumulation.
238238
Overall, the chart confirms that Debezium Server processes MySQL changes efficiently and in near real time, and that the throughput behavior is driven by the database write pattern rather than by downstream processing constraints.

0 commit comments

Comments
 (0)