![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Anybody knows this? Thanks a lot..... orz~ |
#3
| |||
| |||
|
|
"Steven" <songxin328 (AT) gmail (DOT) com> wrote in message news:1176977151.318652.95400 (AT) b75g2000hsg (DOT) googlegroups.com... Anybody knows this? Thanks a lot..... orz~ 43 In all seriousness your question is near the level of "What is the meaning of life?" What do you mean by cost? License cost? Site license cost (for how many servers with how many CPUs, etc)? Over what time span? Or perhaps you are asking about cost based optimizers? |
#4
| |||
| |||
|
|
Yeah, actually, I mean the cost based optimization. I think in general they were based on System-R model in calculating the execuation cost. that is: Total cost = i/o cost + cpu cost but Is there anything different when to implement this formula? I read this article below Cost Control: Inside the Oracle Optimizer and I am looking for similar articles about other dbms... ========= Anyway, 3x for your reply~ |
#5
| |||
| |||
|
|
Yeah, actually, I mean the cost based optimization. I think in general they were based on System-R model in calculating the execuation cost. that is: Total cost = i/o cost + cpu cost but Is there anything different when to implement this formula? I read this article below Cost Control: Inside the Oracle Optimizer and I am looking for similar articles about other dbms... ========= |
#6
| |||
| |||
|
|
Steven wrote: Yeah, actually, I mean the cost based optimization. I think in general they were based on System-R model in calculating the execuation cost. that is: Total cost = i/o cost + cpu cost but Is there anything different when to implement this formula? I read this article below Cost Control: Inside the Oracle Optimizer and I am looking for similar articles about other dbms... ========= I am not aware of person or persons that have done the hard work of Oracle experts such as Jonathan Lewis and Julian Dyke with either DB2 orSQL Server. InSQL Server, likely, the tools to do so don't even exist in the product. -- Daniel A. Morgan University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org |
#7
| |||
| |||
|
|
I am not aware of person or persons that have done the hard work of Oracle experts such as Jonathan Lewis and Julian Dyke with either DB2 orSQL Server. InSQL Server, likely, the tools to do so don't even exist in the product. -- Daniel A. Morgan University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org Exist to do what? There is lots of info on the SQL Server QP, especially in SQL 2005. I'd start with the Inside SQL Server T-SQL Querying, Any docs on the dynamic management views, this blog: http://blogs.msdn.com/craigfr/ and there is a new book in the inside SQL Server series coming on query optimisation? -Euan |
#8
| |||
| |||
|
|
euan.gar... (AT) gmail (DOT) com wrote: I am not aware of person or persons that have done the hard work of Oracle experts such as Jonathan Lewis and Julian Dyke with either DB2 orSQL Server. InSQL Server, likely, the tools to do so don't even exist in the product. -- Daniel A. Morgan University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org Exist to do what? There is lots of info on the SQL Server QP, especially in SQL 2005. I'd start with the Inside SQL Server T-SQL Querying, Any docs on the dynamic management views, this blog: http://blogs.msdn.com/craigfr/and there is a new book in the inside SQL Server series coming on query optimisation? -Euan Pick up a copy of Jonathan Lewis' Cost-Based Oracle Fundamentals. I don't believe the tools exist in the product to allow this type of research. Not to mention there is no equivalent to X$ anything, GV$ anything, ASH or AWR. The metrics are just are not there to analyze. Is there a SQL Server equivalent of a 10053 trace? -- Daniel A. Morgan University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org- Hide quoted text - - Show quoted text - |
|
From what I can glean it looks like the a 10053 trace is a debug of the optimiser, I presume used to debug cost based optimisation issues |
#9
| |||
| |||
|
|
You know Danel if you ever want to have a meaningful conversation about this stuff then you need to stop thinking in Oracle technology terms and start thinking in customer solution terms, that way we can actually compare Oracle to SQL Server, DB2, MySQL etc. |
#10
| |||
| |||
|
|
euan.gar... (AT) gmail (DOT) com wrote: You know Danel if you ever want to have a meaningful conversation about this stuff then you need to stop thinking in Oracle technology terms and start thinking in customer solution terms, that way we can actually compare Oracle toSQL Server, DB2, MySQL etc. Wonderful idea. Lets talk about Oracle and not use Oracle terms and talk aboutSQL Serverand not talk about Microsoft terms. I suggest we use the following common terms to begin the discussion. 1. Database 2. Instance 3. Log File 4. NULL 5. Temp Table 6. Transaction 7. Locking 8. Cluster You go first. -- Daniel A. Morgan University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org |
![]() |
| Thread Tools | |
| Display Modes | |
| |