Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Danger! Danger!

by perrin (Chancellor)
on Oct 11, 2001 at 01:47 UTC ( [id://118115]=note: print w/replies, xml ) Need Help??


in reply to Memory usage with DBI

If you use fetchrow_* with DBD::mysql, it will actually fetch EVERY row into the client's local memory! I know it sounds strange, but that's the way it works by default for that particular DBD driver. If you want to change this behavior, you need to look at the mysql_store_result option. See this thread on the mod_perl list for more.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://118115]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found