Faites confiance à votre formation en TI |
Oracle University reconnaît ExitCertified comme Partenaire en formation de l’année en Amérique du Nord.
ExitCertified renforce sa relation avec Red Hat en obtenant le statut de revendeur avancés.
Oracle University décerne à ExitCertified le prix de Qualité exceptionnelle des instructeurs.
ExitCertified en vedette dans le répertoire des Entrepreneurs dynamiques du 21e siècle.
ExitCertified est mis en candidature une troisième fois pour les prix de la Chambre de commerce.
ExitCertified élargit sa relation avec Apple en ajoutant la diffusion de formation agréée Mac OS à Phoenix, en Arizona.

 |
DB2 LUW Perf Tuning and Monitoring for Single and Multiple Partition DBs (ILO) (3L442) |
 |
|
| Format: Formation virtuelle avec formateur |
| Autres formats: |
|
|
|
 |
|
|
| |
This is the Instructor Led Online Version of Classroom Course CL442. This is an online course. Please do not make travel arrangements for this course. After you receive confirmation that you are enrolled, you will be sent further instructions to access audio, video and remote labs. Learn how to tune for optimum performance the IBM DB2 9 for Linux, UNIX, and Windows relational database management system and associated applications written for this environment. Learn about DB2 9 for Linux, UNIX, and Windows in support of single partition and multiple partition (DPF) database environments. Explore performance issues affecting the design of the database and applications using the database, the major database performance parameters, and the different tools that assist in performance monitoring and tuning. Use tools that are common across the Linux, UNIX, and Windows environments. During labs running on DB2 9.7, develop your ability to use monitoring tools, Explain tools and DB2 utilities like RUNSTATS, REORG and db2batch to tune a database running on your local LINUX workstation. Course Materials The course materials cover DB2 9.7 for Linux, UNIX, and Windows. Hands-On Labs The twelve labs use the DB2 9.7 Linux, UNIX, and Windows tools and commands to monitor, configure and analyze performance. The labs are performed using one DB2 9.7 for Linux system per student. |
|
|
|
|
|
|
 |
 |
 |
 |
Compétences acquises |
| |
- Define the impact of database design (tables, indexes, and data placement) on database performance
- Describe database application programming considerations and how they affect performance
- Identify and describe the parameters (database and non-database) that affect performance
- Tune parameters to achieve optimum performance for Online Transaction processing (OLTP) or Data Warehouse environments
- Identify and use the tools that assist in monitoring and tuning of single partition and multiple partition (DPF) databases
- Analyze Explain reports to identify the access strategies selected by the DB2 Optimizer for execution of SQL statements including the selection of indexes, join techniques, sorts and table queues
|
|
|
|
| |
 | Ce cours est donné par des formateurs certifiés IBM.
À titre de partenaire en formation agréée , ExitCertified peut vous inscrire à n’importe quel cours en Amérique du Nord.
Il y a une différence. Découvrez-la  |
|
 |
| Code: |
3L442 |
| Format: |
Formation virtuelle avec formateur |
|
| Durée: |
5 days |
| Certifié par: |
IBM |
|
| Frais d’inscription (CAD): $contact |
|
 |
 |
|
 |
|
|
 | Ce cours n'est pas prévu à l'horaire pour l'instant. Si vous êtes intéressé à suivre ce cours, utilisez le lien ci-dessous pour demander une date. |
|
|
|


