We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb76ae7 commit 1d6a4a5Copy full SHA for 1d6a4a5
content/deep-dive/distributed-sql/dist-sql.md
@@ -52,7 +52,7 @@ Now we can do `count` and sum the result from the above three Regions.
52
caption="Coprocessor diagram"
53
number="2" >}}
54
55
-### Exectors
+### Executors
56
57
Now we know [TiDB] splits a read task by Regions, but how does TiKV know what are its tasks to handle?
58
Here [TiDB] will send a Directed Acyclic Graph (DAG) to TiKV with each node as an executor.
0 commit comments