diff options
author | Andrei Pavel <andrei@isc.org> | 2023-02-17 14:35:27 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-02-17 16:42:41 +0100 |
commit | 4450e0514ab505ba3f618d9c9f1a52888c91983c (patch) | |
tree | be253bbf070e3858c91e4a648a69c77714f88d82 /doc/sphinx/arm | |
parent | [#2768] bump up library versions for 2.3.5 release (diff) | |
download | kea-4450e0514ab505ba3f618d9c9f1a52888c91983c.tar.xz kea-4450e0514ab505ba3f618d9c9f1a52888c91983c.zip |
[#2769] release changes
Diffstat (limited to 'doc/sphinx/arm')
-rw-r--r-- | doc/sphinx/arm/admin.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/arm/admin.rst b/doc/sphinx/arm/admin.rst index 6b0bbeac5e..616c207e04 100644 --- a/doc/sphinx/arm/admin.rst +++ b/doc/sphinx/arm/admin.rst @@ -171,7 +171,7 @@ per-host basis, and a subset of the server configuration parameters MySQL 5.7 vs MySQL 8 vs MariaDB 10 and 11 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In our Kea performance testing MySQL 8 shows 60-90% drop in speed +In our Kea performance testing MySQL 8 shows 60-90% drop in speed in comparison with older MySQL 5.7. Due to the upcoming MySQL 5.7 EOL, we recommend using MariaDB instead of MySQL 8. @@ -624,7 +624,7 @@ It can be set per-session for testing: postgres=# SET synchronous_commit = OFF; -or permanently by command (preffered method): +or permanently by command (preferred method): .. code-block:: psql |