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

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