RE: [Phplib-users] MySQL Overload
Brought to you by:
nhruby,
richardarcher
|
From: Carl Y. <cyo...@le...> - 2002-03-28 20:28:57
|
MySQL can be completely ACID compliant if you use the InnoDB table handler, and most certainly qualifies as a "real" RDBMS. > -----Original Message----- > From: Roberto Mello [mailto:rm...@cc...] > Sent: Thursday, March 28, 2002 1:14 PM > To: Paul Wolstenholme > Cc: pis...@al...; php...@li... > Subject: Re: [Phplib-users] MySQL Overload > > > On Thu, Mar 28, 2002 at 11:59:33AM -0800, Paul Wolstenholme wrote: > > <snip> > > > > > > > The database files used by MySQL are large, with about 60 tables > > > (approx. 500 > > > MB) > > > > > > The things were fine, until the last weeks, when the pageviews > > > number was growing fast (today i had about 100000 pageviews, but > > > it's not very relevant). The MySQL crashes very often, > and i need to > > > /etc/rc.d/init.d/mysqld stop-start about 5 times a day. > > > > > > Can anybody tell me, if this server is not strong enough, or it > > > should face the situation ? > > Even if your server was not "strong enough", MySQL should not > be crashing. It should be getting slow, or giving you > warnings, but not crashing. > > You should really think about migrating to a real RDBMS. One > that withstands ACID requirements. > > -Roberto > > -- > +----| http://fslc.usu.edu/ USU Free Software & GNU/Linux > Club |------+ > Roberto Mello - Computer Science, USU - http://www.brasileiro.net/ > http://www.sdl.usu.edu/ - Space Dynamics Lab, Developer > A poor excuse is better than no excuse! > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users > |