Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
T-SQL (SS2K8)
»
System M Derived in SQL Server ?
System M Derived in SQL Server ?
Rate Topic
Display Mode
Topic Options
Author
Message
karthik M
karthik M
Posted Thursday, March 21, 2013 1:21 AM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 8:34 AM
Points: 2,008,
Visits: 2,472
All,
I have recently read the below articles.
https://www.simple-talk.com/sql/performance/join-reordering-and-bushy-plans/
http://www.benjaminnevarez.com/2010/06/optimizing-join-orders/
http://en.wikipedia.org/wiki/Query_optimizer
Most query optimizers determine join order via a dynamic programming algorithm pioneered by IBM's System R database project[citation needed].
how about sqlserver , sybase & oracle?
Historically, System-R derived query optimizers would often only consider left-deep query plans, which first join two base tables together, then join the intermediate result with another base table, and so on. This heuristic reduces the number of plans that need to be considered (n! instead of 4^n)
sql server = System-R derived query optimizers ?
If System-R is derived on SqlServer, How "Bushy Plan" is implemented in SQL Server? it seems like by-passing the System-R properties?
http://en.wikipedia.org/wiki/IBM_System_R
I am not that much clear abou System_R. what exactly the role of System_R in DB?
karthik
Post #1433611
karthik M
karthik M
Posted Thursday, March 21, 2013 3:59 AM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 8:34 AM
Points: 2,008,
Visits: 2,472
I am eager to now...any inputs?
karthik
Post #1433686
karthik M
karthik M
Posted Thursday, March 21, 2013 11:29 PM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 8:34 AM
Points: 2,008,
Visits: 2,472
The post topic is System-R.
karthik
Post #1434134
karthik M
karthik M
Posted Saturday, March 23, 2013 11:44 PM
SSCrazy
Group: General Forum Members
Last Login: Yesterday @ 8:34 AM
Points: 2,008,
Visits: 2,472
any thoughts?
karthik
Post #1434665
David Webb-CDS
David Webb-CDS
Posted Monday, March 25, 2013 9:48 AM
SSC Eights!
Group: General Forum Members
Last Login: Yesterday @ 4:48 PM
Points: 834,
Visits: 5,836
A good overview of System-R:
http://www.cs.berkeley.edu/~brewer/cs262/SystemR.pdf
As to how the System-R design principal rippled through to Oracle and Sybase ( and later SQL Server), I'm afraid I don't have much insight. While a lot of the basic relational principals have remained, the various vendors have differentiated themselves by their optimization and indexing methodologies.
And then again, I might be wrong ...
David Webb
Post #1434992
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.