8000
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 5e51c94 commit ccf4b19Copy full SHA for ccf4b19
Readme.md
@@ -204,6 +204,14 @@ query
204
});
205
```
206
207
+Please note a few things about the example above:
208
+
209
+* Usually you will want to receive a certain amount of rows before starting to
210
+ throttle the connection using `pause()`. This number will depend on the
211
+ amount and size of your rows.
212
+* `pause()` / `resume()` operate on the underlaying socket and parser. You are
213
+ guaranteed that no more `'row'` events will fire after calling `pause()`.
214
215
## Error Handling
216
217
This module comes with a consistent approach to error handling that you should
0 commit comments