Skip to content

Commit

Permalink
fix by some review advice
Browse files Browse the repository at this point in the history
Signed-off-by: TonsnakeLin <lpbgytong@163.com>
  • Loading branch information
TonsnakeLin committed Mar 1, 2022
1 parent e9292d7 commit eb35929
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/design/2022-01-04-integer-shard-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The followers is the scalability of hot index and shard index.

Computing formula of scalability is as bellow: `qps1` is the qps before expansion, `tikv1` is the tikv node count before expansion; `qps2` is the qps after expansion, `tikv2` is the tikv node count afterexpansion.

![image-20220301152240006](.\imgs\scalability-formula.png)
<img alt="CNF 200" src=".\imgs\scalability-formula.png" width="200pt"/>



Expand Down Expand Up @@ -401,12 +401,6 @@ We can use expression index directly other than as the prefix of a index. e.g. r



## Questions

As I know @tiancaiamao is intended to do the shard index more comprehensively.



## Unresolved questions

### Shard Index Only Support Unique Secondary Index
Expand Down

0 comments on commit eb35929

Please sign in to comment.