How to optimize this query
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....
Subject
Views
Written By
Posted
How to optimize this query
2564
May 13, 2006 04:36AM
1952
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.