DB2 LUW Perf Tuning and Monitoring for Single and Multiple Partition DBs (ILO) (3L442) Contenu détaillé |
| |
| |
- describe the basic principles in monitoring a DB2 database
- list the tools for monitoring database and application activity
- use GET SNAPSHOT commands to produce reports for analysis of database performance
- utilize the administrative routines and views provided by to DB2 to simplify application access to database performance statistics
- use the db2pd to perform performance analysis or problem determination for a DB2 database
- utilize the enhanced relational monitoring interfaces with SQL in reporting and monitoring of the database system, data objects, and the package cache to help you quickly identify issues that might be causing problems
- configure the DB2 Database configuration options that control the collection of request, activity and object level metrics on the entire database
- compare the enhanced monitoring features with the snapshot monitoring facilities provided by previous DB2 releases
| |
| Database Input/Output (I/O) management | - describe processing for Reading Database Pages into Buffer Pools
- describe processing for Writing Database Pages from Buffer Pools
- monitor Database Read and Write Activity using GET SNAPSHOT commands or Administrative Routines and Views
- monitor Database Logging Activity and select appropriate values for SOFTMAX and MINCOMMIT
- implement and monitor use of a block based buffer pool to improve table scan performance
- describe the alternate page cleaning processing associated with the DB2 Registry variable DB2_USE_ALTERNATE_PAGE_CLEANING
- describe how scan sharing can reduce the I/O workload for accessing large tables
| |
| Tablespace and Table design for performance | - select appropriate values for table space page size and extent size to support application performance requirements
- describe the calculation of prefetch size when PREFETCHSIZE is set to AUTOMATIC
- list the advantages of selecting DMS or SMS table space management as well as using Automatic Storage managed table spaces
- set file system caching options for table spaces to optimize table space performance
- describe the various row insertion algorithms for tables that are based on using the APPEND option or defining a clustering index
- plan and implement Row Compression to reduce disk and memory requirements and improve application performance
- describe how DB2’s Index compression option can reduce disk storage requirements for indexes
- explain how DB2 can compress temporary data to improve application performance
- utilize the DB2 provided tools and functions to estimate compression results for Indexes and XML data
| |
| Database memory management | - describe memory heap usage for instance memory, database shared memory, and agent private memory
- explain the management of database shared memory based on setting the configuration option DATABASE_MEMORY to AUTOMATIC, COMPUTED or a specific number of pages
- select the mode for managing data sort memory using SHEAPTHRES, SORTHEAP, and SHEAPTHRES_SHR
- monitor DB2 memory usage using the db2mtrk command or the graphical application Memory Visualizer
- utilize the db2pd for monitoring current database memory usage
- use AUTOCONFIGURE to set database configuration defaults when a new database is created or after a database workload changes
| |
| Automatic memory management | - describe how Self-Tuning Memory Manager (STMM) can be used to automatically manage database shared memory heaps
- explain the differences in STMM processing based on the setting of DATABASE_MEMORY
- plan and configure a database for self-tuning memory
- activate or deactivate STMM for selected memory heaps
- describe the management of sortheap memory based on the configuration of sheapthres and sheapthres_shr
- explain how DB2 can automatically increase or decrease database memory for multiple DB2 databases running on the same server
| |
- describe the advantages of using Visual Explain
- describe the advantages of using db2exfmt
- create special tables used by Visual Explain and db2exfmt
- identify how to set the Explain snapshot and Explain mode registers to capture the information of interest
- differentiate between the different methods of viewing Explain information
| |
- describe the stages of the SQL compiler
- choose the appropriate optimization class
- describe the catalog statistics and database configuration options impact on access plan selection
- implement a statistical view to provide better cardinality estimates for complex queries
- enable the statement concentrator using the stmt_conc database manager configuration parameter to reduce SQL compilation overhead for dynamic SQL statements
- utilize the db2look utility to extract catalog statistics from existing tables to mimic an existing database environment
- create an optimizer profile to influence the access plan selected by the DB2 optimizer
| |
| Using indexes for performance | - describe the Indexing options that can be used to improve performance including: Index Only Access, Clustered Index, Reverse Scans, Include Columns, and Index Freespace
- use the MON_GET_INDEX table function to monitor index usage
- describe the Block Indexing capability for MDC tables
- explain how multiple indexes can be combined using Index ORing and Dynamic Bitmap Index ANDing
- use the Design Advisor to predict performance gains from adding new indexes
| |
- review Explain reports for costly sort operations
- describe the differences between Nested Loop, Merge Scan and Hash Joins
- plan the implementation of Refresh Immediate or Refresh Deferred Materialized Query Tables to improve query performance
- utilize the design advisor to analyze SQL statements and recommend new MQTs
- describe the features of Range Partitioned Tables to support large DB2 tables using multiple tablespaces, including the roll-in and roll-out of data ranges
- Explain the difference between partitioned and non-partitioned indexes for a range-partitioned table
- Implement partitioned indexes to improve performance when you roll data out or roll data into a range-partitioned table
- use the DB2 Explain tools to determine if partition elimination is being used to improve access performance to large range partitioned tables
| |
| Tools and utilities for performance | - use the RUNSTATS utility to collect table and index statistics to enable the DB2 Optimizer to generate efficient access strategies
- select appropriate RUNSTATS options to collect Distribution Statistics or Column Group Statistics to improve cardinality estimates during SQL compilation
- use the table and indexes statistics to plan for table and index reorganization using the REORG utility
- set the policies and options for automation of catalog statistics collection.
- monitor the activity associated with implementing real time statistics collection
- use the db2batch utility to run SQL workloads and collect performance statistics that can be used to benchmark database and application changes
| |
| |
| Application Performance Considerations | - List examples of application coding techniques that can effect performance
- Describe the performance advantages of using stored procedures
- Design applications to maximize record blocking, minimize sort operations and minimize lock contention
- Evaluate setting the CUR_COMMIT database configuration option to reduce lock waits, lock timeouts or deadlocks
- Explain how DB2 can access the committed version of a data row that is currently being updated by another application
- Monitor application performance and lock waits using GET SNAPSHOT commands and SQL queries
- Set the DB2 registry variables DB2_EVALUNCOMMITTED, DB2_SKIPINSERTED and DB2_SKIPDELETED to reduce lock contention based on application requirements
| |
- create Event Monitors to collect performance statistics at the database, application or SQL statement level.
- implement simple Workload Management definitions to utilize the Workload Manager-based event monitoring including activities, statistics and threshold violations.
- evaluate Event Monitor data using the Event Analyzer tool, the db2evmon text-based tool the db2evmonfmt application or using SQL queries.
- Define a LOCKING Event Monitor to capture deadlocks, lock timeout or lock waits
- Configure a DB2 database to control information captured for deadlocks, lock timeouts or extended lock waits
- Implement Event Monitors for units of work or lock-related events that store information in unformatted Event Monitor tables
- Capture SQL section information using an ACTIVITIES Event Monitor and use the data to generate Explain reports
| |
| DPF Partitioned Database Performance Tuning Considerations | - Use GET SNAPSHOT commands and SNAPSHOT views to monitor performance for a DPF-partitioned database
- utilize the enhanced relational monitoring interfaces with SQL in reporting and monitoring connections, data objects, and the package cache for a DPF partitioned database
- Configure and monitor database shared memory for multiple partition databases
- Utilize the Self Tuning Memory Management option to automatically configure memory options for a DPF database
- Review Explain reports or use Visual Explain to analyze access to tables in a DPF-partitioned database
- Collect RUNSTATS statistics for DPF-partitioned tables
- Implement Informational RI and Check Constraints to improve SQL performance
- Create Event monitors for a partitioned database
- Use the dp2pd problem determination tool to obtain statistics from one or all database partitions
| |
| Row Relocation Strategies and FCM Performance Considerations | - Identify the types of table queues that may be used by DB2 and describe the differences between directed and broadcast table queues
- Monitor FCM activity and wait times using the MON_GET_CONNECTION table function
- Examine DB2 Explain reports to determine the row relocation techniques utilized by the DB2 Optimizer
- Implement a Replicated MQT to achieve collocation for table join operations
- Identify the FCM configuration parameters and how they can be monitored using GET SNAPSHOT and db2pd commands
- Use the GET SNAPSHOT FOR APPLICATIONS report to review the subsection status information processing SQL statements
| |
| |
- Welcome
- Unit 1: Database monitoring
- Exercise 1: Database Monitoring
- Unit 2: Database I/O Management
- Unit 3: Table Space and Table Design for Performance
- Exercise 2: I/O Management and Table Space Design
| |
- Unit 4: DB2 Memory Management
- Exercise 3: Memory Management
- Exercise 4: Section 1 - Setup for STMM lab
- Unit 5: Automatic Memory Management
- Exercise 4: Sections 2, 3 - Using STMM to Manage Memory
- Unit 6: DB2 Application Performance Considerations
- Exercise 5: Application Performance
| |
- Unit 7: Using Explain Tools
- Exercise 6: Using Explain Tools
- Unit 8: The DB2 Optimizer
- Exercise 7: DB2 Optimizer
- Unit 9: Using Indexes for Performance
- Exercise 8: Index Performance
| |
- Unit 10: Complex SQL Performance
- Exercise 9: Complex SQL Performance
- Unit 11: Tools and Utilities for Performance
- Exercise 10: Tools and Utilities
- Unit 12: Event Monitoring
- Exercise 11: Event Monitors
| |
- Unit 13: DPF-Partitioned Databases Performance Tuning Considerations
- Unit 14: Row Relocation Strategies and FCM Performance Considerations
- Exercise 12: SQL Performance for DPF-Partitioned Databases
| |
| |

|