tiflash: add the faq.md doc#2215
Conversation
|
|
||
| ## Should I use TiSpark or TiDB server for a query? | ||
|
|
||
| It is recommended to use TiDB server if you query single table collection or you use the filtering query, because TiDB server shows better performance on the columnar storage. It is recommended to use TiSpark if you query table joins. |
There was a problem hiding this comment.
@ilovesoup Please confirm whether "It is recommended to use TiDB server if you query single table collection or you use the filtering query, because TiDB server shows better performance on the columnar storage. It is recommended to use TiSpark if you query table joins." means the same thing with "如果查询以单表集合和过滤为主,那么 TiDB server 比 TiSpark 在列存上拥有更好的性能;如果查询以表连接为主,那么推荐使用 TiSpark。" Thanks a lot!
There was a problem hiding this comment.
It is recommended to use TiDB server if you query single table with filtering and aggregation, because TiDB server shows better performance on the columnar storage. It is recommended to use TiSpark if you query table joins.
There was a problem hiding this comment.
Here I made a mistake in Chinese version: "以单表集合和过滤" -> "以单表聚合和过滤"
There was a problem hiding this comment.
@ilovesoup The file is updated according to your comment. Thanks!
|
|
||
| ## Should I use TiSpark or TiDB server for a query? | ||
|
|
||
| It is recommended to use TiDB server if you query single table collection or you use the filtering query, because TiDB server shows better performance on the columnar storage. It is recommended to use TiSpark if you query table joins. |
There was a problem hiding this comment.
It is recommended to use TiDB server if you query single table with filtering and aggregation, because TiDB server shows better performance on the columnar storage. It is recommended to use TiSpark if you query table joins.
|
|
||
| ## Should I use TiSpark or TiDB server for a query? | ||
|
|
||
| It is recommended to use TiDB server if you query single table collection or you use the filtering query, because TiDB server shows better performance on the columnar storage. It is recommended to use TiSpark if you query table joins. |
There was a problem hiding this comment.
Here I made a mistake in Chinese version: "以单表集合和过滤" -> "以单表聚合和过滤"
|
@TomShawn PTAL again. Thanks! |
|
/run-all-tests |
|
cherry pick to release-3.1 in PR #2241 |
|
cherry pick to release-4.0 in PR #2242 |
What is changed, added or deleted? (Required)
add the add faq.md
Which TiDB version(s) do your changes apply to? (Required)
If you select two or more versions from above, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you must add corresponding labels such as needs-cherry-pick-4.0, needs-cherry-pick-3.1, needs-cherry-pick-3.0, and needs-cherry-pick-2.1.
What is the related PR or file link(s)?