MySQL Forums
Forum List  »  Optimizer & Parser

How to optimize this query
Posted by: Yogesh Salvi
Date: May 13, 2006 04:36AM

Hi all,

I am having problem in following query which is taking 4 to 5 sec. to execute,

"
SELECT id,product_title, product_description, price_of_product, image_url FROM products WHERE id_pr_data_feed='49' LIMIT 286676, 8;
"

Here id is primary key and product table is also indexed on id_pr_data_feed.

Anyone there please help to optimize this query or tell me how do i reduce the execution time....

Options: ReplyQuote


Subject
Views
Written By
Posted
How to optimize this query
2438
May 13, 2006 04:36AM
1881
May 13, 2006 08:22AM


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.