In DB2, you need to know Rusnstats utility when it has to run. Ideas that are given in this post help you to make a decision.
Category: DB2
SQL procedure saves your time when writing it for repetitive tasks. On top of that, writing code with Labels improves readability. So that maintenance is easy.
DB2 Collects Table statistics in an automated way. This post tells you how Optimizer uses the Statistics for a better SQL query execution plan.
In DB2, you can avoid unnecessary locking by following these Technics. These improve application performance.
Indexes improve the performance of the database tables. However, this post covers differences between clustered index and unique index.
In this post you can find how to Create and Delete DB2 user-defined functions.
Three top SQL queries you need to get Table metadata. Metadata means Table structure. That means to know indexes and columns of a Table in question.
Given examples of Date condition in the WHERE clause are useful for DATE comparison.
How to insert array of values in DB2 Tables explained with sample SQL query.
In DB2, buffer pools increases database performance. Explained the real benefits and how it works.
You must be logged in to post a comment.