Subscribe to Blog via Email
Join 1,053 other subscribersArchives
Category Archives: Uncategorized
Lessons from preparing my Exadata talk
Well, I’m giving this talk related to Exadata at the Collaborate 13 usergroup conference on Monday. I’ve spent a lot of time – probably too much time – preparing the slides and practicing the talk. I first gave this talk … Continue reading
Posted in Uncategorized
Leave a comment
Yet another Exadata slides update
Link to the latest version of my Exadata talk slides: zip Here are the details of my presentation time and place if you are going to Collaborate 13 in Denver: Session title: Exadata Distinctives Room: Mile High Ballroom 1C Date … Continue reading
Posted in Uncategorized
Leave a comment
Exadata flash cache latency .4 milliseconds
The central point of my Exadata presentation is that data flows from the disks and into and out of memory caches in a different way on Exadata when using a Smart Scan than in non-Exadata Oracle databases. An interesting consequence … Continue reading
Posted in Uncategorized
Leave a comment
Flash cache used when smart scans are disabled
I just wanted to double check something on my Exadata slides. I think I had checked this before but became unsure if something I was saying was true, namely that when you run a normal non-smart scan query on Exadata … Continue reading
Posted in Uncategorized
1 Comment
Disabling cardinality feedback
I ran into a case today where I had tuned a query by putting a cardinality hint into a view, but the optimizer changed the plan anyway by overriding the cardinality hint with cardinality feedback. So, I found out how … Continue reading
Posted in Uncategorized
Leave a comment
Finding bind variable values using DBA_HIST_SQLBIND
Whenever I need to test a query that has bind variables I usually go to the development team to ask them what typical values are or what the values were the last time the query ran. I’m pretty sure that … Continue reading
Posted in Uncategorized
6 Comments
New version of my Exadata presentation
Here is a link to my updated Exadata PowerPoint presentation. I’ve been trying to improve my Exadata talk for the Collaborate 13 conference. I’ve done this talk at work and at the ECO conference in October but I’m not completely … Continue reading
Posted in Uncategorized
Leave a comment
Implicit type conversion in where clause
I spent a lot of time yesterday digging into performance issues on a new database only to find a simple issue where two tables were joined on a column that was a number on one table and a varchar2 on … Continue reading
Posted in Uncategorized
Leave a comment
Found an archive of my geocities blog
OK. This is really cool. I found an archive of my old geocities blog: archive I thought geocities was gone forever but it isn’t. Quite cool. – Bobby
Posted in Uncategorized
Leave a comment
Don’t focus on cost of execution plan
I don’t focus on the Oracle optimizer’s cost of a particular execution plan when I’m tuning a query and I’m worried that many of the developers and DBAs that I’ve talked with about query tuning are too focused on lowering … Continue reading
Posted in Uncategorized
1 Comment