Book Image

IBM Db2 11.1 Certification Guide

By : Robert (Kent) Collins, Mohankumar Saraswatipura
Book Image

IBM Db2 11.1 Certification Guide

By: Robert (Kent) Collins, Mohankumar Saraswatipura

Overview of this book

IBM Db2 is a relational database management system (RDBMS) that helps you store, analyze, and retrieve data efficiently. This comprehensive book is designed to help you master all aspects of IBM Db2 database administration and prepare you to take and pass IBM's Certification Exams C2090-600. Building on years of extensive experience, the authors take you through all areas covered by the test. The book delves deep into each certification topic: Db2 server management, physical design, business rules implementation, activity monitoring, utilities, high availability, and security. IBM Db2 11.1 Certification Guide provides you with more than 150 practice questions and answers, simulating real certification examination questions. Each chapter includes an extensive set of practice questions along with carefully explained answers. This book will not just prepare you for the C2090-600 exam but also help you troubleshoot day-to-day database administration challenges.
Table of Contents (10 chapters)

Smart disk storage management

Not all tables (entities) have the same level of importance when it comes to product performance. Some tables are critical, while others are less important to the overall transactional throughput. Likewise, disk storage solutions deliver varying levels of velocity and volume. You can save money and deliver better levels of performance by placing data where it is needed most.

The way to do this is to define storage groups for each I/O class of service (COS). The following table shows an example:

Class of service

Service level

Storage group

Storage paths

Critical

.003 to .035 ms

sg_critical

/db/ts01, /db/ts02

Normal

1 to 35 ms

sg_normal

/db/ts30, /db/ts31

Low

No service level

sg_low

/db/ts50, /db/ts51

I/O class of service

Placing tables into storage groups according to their importance can reduce disk storage...