Skip to content

Commit

Permalink
Fixes #9109.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjevans committed Apr 5, 2021
1 parent 82388cb commit f491fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v21.1/explain-analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ max vectorized disk used | How much disk (if any) is used to buffer columnar dat
left(@<n>)=right(@<n>) | The equality columns used in the join. | Both
stored side | The smaller table that was stored as an in-memory hash table. | Both
rows routed | How many rows were sent by routers, which can be used to understand network usage. | Row-oriented engine only
network latency | The latency time in nanoseconds between nodes in a stream. | Vectorized engine only
bytes sent | The number of actual bytes sent (i.e., encoding of the rows). This is only relevant when doing network communication. | Both
Render | The stage that renders the output. | Both
by hash | _(Orange box)_ The router, which is a component that takes one stream of input rows and sends them to a node according to a routing algorithm.<br><br>For example, a hash router hashes columns of a row and sends the results to the node that is aggregating the result rows. | Both
Expand Down

0 comments on commit f491fda

Please sign in to comment.