From b9b014d1a6ec09d7a38789e38b095df91407141b Mon Sep 17 00:00:00 2001 From: Bin Wang Date: Tue, 20 Aug 2024 10:32:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a53064..1c4ee4f 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ Cetus is available in two versions: read-write splitting and sharding (where sha **For the database sharding version:** - Multi-process, lock-free design for improved efficiency - Supports transparent backend connection pooling -- Supports SQL read-write separation +- Supports SQL read-write splitting - Supports data sharding - Supports distributed transaction processing - Supports bulk insert operations - Supports conditional DISTINCT operations -- Enhanced SQL routing and injection +- Enhanced SQL routing - Supports result set compression - Features a high-performance result set merging algorithm - Supports security management