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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,26 +26,26 @@ The compiled version utilizing PGO optimization is recommended. Users interested
26
26
- It is recommended to align MySQL configuration parameters with our settings, making adjustments based on the specific hardware.
27
27
- For high availability, we adopted the single-primary mode of Group Replication but removed the conflict detection part, making it a fully state machine-based approach.
28
28
- Due to differences in the underlying data format of Paxos communication, it is incompatible with the official version during runtime, but compatible when offline. A restart of all nodes is required to complete the transition.
29
-
- For the improved Group Replication, we also have a highly mature middleware to provide support. For more details, refer to the project at [MySQL Proxy](https://github.com/advancedmysql/mysql-proxy).
30
-
- For more information, refer to the main project: [mysql](https://github.com/advancedmysql/mysql).
29
+
- For the improved Group Replication, we also have a highly mature middleware to provide support. For more details, refer to the project at [Cetus](https://github.com/enhancedformysql/cetus).
30
+
- For more information, refer to the main project: [enhancedformysql](https://github.com/advancedmysql/enhancedformysql).
31
31
32
32
## Download Available Releases
33
33
34
34
**The binary release version of CentOS 8.0 for x86 architecture:**
For detailed principles and mechanisms behind our improvements, please refer to the following book:[The Art of Problem-Solving in Software Engineering:How to Make MySQL Better](https://advancedmysql.github.io/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better/)
44
+
For detailed principles and mechanisms behind our improvements, please refer to the following book:[The Art of Problem-Solving in Software Engineering:How to Make MySQL Better](https://enhancedformysql.github.io/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better/)
45
45
46
46
## Bugs and Feature Requests
47
47
48
-
MySQL continues to offer numerous optimization opportunities of significant interest. If users experience any performance-related issues during actual use, [please open a new issue](https://github.com/advancedmysql/mysql-8.0.40/issues). Before submitting a new issue, please check for any existing ones.
48
+
MySQL continues to offer numerous optimization opportunities of significant interest. If users experience any performance-related issues during actual use, [please open a new issue](https://github.com/enhancedformysql/mysql-8.0.40/issues). Before submitting a new issue, please check for any existing ones.
0 commit comments