Change table sharding to table family sharding
This commit is contained in:
parent
70907097c5
commit
0ff72c5d5e
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user