Sunday, 25 August 2013

MySQL performance for 10M record

MySQL performance for 10M record

I developing ecommerce website, that support following this requirement:
max 10 million records.
300,000 page view per day.
Support listing, search by category, product detail and shopping card.
The question is:
If I use Mysql 5.6 with InnoDB (1G memcache + 2 replicate database
server), is this spec support for above requirement.
If not, which is the proper database design solution that support the
requirement above.

No comments:

Post a Comment