OLTP

Visualizing Active Session History (ASH) Data With R

December 20, 2011
By
Visualizing Active Session History (ASH) Data With R

One of the easiest ways to understand something is to see a visualization. Looking at Active Session History (ASH) data is no exception and I’ll dive into how to do so with R and how I used R plots to visually present a problem and confirm a hypothesis. But first some background… Background Frequently...

Read more »

Exadata Smart Flash Logging Explained

October 12, 2011
By

I’ve seen some posts on the blogosphere where people attempt to explain (or should I say guess) how Exadata Smart Flash Logging works and most of them are wrong. Hopefully this post will help clear up some the misconceptions out there. The following is an excerpt from the paper entitled “Exadata Smart Flash Cache...

Read more »

Real-World Performance Videos on YouTube – OLTP

June 15, 2011
By

In addition, here are some OLTP demos that demonstrate how much performance and throughput can be wasted by poor design and suboptimal database programming. OLTP Performance – The Trouble with Parsing OLTP Performance – Concurrent Mid-Tier Connections

Read more »

Oracle And Sun To Announce World’s First OLTP Database Machine With Sun FlashFire Technology

September 12, 2009
By
Oracle And Sun To Announce World’s First OLTP Database Machine With Sun FlashFire Technology

The internet buzz seems to be that Larry Ellison, CEO, Oracle Corporation and John Fowler, EVP, Sun Microsystems, Inc. will be announcing a new product, the world’s first OLTP database machine with Sun’s brand new FlashFire technology on Tuesday, September 15, 2009, 1 p.m. PT. Both Sun and Oracle have Webcast invitations on their...

Read more »

Upscaling Your Database Application Performance: The Array Interface

April 30, 2007
By
Upscaling Your Database Application Performance: The Array Interface

Personally I believe the array interface is one of the most overlooked methods to increase database application scalability. Any time an application is selecting or inserting more than a single row, performance benefits are generally observed by using the array interface. The Oracle array interface exists for Oracle Call Interface (OCI), PL/SQL, and JDBC....

Read more »