|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Re: What are effective methods for retriving many number of rows from postgreSQL tables using perl DBI?by perrin (Chancellor) |
| on Oct 13, 2007 at 15:15 UTC ( [id://644640]=note: print w/replies, xml ) | Need Help?? |
|
As the docs say, "the execute method fetches all data at once into data structures located in the front-end application. This approach must to be considered when selecting large amounts of data!" I think you will have to use cursors if you want to get around this problem.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||