From: David Sklar Date: March 11 1999 10:56pm Subject: Re: How large a database can mySQL handle? List-Archive: http://lists.mysql.com/mysql/77 Message-Id: <36E84A19.C9A1BA39@student.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jeff Schwartz wrote: > > We've have a mySQL/PHP calendar application with a relatively small > number of users. But that number is expected to grow to 1MM in the near > future. > > Can mySQL handle traffic at that level? > > Is there anybody out there using it on that scale? I have tables with millions of rows and everything is peachy. It all depends on your schema and your hardware. MySQL can handle lots of data just fine. -dave