Members
Search
Help
Register
Login
Home
Home
»
Performance
»
MySQL
»
JOIN issue
Show:
Today's Messages
::
Show Polls
::
Message Navigator
JOIN issue
[message #453]
Wed, 06 December 2006 03:18
migandhi
Messages:
8
Registered:
December 2006
Junior Member
is the join that may be LEFT OUTER or RIGHT OUTER or INNER or just JOIN the same as in MSSQL .
i am particularly interested in LEFT OUTER JOIN .
And i dont dare to use GROUP BY or DISTINCT as the query takes too long in execution.
My issue is proper migration from MSSQL to MySQL , which is becoming difficult at each step.
Report message to a moderator
Re: JOIN issue
[message #454
is a reply to message #453
]
Wed, 06 December 2006 06:59
Peter
Messages:
405
Registered:
August 2006
Senior Member
Super Guru
JOIN semantic is the same, however query execution can be quite different - MySQL only supports nested loops join method which can be inefficient for complex queries.
Also note MySQL does not support FULL OUTER JOIN (LEFT/RIGHT are OK)
Peter Zaitsev, MySQL Performance Expert
MySQL Performance Blog -
http://www.mysqlperformanceblog.com
MySQL Consulting
http://www.mysqlperformanceblog.com/mysql-consulting/
Report message to a moderator
Previous Topic:
changing innodb_buffer_pool_size dynamically
Next Topic:
JOIN optimization
Goto Forum:
- Performance
MySQL
LAMP
FullText
-=]
Back to Top
[=-
[
Generate printable PDF
] [
Syndicate this forum (XML)
] [
]
Current Time:
Wed Jan 7 14:35:03 EST 2009
Total time taken to generate the page: 0.06120 seconds
.::
Contact
::
Home
::
MySQL Support
by
Percona.com
::.
Powered by: FUDforum 2.7.5.
Copyright ©2001-2006
FUD Forum Bulletin Board Software