Change table sharding to table family sharding

This commit is contained in:
Johan Wikman 2018-10-04 15:10:31 +03:00
parent 70907097c5
commit 0ff72c5d5e
3 changed files with 7 additions and 7 deletions

View File

@ -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:

View File

@ -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

View File

@ -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.