From 00accc186ef0329fe7975847b456717a48f80e84 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Mon, 17 Jan 2022 19:32:44 +0800 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88806d5..7f1fff2 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Gorm Sharding plugin using SQL parser and replace for splits large tables into s Gorm Sharding 是一个业务污染小,高性能的数据库分表方案。通过 SQL 解析和替换,实现分表逻辑,让查询正确的根据规则执行到分表里面。 -![Example](./docs/query.svg) - ## Features - Non-intrusive design. Load the plugin, specify the config, and all done. @@ -18,6 +16,12 @@ Gorm Sharding 是一个业务污染小,高性能的数据库分表方案。通 - Multiple database support. PostgreSQL tested, MySQL and SQLite is coming. - Allows you custom the Primary Key generator (Sequence, UUID, Snowflake ...). +## Sharding process + +This graph show up how Gorm Sharding works. + +![Example](./docs/query.svg) + ## Install ```bash