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