MySQL Forums
Forum List  »  Performance

Re: Challenging performance demand
Posted by: Nathan Cheng
Date: July 20, 2005 12:32AM

This probably isn't the right place to suggest such heresy, but if you've only got 100k rows x 50 bytes per row + you don't care about data integrity and keeping the data overnight + you've got a whole machine to spare for this + the queries are relatively trivial + speed is the most important thing ==> with a relatively simple, custom-written C/C++ program you could probably pretty easily achieve millions--perhaps tens of millions--of hits per second. Even something written in Java could probably get into the millions. Sorry to say, but a full-fledged RDBMS isn't always the best solution, even if you're talking about MySQL.

Options: ReplyQuote


Subject
Views
Written By
Posted
2403
June 02, 2005 03:16PM
1687
June 03, 2005 07:10AM
1620
July 13, 2005 10:10AM
1652
July 14, 2005 10:02AM
1741
July 14, 2005 12:03PM
1655
July 17, 2005 03:07AM
Re: Challenging performance demand
1655
July 20, 2005 12:32AM


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.