Re: Rules and Cost Based Optimization
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 02/25/05
- Next message: TABMCSE: "Re: Rules and Cost Based Optimization"
- Previous message: TABMCSE: "Rules and Cost Based Optimization"
- In reply to: TABMCSE: "Rules and Cost Based Optimization"
- Next in thread: TABMCSE: "Re: Rules and Cost Based Optimization"
- Reply: TABMCSE: "Re: Rules and Cost Based Optimization"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 13:12:37 -0500
You should find a new consultant. The engine is essentially cost based and
there are no rules short of query hints to change the way it optimizes the
query. If you designed a poor database you will probably have less than
optimal performance. But that does not mean you can not tune it. You don't
change the engine you change the way you access the data by making sure you
tune the queries and the schema as best you can.
-- Andrew J. Kelly SQL MVP "TABMCSE" <TABMCSE@discussions.microsoft.com> wrote in message news:1636125A-4821-4365-80FB-F6492454307A@microsoft.com... > I have been trying to find out what optimization method SQL Server 2000 > uses. Of the little that I have found on the subject, indicates that SQL > 2000 > uses Cost Based, however, I was told by our consultant that this is > incorrect > and it is really or should really be rules based. I need to find a way to > see > what method we are using and to change it to rules based method to improve > performance due to the way the database was designed. Please advise. Thank > you.
- Next message: TABMCSE: "Re: Rules and Cost Based Optimization"
- Previous message: TABMCSE: "Rules and Cost Based Optimization"
- In reply to: TABMCSE: "Rules and Cost Based Optimization"
- Next in thread: TABMCSE: "Re: Rules and Cost Based Optimization"
- Reply: TABMCSE: "Re: Rules and Cost Based Optimization"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|