From c8e98f691e9167e2746b2d68fb1f98e92c4c99f7 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Thu, 3 Jan 2019 12:38:09 +0100 Subject: [PATCH] fixed load balancing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3a6785d..962aedd8 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ kingshard is a high-performance proxy for MySQL powered by Go. Just like other m - Splits reads and writes - Client's ip ACL control. - Transaction in single node. -- Support limitting the max count of connections to MySQL database. +- Support limiting the max count of connections to MySQL database. - Support setting the backend database online or offline dynamically. - Supports prepared statement: COM_STMT_PREPARE, COM_STMT_EXECUTE, etc. -- Support multi slaves, and loading banlance between slaves. +- Support multi slaves, and load balancing between slaves. - Support reading master database forcely. - Support last_insert_id(). - Support MySQL backends HA.