Skip to content

Commit

Permalink
fix small mistake in diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperphoton committed Jan 19, 2022
1 parent 171079d commit adfa149
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ end
subgraph database [Database]
posts_other[("orders_0, orders_1 ... orders_3")]
posts_4[(orders_4)]
posts_last[("orders_5 ... orders_15")]
orders_other[("orders_0, orders_1 ... orders_3")]
orders_4[(orders_4)]
orders_last[("orders_5 ... orders_15")]
other_tables[(Other non-sharding tables<br>users, stocks, topics ...)]
new_sql-->| Sharding Query | orders_4
check_table_1-.->| None sharding Query |other_tables
end
posts_4-->result
orders_4-->result
other_tables-.->result
result[/Query results\]
```
Loading

0 comments on commit adfa149

Please sign in to comment.