MySQL Forums
Forum List  »  Perl

Re: Perl won't read large table
Posted by: Bill Karwin
Date: August 22, 2006 05:19PM

Are you doing fetchall? You may be running out of available memory for the Perl array. Don't try to store the whole result set in application memory at once; process the table one row at a time.

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
Re: Perl won't read large table
August 22, 2006 05:19PM
August 24, 2006 04:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.