diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index e88eb7333..a78d5f2c2 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -21,7 +21,7 @@ * Transaction load balancing for normal transactions * Support for runtime router reconfiguration * Experimental resultset concatenation router, `cat` -* The schema router is now capable of sharding tables. +* The schema router is now capable of table family sharding. For more details, please refer to: diff --git a/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md index b0ad9d38e..01d741932 100644 --- a/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.3.0-Release-Notes.md @@ -205,10 +205,10 @@ for details. The `source` parameter can now contain a list of comma separated addresses. -### Table Sharding +### Table Family Sharding -The SchemaRouter is now capable of sharding tables. Please see the SchemaRouter -[documentation](../Routers/SchemaRouter.md) for details. +The SchemaRouter is now capable of table family sharding. Please see the +SchemaRouter [documentation](../Routers/SchemaRouter.md) for details. ### Interactive Mode for MaxCtrl diff --git a/Documentation/Routers/SchemaRouter.md b/Documentation/Routers/SchemaRouter.md index 262aa3db1..7736fa5e3 100644 --- a/Documentation/Routers/SchemaRouter.md +++ b/Documentation/Routers/SchemaRouter.md @@ -8,8 +8,8 @@ database-based sharding, the schemarouter router also enables cross-node session variable usage by routing all queries that modify the session to all nodes. -From 2.3.0 onwards, the SchemaRouter is capable of sharding tables, in -addition to sharding databases. +From 2.3.0 onwards, the SchemaRouter is capable of table family sharding, +in addition to being capable of sharding databases. ## Routing Logic @@ -117,7 +117,7 @@ refresh_databases=true refresh_interval=60 ``` -## Table Sharding +## Table Family Sharding This functionality was introduced in 2.3.0.