- Affected Version
- WoltLab Suite 5.5
- Affected App
- WoltLab Suite Core
Diff
- <item name="wcf.acp.systemCheck.mysql.bufferPool"><![CDATA[Bufferpool Size]]></item>
+ <item name="wcf.acp.systemCheck.mysql.bufferPool"><![CDATA[Buffer Pool Size]]></item>
Diff
- <item name="wcf.acp.systemCheck.mysql.bufferPool.description"><![CDATA[The bufferpool is the place where the stored data is kept in memory. It is shared by every customer using the same database server. The bufferpool must have a size of at least 128 MiB to allow for processing of complex queries. To prevent disk accesses from slowing down the page the bufferpool should generally be configured much larger. The ideal size varies based on the hardware configuration.]]></item>
+ <item name="wcf.acp.systemCheck.mysql.bufferPool.description"><![CDATA[The buffer pool is the place where the stored data is kept in memory. It is shared by every customer using the same database server. The buffer pool must have a size of at least 128 MiB to allow for processing of complex queries. To prevent disk accesses from slowing down the page the buffer pool should generally be configured much larger. The ideal size varies based on the hardware configuration.]]></item>
Checking the MySQL, IBM and Microsot documentation it seems that the correct form is buffer pool.
1. https://dev.mysql.com/doc/refman/8.0…uffer-pool.html
2. https://www.ibm.com/docs/en/db2/11…es-buffer-pools
3. https://learn.microsoft.com/en-gb/sql/data…ql-server-ver16