MySQL Forums
Forum List  »  Newbie

Re: Slow queries with very large table
Posted by: Enrique Rochina
Date: January 14, 2014 10:39AM

Hello Rick,

Thanks for your response.

After seeing how your laptop performs with a few million rows table, I realise how bad our database performs, specially because our hard disk is 16k rpm!

Unfortunately, making count(*) instead of count(pk) is not an option, as the query is made by the e-commerce solution.

After your suggestions, we expect to make on this table
- dropping unused indexes
- splitting the database file into one per table (maintenance purposes)
- removing an ordered option that is declared in our e-commerce solution setup. The support said that slows down performance on that tables, but I don't see the relation for this specific query. Anyway it won't hurt

Many thanks && best regards,
Enrique

Options: ReplyQuote


Subject
Written By
Posted
Re: Slow queries with very large table
January 14, 2014 10:39AM


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.