Skip to content

Commit

Permalink
minor improvement to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Oct 8, 2023
1 parent 85041bf commit 10c90cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ reader = read_arrow_batches_from_odbc(
)

# Trade memory for speed. For the price of an additional transit buffer and a native system thread
# we fetch batches now concurrent to our application logic.
# we fetch batches now concurrent to our application logic. Just remove this line, if you want to
# fetch sequentially in your main application thread.
reader.fetch_concurrently()

for batch in reader:
Expand Down

0 comments on commit 10c90cd

Please sign in to comment.