Skip to content

Commit 7e64b7c

Browse files
authored
Update README.md
1 parent a423d51 commit 7e64b7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ Subscriber API allows following combinations of `onNext`, `onCompleted` and `onE
229229
couple `onNext` invocations because records are streamed lazily by the database. `onCompleted` will not be invoked
230230
in this case
231231

232+
## Parallelization
233+
In a single session, multiple queries will be executed serially. In order to parallelize queries, multiple sessions are required.
234+
232235
## Building
233236

234237
npm install

0 commit comments

Comments
 (0)