mysql -> record array

Keith Goodman kwgoodman at gmail.com
Tue Nov 14 21:50:20 EST 2006


On 11/14/06, Erin Sheldon <erin.sheldon at gmail.com> wrote:

> As an aside, your database is running on a local disk, right, so
> the overehead of retrieving data is minimized here?
> For my tests I think I am data retrieval limited because I
> get exactly the same time for the equivalent of retrieve1
> and retrieve2.

Tim created the database in memory (conn =
sqlite3.connect(':memory:')), which is much faster than disk.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV




More information about the NumPy-Discussion mailing list