Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buckelieg authored Jul 4, 2024
1 parent 96ff32b commit 9d019fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Stream<User> users = db.select("SELECT * FROM HUGE_TABLE")
Using this to process batches you must keep some things in mind:
<ul>
<li>Executor service is used internally to power parallel processing</li>
<li>All batches are processed regarding any short circuits possible</li>
<li>All batches are processed regardless any short circuits possible</li>
<li><code>Select.fetchSize</code> and <code>Select.ForBatch.size</code> are not the same but connected</li>
</ul>

Expand Down

0 comments on commit 9d019fe

Please sign in to comment.