Skip to content
Permalink
Browse files
[misc] correcting image url
  • Loading branch information
rusher committed Jul 19, 2018
1 parent 9dd6766 commit a4ee4d9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -36,7 +36,7 @@ Using a Readable stream in your application, you can stream `INSERT` statements
With Pipelining, the Connector sends commands without waiting for server results, preserving order. For instance, consider the use of executing two `INSERT` statements.

<p align="center">
<img src="./documentation/misc.pip.png">
<img src="./documentation/misc/pip.png">
</p>

The Connector doesn't wait for query results before sending the next `INSERT` statement. Instead, it sends queries one after the other, avoiding much of the network latency.

0 comments on commit a4ee4d9

Please sign in to comment.