Reading Oracle Explain Plans, Part 2: the RBO and the CBO
Learn how Oracle uses the rule-based optimizer (RBO) and the cost-based optimizer (CBO) to decide on an execution plan.
Read More
Learn how Oracle uses the rule-based optimizer (RBO) and the cost-based optimizer (CBO) to decide on an execution plan.
Read More
Learn exactly how Oracle arrives at an execution plan for both the Oracle rule-based optimizer (RBO) and the cost-based optimizer (CBO).
Read More
Learn how to use the Oracle PLAN_TABLE and explain plans to guide performance tuning.
Read More
Key aspects of Oracle architecture may impact tuning efforts. Learn more.
Read More
Want to save your company money, headaches for end-users, and ensure data quality? Avoid these five database design mistakes.
Read More
The buffer cache hit ratio details the percentage of pages found in the SQL Server buffer pool. Learn why it doesn’t tell enough about SQL Server performance.
Read More
The NETWORKIO wait type occurs when SQL Server is waiting on the network for data to be sent to or from the server. Learn about performance impacts.
Read More
SQL Server instances with high CPU usage often show the SOS_SCHEDULER_YIELD wait type, which can indicate a need for further research and action.
Read More
Learn how to use the sp_addmessage system stored procedure to add error messages to SQL Server that can be referenced in code.
Read More
SQL Server CXPACKET wait types mean there are queries running in parallel on the SQL Server instance and that they may be taking longer than desired to complete.
Read More
Log file switch completion is the time a session waits for recording and archiving changes to data through redo log generation. Learn about performance hits.
Read More
Buffer busy wait occurs when a session tries to access a block in the buffer cache but the buffer is busy. Learn about performance impact.
Read More