Striving for Optimal Performance (Christian Antognini)
This blog is a mirror of http://antognini.ch/blog
PerformaSure X-Agent Configuration
05 Januar 09 06:47
|
Striving for Optimal Performance
PerformaSure of Quest Software is a J2EE performance diagnosis tool that provides an end-to-end transaction-centric view of performance as experienced by end users. To gather profile information PerformaSure uses one or several agents deployed on the monitored systems. Since gathering profile information depends on the monitored component, three different agents are available: System agent gather [...]
What Are Hints?
22 Dezember 08 08:43
|
Striving for Optimal Performance
Yesterday, while reading a swiss italian dialect tranlation of Le petit prince (entitled Ul principe pinin), I noticed a very interesting discussion between the little prince and the king (the inhabitant of the first planet visited by the little prince…). Here is the most important part of that discussion (you can read the whole text, [...]
Automatic Evolution of SQL Plan Baselines
10 Dezember 08 05:00
|
Striving for Optimal Performance
In the section Evolving SQL Plan Baselines of TOP (pages 299-300) I explain what an evolution is and how to manually do it. What I do not cover is the automatic evolution. In fact, I wrote only the following text about it: “In addition to the manual evolution just explained, automatic evolution of SQL plan [...]
Query Optimizer 11g – What’s new?
02 Dezember 08 10:01
|
Striving for Optimal Performance
Today I presented at the DOAG Conference in Nuremberg. As the title of this post suggests, I talked about the query optimizer features introduced in Oracle Database 11g. This is an evolution of the paper I already presented at the UKOUG Conference in Birmingham, at the Hotsos Symposium in Dallas, at the AOUG Expertentreff in [...]
DBMS_XPLAN.PREPARE_PLAN_XML_QUERY
21 November 08 12:11
|
Striving for Optimal Performance
As of 11.1.0.7 in the package dbms_xplan there is a new function: FUNCTION prepare_plan_xml_query(plan_query IN VARCHAR2) RETURN VARCHAR2; Simply put, the function takes as input a query that extract information from a plan table (e.g. plan_table or v$sql_plan) and builds a query based on SQLX functions that returns the output of the input query in XML. Let’s have [...]
TVD$XTAT 4.0 Beta 8
17 November 08 09:08
|
Striving for Optimal Performance
This is just a short note to point out that I just uploaded under the section Downloadable Files of TOP a new version of TVD$XTAT. The change log since Beta 7 is the following: Improved generation of synthetic cursors (particularly for RPC and XCTEND) Added support for 11.1.0.7 formatting of XCTEND Added check for questionable values for cpu and [...]
Hotsos Symposium 2009
13 November 08 06:00
|
Striving for Optimal Performance
Every March since 2004 I use to spend several days in Dallas. The reason is quite simple… people from around the world sharing my own interests gather there to attend Hotsos Symposium. If, like me, you are focusing on getting the most out of Oracle, this is one of the conferences that you should not [...]
Invisible Indexes and Hints
11 November 08 05:02
|
Striving for Optimal Performance
In this post I would like to remove some misinformation about the utilization of hints with invisible indexes. Let’s start by providing you what two sources say about that topic: Oracle Database 11g: New Features for DBAs and Developers (by Sam R. Alapati and Charles Kim, page 132) “If you want the optimizer to take the invisible index [...]
Introduce TVD$XTAT
24 Oktober 08 03:56
|
Striving for Optimal Performance
Trivadis Extended Tracefile Analysis Tool (TVD$XTAT) is a command-line tool. Like TKPROF, its main purpose is to take a raw SQL trace file as input and generate a formatted file as output. Why Is TKPROF Not Enough? In late 1999, I had my first encounter with extended SQL trace, through MetaLink note Interpreting Raw SQL_TRACE and DBMS_SUPPORT.START_TRACE [...]
Invisible Indexes and Locks
17 Oktober 08 10:33
|
Striving for Optimal Performance
Invisible indexes are useful to temporarily hide an index from the query optimizer. In this post, instead of explaining what invisible indexes are, I would like to show whether the database engine uses invisible indexes to avoid false contention caused by unindexed foreign key. Let’s start by creating two test tables with a relation (foreign key) [...]
TOP on Google Book Search
10 Oktober 08 11:43
|
Striving for Optimal Performance
This is a short note to point out that my book, Troubleshooting Oracle Performance, is available on Google Book Search. To browse through it or to use the search capabilities provided by Google, click here. Even if the preview is limited to certain number of pages, in my opinion this service is a great help [...]
Granularity ‘APPROX_GLOBAL AND PARTITION’
03 Oktober 08 10:27
|
Striving for Optimal Performance
The patchset 11.1.0.7 introduces in the package DBMS_STATS a new value for the parameter GRANULARITY. The description provided by the development team in $ORACLE_HOME/rdbms/admin/dbmsstat.sql is the following: 'APPROX_GLOBAL AND PARTITION' - This option is similar to 'GLOBAL AND PARTITION'. But the global statistics are aggregated from partition level statistics. It will aggregate [...]
Bloom Filters
26 September 08 06:24
|
Striving for Optimal Performance
Oracle Database, as of 10g Release 2, uses bloom filters in various situations. Unfortunately, no information about their usage is available in Oracle documentation. For this reason, I decided to write a paper to explain not only what bloom filters are, but also, and foremost, to describe how Oracle Database makes use of them. Specifically, [...]
Book Presentation
23 September 08 11:40
|
Striving for Optimal Performance
I already pointed out in a previous post that Tanel Poder will be speaking in Vienna, Düsseldorf, Munich and Zürich next December. The news is that an additional presentation (followed by an aperitif) will take place at the same locations and dates as Tanel’s seminar. At 5pm on the first day, I will give [...]
New Information in SQL Trace Files
21 September 08 09:34
|
Striving for Optimal Performance
During some tests with patchset 11.1.0.7 (which is presently available for Linux 32-bit and 64-bit only) I noticed something new in the SQL trace files. Let’s see what is the difference if I run the following statements with and without the patchset: execute dbms_monitor.session_trace_enable(waits=>FALSE) SELECT 'Hello world!' FROM dual; execute dbms_monitor.session_trace_disable The relevant part of the trace file is [...]
Mehr Beiträge
Nächste Seite »
Suche
Los
Dieser Blog
Home
Ordnungsbegriffe
10gR1
10gR2
11gR1
9iR2
Execution Plan
Indexes
Object Statistics
PerformaSure
Query Optimizer
Speaking
SQL Trace
TOP
TVD$XTAT
Uncategorized
Navigation
Home
Blogs
Syndikation
RSS
Atom
RSS Kommentare