Orlando, Ey can you share the software that you use for bandwidth monitoring that utilize mysql as backend.
Orlando is right, MySQL is ok with fast reads even with huge databases, but slows down on concurrent writes, well anyway, SQL is mostly select than update/insert, well, in web apps that is and in my experience. Respectfully yours, Sherwin T. Ang ----- Original Message ----- From: "Orlando Andico" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 12:24 PM Subject: Re: [plug] does mysql scale > On Thu, 13 Mar 2003, Hagibis Fan wrote: > .. > > do you use it in a serious application, and like how much rows do you > > estimate on your largest table? I have it on my webserver at around 20k > > rows but i dont know how it would behave in large applications. > > Monty claims 10TB. > I'm using it for bandwidth monitoring (about 1M rows/day). > > MySQL is good even for large databases, but the concurrency is poor. Yes, > even with InnoDB. > > > --- > Orlando Andico <[EMAIL PROTECTED]> > Mosaic Communications, Inc. > > _ > Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph > To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > > Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph > > To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED] > > _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
