Skip to content

Commit

Permalink
Optimize wording for tidb-computing (#7032) (#7236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 15, 2021
1 parent cd7a820 commit 5babf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This solution is intuitive and feasible, but has some obvious problems in a dist

- As the data is being scanned, each row is read from TiKV via a KV operation with at least one RPC overhead, which can be very high if there is a large amount of data to be scanned.
- It is not applicable to all rows. Data that does not meet the conditions does not need to be read.
- The value of the rows that meets the conditions is meaningless. In fact, all needed here is just the number of rows.
- From the returned result of this query, only the number of rows that match the requirements is needed, not the value of those rows.

### Distributed SQL operations

Expand Down

0 comments on commit 5babf04

Please sign in to comment.