MySQL Forums
Forum List  »  Optimizer & Parser

Re: Optimizing left outer join query
Posted by: Muhammad Imran Khalid
Date: September 25, 2006 04:54AM

I have run the command ANALYZE TABLE on both tables and re-running the explain and queries but get the same response in 15 seconds.

Vendors upload their items in "vendor_products" so the table "vendor_products" have "mfg_no" as "foreign key".

The table products has unique "mfg_no" with lowest vendor price after getting from table "vendor_products" on daily bases.

I have created an online "tech_opt" database to give you more idea.
Please feel free to access

MYSQL server IP = 67.105.80.69
MYSQL User ID = tech_opt
MYSQL User Password = tech_opt
MYSQLDATABASE = tech_opt

Options: ReplyQuote


Subject
Views
Written By
Posted
14168
September 24, 2006 11:40PM
4707
September 25, 2006 03:00AM
Re: Optimizing left outer join query
4187
September 25, 2006 04:54AM
4422
September 25, 2006 08:09AM
3712
September 25, 2006 09:55PM
3554
September 26, 2006 03:35AM
5037
September 26, 2006 04:06AM
3105
September 26, 2006 06:31PM


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.