Skip to content

Commit ced325c

Browse files
committed
Correct the typo
1 parent 3a2502a commit ced325c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chapter9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ The batch write mechanism, tested with TPC-C benchmarks, initially improved disk
415415
416416
### 9.4.5 Comparing Performance with Traditional Group Replication
417417
418-
The figure below compares TPC-C throughput against concurrency levels in different modes. The deployment setup is as follows: Both MySQL primary and secondary are deployed on the same machine, with NUMA binding isolation to prevent computational interference. Separate SSDs are used for the primary and secondary to ensure no I/O operation interference.
418+
The figure below compares TPC-C throughput against concurrency levels in different modes. The deployment setup is as follows: Both MySQL primary and secondary are deployed on the same machine, with NUMA binding isolation to prevent computational interference. Separate NVMe SSDs are used for the primary and secondary to ensure no I/O operation interference.
419419
420420
<img src="media/image-20240829110334937.png" alt="image-20240829110334937" style="zoom:150%;" />
421421
@@ -675,7 +675,7 @@ Figure 9-25. Overhead of 250,000 memory allocation calls on a typical machine.
675675

676676
The 250,000 memory allocation calls took 112ms. Additionally, the XCom cache experiences batch memory release problems, which can also cause performance delays. While the duration of these delays varies with machine performance, delays of tens of milliseconds are typical. Such fluctuations can lead to unexpected blocking of many user commits for tens of milliseconds, significantly impacting the user experience.
677677

678-
To address this problem, various configuration optionshigh-end, mid-range, and low-endhave been provided. These options involve selecting appropriate sizes for fixed static arrays, which eliminate the problems associated with batch memory allocation and release. The benefits of this new mechanism include:
678+
To address this problem, various configuration optionshigh-end, mid-range, and low-endhave been provided. These options involve selecting appropriate sizes for fixed static arrays, which eliminate the problems associated with batch memory allocation and release. The benefits of this new mechanism include:
679679

680680
1. Cache-friendly with high performance.
681681
2. Elimination of performance fluctuations on the XCom cache side.

0 commit comments

Comments
 (0)