mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-23 01:16:34 +03:00
typo: remove 'a'
This commit is contained in:
parent
bc65c636ae
commit
c32dbf357c
|
@ -271,7 +271,7 @@ When should I save and re-use a connection as opposed to creating a new one as n
|
||||||
|
|
||||||
What are the advantages or disadvantages of using named cursors?
|
What are the advantages or disadvantages of using named cursors?
|
||||||
The only disadvantages is that they use up resources on the server and
|
The only disadvantages is that they use up resources on the server and
|
||||||
that there is a little overhead because a at least two queries (one to
|
that there is a little overhead because at least two queries (one to
|
||||||
create the cursor and one to fetch the initial result set) are issued to
|
create the cursor and one to fetch the initial result set) are issued to
|
||||||
the backend. The advantage is that data is fetched one chunk at a time:
|
the backend. The advantage is that data is fetched one chunk at a time:
|
||||||
using small `~cursor.fetchmany()` values it is possible to use very
|
using small `~cursor.fetchmany()` values it is possible to use very
|
||||||
|
|
Loading…
Reference in New Issue
Block a user