RE: [PHP] How Much Data Can Be Written to a Database In One Instance?

2009-03-09 Thread Alice Wei
> Date: Wed, 4 Mar 2009 15:29:19 -0500 > Subject: Re: [PHP] How Much Data Can Be Written to a Database In One Instance? > From: danbr...@php.net > To: rob...@interjinn.com > CC: aj...@alumni.iu.edu; php-general@lists.php.net > > On Wed, Mar 4, 2009 at 15:26, R

RE: [PHP] How Much Data Can Be Written to a Database In One Instance?

2009-03-04 Thread Alice Wei
_ Use Messenger to talk to your IM friends, even those on Yahoo! http://ideas.live.com/programpage.aspx?versionId=7adb59de-a857-45ba-81cc-685ee3e858fe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

RE: [PHP] How Much Data Can Be Written to a Database In One Instance?

2009-03-04 Thread Alice Wei
> Subject: Re: [PHP] How Much Data Can Be Written to a Database In One > Instance? > From: rob...@interjinn.com > To: aj...@alumni.iu.edu > CC: php-general@lists.php.net > Date: Wed, 4 Mar 2009 15:26:38 -0500 > > On Wed, 2009-03-04 at 15:05 -0500, Alice Wei wrote:

RE: [PHP] How Much Data Can Be Written to a Database In One Instance?

2009-03-04 Thread Alice Wei
> Subject: Re: [PHP] How Much Data Can Be Written to a Database In One > Instance? > From: rob...@interjinn.com > To: aj...@alumni.iu.edu > CC: php-general@lists.php.net > Date: Wed, 4 Mar 2009 15:26:38 -0500 > > On Wed, 2009-03-04 at 15:05 -0500, Alice Wei wrote:

Re: [PHP] How Much Data Can Be Written to a Database In One Instance?

2009-03-04 Thread Daniel Brown
On Wed, Mar 4, 2009 at 15:26, Robert Cummings wrote: > > See this setting in your php.ini: > > memory_limit = ???M Also let us know what you're using for the database and how you're doing it. You mention that the .dat files are 4-5MB, but don't say if that's the database you're using, or if

Re: [PHP] How Much Data Can Be Written to a Database In One Instance?

2009-03-04 Thread Robert Cummings
On Wed, 2009-03-04 at 15:05 -0500, Alice Wei wrote: > Hi, > > I am working on a series of long files that contain 4 or 5 MB each, each of > them is encoded in UTF-8 saved as .dat format. > However, I have noticed that when I do insert statements, the file only > reads up to around 1MB and