Category «In practice»

Deep dives into diagnostic techniques for specific technologies.

Understanding the performance of SQL statements in Oracle

Introduction Sometimes, a performance problem appears rather suddenly. One day, performance is reasonable but the next, operations are much slower. This can sometimes be caused by a change in behavior in the database layer. Oracle, for example, may change execution plans for SQL statements after updating statistics. In this article, I’ll look at why that …

In practice

In theory, there is no difference between theory and practice. But, in practice, there is. Jan L. A. van de Snepscheut as quoted by Doug Rosenberg and Matt Stephens (2007) Use Case Driven Object Modeling with UMLTheory and Practice p. xxvii Most of the TROUBLEhacker site discusses the theory of troubleshooting.  There is material on …