in reply to Re^2: fastest method to use DBI
in thread fastest method to use DBI
It would be great help if get an expert comment on the code
I am not a database expert, but IMHO using the database query's OFFSET AND LIMIT is the best way to fetch huge number of records, it is will take only minimum memory(depending on the offset and limit values), and effective values for limit will enable you to fetch all records in a optimum number of fetch cycles.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: fastest method to use DBI
by zwon (Abbot) on Jul 07, 2009 at 19:19 UTC |