in reply to Re: Posgres batch read with DBI?
in thread Posgres batch read with DBI?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Posgres batch read with DBI?
by Corion (Patriarch) on Jan 27, 2021 at 15:14 UTC

    This very much depends on the database and its driver. I know of databases/drivers that always slurp the complete query result to the client machine. The (Perl) client then can ask the DB driver for rows, which are satisfied from the transferred query.