SlideShare une entreprise Scribd logo
1  sur  37
Télécharger pour lire hors ligne
IBM System z Technology Summit

Gain insight into DB2 9
and DB2 10 for z/OS
performance updates
and save costs
Florence Dubois
fldubois@uk.ibm.com




                                 © 2011 IBM Corporation
Disclaimer:
  Information regarding potential future products is intended to outline our general product direction
  and it should not be relied on in making a purchasing decision. The Information mentioned
  regarding potential future products is not a commitment, promise, or legal obligation to deliver any
  material, code or functionality. Information about potential future products may not be incorporated
  into any contract. The development, release, and timing of any future features or functionality
  described for our products remains at our sole discretion.


Performance Disclaimer:
  This document contains performance information based on measurements done in a controlled
  environment. The actual throughput or performance that any user will experience will vary
  depending upon considerations such as the amount of multiprogramming in the user’s job stream,
  the I/O configuration, the storage configuration, and the workload processed. Therefore, no
  assurance can be given that an individual user will achieve throughput or performance
  improvements equivalent to the numbers stated here.




2                                                                                     © 2011 IBM Corporation
DB2 10 Performance Preview
 Abstract
    – This session offers a look at performance impact of DB2 9 and DB2 10
      for z/OS with particular emphasis on the DB2 10 improvements
 Agenda
    – DB2 10 for z/OS performance goals and expectations
    – Scalability and buffer pool enhancements
    – INSERT improvement
    – FETCH/SELECT improvement
    – JDBC and DDF performance
    – LOB, XML, and SQL procedure performance
    – Monitoring enhancements


3                                                              © 2011 IBM Corporation
DB2 10 Performance Objective

    Historical goal of <5% version-to-version performance regression
    Goal of 5% -10% performance improvement for DB2 10

                      Average %CPU improvements
                           version to version
      15
      10
       5
       0
      -5 V3      V4      V5      V6     V7        V8                V9          V10
     -10
     -15
                                             added 64 bit support

4                                                                        © 2011 IBM Corporation
DB2 10 Performance Expectation

    Most of workloads…
    • Up to 10% CPU reduction after REBIND packages
    • Higher improvement with workload with scalability issues in V8/V9 or
    accessed thru DRDA



    Sweet Spots…
    - Workload using native SQL procedures: up to 20% CPU reduction after
    DROP/CREATE or REGENERATE the procedures
    - Query workload with positive access path changes
    - Workload with frequent access on small LOB (NFM with Inline LOB)
    - Workload with random, singleton select/update (NFM with Hash
    access)


5                                                                  © 2011 IBM Corporation
DBM1 Virtual Storage Constraint Relief
                                                 V10
 DBM1 below 2GB
    – 75-90% less usage in V10           Global DSC
                                                         CT/PT
      compared to V9
                                            DBD
    – Some of working storage (stack,
      xproc storage) stays below 2GB     Local DSC
                                                          SKCT
 Larger number of threads
                                        Thread / Stack    SKPT
    – Possible data sharing member
      consolidation
 Improve CPU with storage              Thread / Stack/ working
    – More thread reuse
                                        75-90% less usage
    – More release deallocate
                                           DBM1 below
    – High performance DBATs
    – Larger MAXKEEPD values for
      KEEPDYNAMIC=YES
6                                                        © 2011 IBM Corporation
Virtual Storage Reduction from SAP Workload
                                                Thread   DBM1 below virtual     CPU time per tran

                                               1200                                          6.2



                    #of users / DBM1 virtual
                                                                                             6
                                               1000
                                                                                             5.8
                                                800                                          5.6




                                                                                                    CPU time
                                                                                             5.4
                             (MB)
                                                600
                                                                                             5.2
                                                400                                          5
                                                                                             4.8
                                                200
                                                                                             4.6
                                                  0                                          4.4
                                                         DB2 9                DB2 10



 412 concurrent threads
 Virtual storage below the bar
    – 997 MB with DB2 9
    – 63 MB in DB2 10
 No significant increase in real storage


7                                                                                                              © 2011 IBM Corporation
DBM1 VSCR Monitoring
 More focus on
    – Real storage usage (PM24723)
    – Common storage (ECSA and ESQA) usage
 New statistics in IFCID 225 reports
    – DBM1 and DIST address space: virtual below and above, real, and aux
    – Common and Shared storage usage (z/OS APAR OA33106 SRB ESQA
      reduction)

         DBM1 AND MVS STORAGE BELOW 2 GB                      QUANTITY
         --------------------------------------------    --------------
         TOTAL NUMBER OF ACTIVE USER THREADS                   2694.28
           NUMBER OF ALLIED THREADS                             386.00
           NUMBER OF ACTIVE DBATS                              2275.06
           NUMBER OF POOLED DBATS                                33.21

         REAL AND AUXILIARY STORAGE FOR DBM1                  QUANTITY

          --------------------------------------------   -------------
          REAL STORAGE IN USE                     (MB)         5396.07
            31 BIT IN USE                         (MB)          289.45
            64 BIT IN USE                         (MB)         5106.62
8         HWM 64 BIT REAL STORAGE IN USE          (MB)         5106.64 © 2011 IBM Corporation
Performance Scalability - DB2 Latches (CM)
 Most of DB2 latches from 64 cp scalability evaluation will have a relief
    – LC12 : Global Transaction ID serialization
    – LC14 : Buffer Manager serialization
    – LC19 : Log write in both data sharing and non data sharing
    – LC24 : EDM thread storage serialization (Latch 24)
    – LC24 : Buffer Manager serialization (Latch 56)
    – LC25 : EDM hash serialization
    – LC27 : WLM serialization latch for stored proc/UDF
    – LC32 : Storage Manager serialization
    – IRLM : IRLM hash contention
    – CML : z/OS Cross Memory Local suspend lock
    – UTSERIAL : Utility serialization lock for SYSUTILX (NFM)
9                                                                © 2011 IBM Corporation
Performance Scalability - H/W synergy
 Exploitation of z10 and z196 features
     – CPU improvement using z10 and z196 prefetch instructions
     – Large fixed page frames for buffer pools
       • Buffer pools with PGFIX=YES
       • Define IEASYSxx LFAREA 1MB page frames
       • Reduction of hit miss in TLB (translation lookaside buffer)
     – Observed 1-4% CPU reduction
 In-memory buffer pool with large real
     – DB2 managed in-memory buffer pool
       •   PGSTEAL = NONE
       •   Pre-load the data at the first open or at ALTER BPOOL
       •   Avoid unnecessary prefetch request
       •   Avoid LRU maintenance  no LRU latch (LC14)

10                                                                     © 2011 IBM Corporation
INSERT Performance Improvement

                                     DB2 10 CM
     DB2 9                           • Space search improvement
     • Large index pages             • Index I/O parallelism
     • Asymmetric index split        • Log latch contention reduction and
     • Data sharing Log latch        faster log I/O during commit
     contention and LRSN spin loop   • Additional index look aside
     reduction
     • More index look aside
     • Support APPEND option         DB2 10 NFM
     • RTS LASTUSED support          • INCLUDE index
                                     • Support Member Cluster in UTS
                                     • Complete LRSN spin avoidance




11                                                             © 2011 IBM Corporation
Universal Table Space (UTS) – Member Cluster (NFM)
 Member Cluster option in create table space
     – Assigns a set of pages and associated space map page to each member
     – Remove the “hot spots” in concurrent sequential insert in data sharing
     – It does not maintain data cluster during the INSERT
     – Data cluster needs to be restored via REORG
     – Each space map contains 10 segments
 Altering to MEMBER CLUSTER
        ALTER TABLESPACE MyTableSp
            MEMBER CLUSTER YES/NO;

     – REORG to materialize the pending alter



12                                                                 © 2011 IBM Corporation
INSERT Performance Improvement

                                                                Sequential Insert Performance

                                                                        Throughput Rate    CPU

                                              120000                                                      180
             Throughput Rate (Rows per sec)




                                                                                                          160
                                              100000
                                                                                                          140




                                                                                                                CPU (milli second)
                                               80000                                                      120
                                                                                                          100
                                               60000
                                                                                                          80
                                               40000                                                      60
                                                                                                          40
                                               20000
                                                                                                          20
                                                   0                                                      0
                                                       V9 SEG V10 SEG         V9 PBG V10 PBG       V10
                                                                                                 PBG/MC



Sequential key insert into 3 tables from JDBC 240 clients in two way data sharing members. Using
  Multi Row Insert (batch size 100). Each member resides on LPARs with z10 8CPs.
13                                                                                                                                   © 2011 IBM Corporation
I/O Parallelism for Index Updates (CM)
V9         During insert, DB2 executes index updates sequentially
           Tables with many non-clustering indexes may suffer high synchronous read
           I/O wait

V10        I/O parallelism by prefetching index pages to overlap the I/Os against non-
           clustering indexes

 New zparm INDEX_IO_PARALLELISM (default YES)
     – Parallel read I/Os for additional indexes by using prefetch
     – Enabled only when there are index I/Os (buffer pool miss)
     – Applicable with all table space types except segmented table space
     – Enabled with 3 or more indexes
 Elapsed time reduction
     – Effective to reduce I/O wait for large indexes that cannot fit in the buffer pools

14                                                                            © 2011 IBM Corporation
Additional Non-key Columns in a Unique Index (NFM)
V9    Multiple indexes per table
      An index is used to enforce uniqueness constraint
      Additional indexes are necessary to achieve index-only access on columns
      not part of the unique constraint during queries
      Higher Insert / Delete CPU time, increased storage requirements

V10   Additional Non-key Columns in a unique index
      Reduce index maintenance cost during insert, DASD space savings




15                                                                 © 2011 IBM Corporation
Additional Non-Key Columns in a Unique Index
 V9 definition
      CREATE UNIQUE INDEX i1 ON t1(c1,c2,c3)
      CREATE INDEX i2 ON t1(c1,c2,c3,c4,c5)

 Possible V10 definition

      CREATE UNIQUE INDEX i1 ON t1(c1,c2,c3) INCLUDE (c4,c5)
              or
      ALTER INDEX i1 ADD INCLUDE (c4,c5) and DROP INDEX i2


 The following restrictions will apply:
     – INCLUDE columns are not allowed in non-unique indexes
     – Indexes on Expression will not support INCLUDE columns
     – Indexes with INCLUDEd columns can not have additional unique
       columns ALTER ADDed to the index
16                                                              © 2011 IBM Corporation
SELECT/FETCH Performance Improvement
V9    Plan Stability for static SQL statements
      Sort performance improvement, in memory workfile/sparse index
      Index on Expression
      Many access path related improvements
      Histogram stats, etc.

V10   CPU reduction on index predicate evaluation
      Better performance using a disorganized index
      Row Level Sequential Detection
      Group by using Hash, More in memory workfile usage
      Dynamic statement cache support for literal constants
      Many access path related enhancements
      -Parallelism improvement
      -IN list access improvement
      -Auto stats…and more

17                                                               © 2011 IBM Corporation
CPU reduction in Predicate Evaluation (CM)
 Optimize in index predicate evaluation process
     – Applicable in any workload but query with many predicates shows
       higher improvement


 Performance improvement
     – Average improvement shows average 20% CPU reduction from generic
       150 queries
     – Individual queries show between 1 and 70% improvement




18                                                              © 2011 IBM Corporation
Improvement in using Disorganized Index (CM)
 Index scan using disorganized index causes high sync I/O wait
 Disorganized index detection at execution
 Use List Prefetch on index leaf pages with range scan
     – Reduce Synchronous I/O waits for queries accessing disorganized
       indexes
     – Reduce the need of REORG Index
     – Throughput improvement in Reorg, Runstats, Check Index
     – Limited to forward index scan
 Performance results
     – Observed 2 to 6 times faster with simple SQL statements with small key
       size using list prefetch compared to Sync I/Os


19                                                               © 2011 IBM Corporation
Row Level Sequential Detection (CM)
 Problem
     – Dynamic prefetch sequential works poorly when the number of rows per
       page is large

 Solution
     – Row Level Sequential Detection (RLSD)
     – Count rows, not pages to track the sequential detection
     – Since DB2 10 will trigger prefetch more quickly, it will use progressive
       prefetch quantity
        • For example, with 4K pages the first prefetch I/O reads 8 pages, then 16
          pages, then all subsequent I/Os will prefetch 32 pages (like today)
        • Also applies to indexes



20                                                                       © 2011 IBM Corporation
Index  Data Range Scan
 Row size = 49 bytes, page size = 4K (81 rows per page)
 Read 10% of the rows in key sequential order


             Query Time (seconds)                       Dynamic Prefetch I/Os

     10                                     500
      8                                     400
      6                             V9      300                                         V9
      4                             V10     200                                         V10
      2                                     100
      0                                       0
          100 98    96    94   92                 100     98    96    94   92
               Cluster ratio                               Cluster ratio

     Row level sequential detection (RLSD) preserves good sequential performance
      for the clustered pages
21                                                                              © 2011 IBM Corporation
Index to Data Access Path vs. Hash Access
                                        = Page in Bufferpool
                                        = Page Read from Disk




 Index->Data access               Hash Access
     – Traverse down Index Tree     – Locate a row without having to use
     – For a 5 Level Index            an index
       • 6 GETP                     – Single GETP in most cases
       • 2 I/O’s                    – 1 Synch I/O in common case
     – 5 index page searches
                                    – Greatly reduced search CPU
22
                                      expense               © 2011 IBM Corporation
Hash Access and Hash Space
 PBG                                                                   Optimal to get from fixed area
                 Fixed Hash Area                                         – 1 getpage, 1 I/O
                                                     Overflow
                                                      Index            Overflow
       Part 1               Part 2      Part 3                           – 3 getpages, 2-3 I/Os
                                                                       Use REORG with
                                                                        AUTOESTSPACE YES unless
                                                                        you know better
                                                                       Real Time Statistics (RTS)
                                                                         – # of overflow
     PBR                                                                   TOTALENTRIES
                                      Hash
       Fixed Hash Areas              Overflow
                                      Index      Hash
                                                                         – TOTALENTRIES /
                                                Overflow                   TOTALROWS < 10%
                                                 Index
                                                            Hash
     Part 3                                                Overflow    FREEPAGE is not valid for
                                                            Index
              Part 2                                                    HASH space but PCTFREE is
                                                                        honored
                       Part 1


23                                                                                        © 2011 IBM Corporation
Hash Access Summary
 Performance benefit
   – Up to 30% DB2 CPU reduction with random access
        • Higher improvement with large table with small rows
        • Savings in index maintenance once you remove the clustering index
     – Possible reduction in Hotspots
        • Rows are randomly distributed

 Performance concern
   – Not for sequential fetch nor insert
        • Significant Sync I/O increase if accessed in clustering order
        • No Member Cluster support
        • Careful research is necessary on picking the candidate
           – Statement level of monitoring for GetPage and I/Os
     – Significant impact on LOAD utility using input data with clustering order
        • Relief is coming soon
     – Possible INCREASE in I/O or BP space in some cases
        • In case of small ‘active’ working set
        • In case of many “row not found”

24                                                                            © 2011 IBM Corporation
Local JDBC and ODBC Application Performance
 Local Java and ODBC applications did not always perform faster compared to
  the same application called remotely
     – DDF optimized processing with DBM1 that was not available to local ODBC and
       JDBC application
     – zIIP offload significantly reduced chargeable CP consumption

 Open support of DDF optimization in DBM1 to local JCC type 2 and ODBC
  z/OS driver
     – Limited block fetch
     – LOB progressive streaming
     – Implicit CLOSE

 Expect significant performance improvement for applications with
     – Queries that return more than 1 row
     – Queries that return LOBs

25                                                                    © 2011 IBM Corporation
High Performance DBATs
 Re-introducing RELEASE(DEALLOCATE) in distributed packages
   – Could not break in to do DDL, BIND
   – V6 PQ63185 to disable RELEASE(DEALLOACTE) on DRDA DBATs

 High Performance DBATs reduce CPU consumption by
   – RELEASE(DEALLOCATE) to avoid repeated package allocation/deallocation
   – Avoids processing to go inactive and then back to active
   – Bigger CPU reduction for short transactions

 Using High Performance DBATs
   – Stay active if there is at least one RELEASE(DEALLOCATE) package exists
   – Connections will turn inactive after 200 times (not changeable) to free up DBAT
   – Normal idle thread time-out detection will be applied to these DBATs
   – Good match with JCC packages
   – Not for KEEPDYNAMIC YES users

26                                                                      © 2011 IBM Corporation
Enable High Performance DBATs
 Two steps to enable High Performance DBAT
     – REBIND with RELEASE(DEALLOCATE)
       • Default BIND option in DB2 client driver will be RELEASE (DEALLOCATE) for
         the client matching with DB2 10 (DB2 connect and JCC 9.7 FP3a)
     – Then command -MODIFY DDF PKGREL (BNDOPT)
       • -DISPLAY DDF shows the option currently used
 To disable
     – -MODIFY DDF PKGREL (COMMIT) to overlay BNDOPT option
          – Same as V9 inactive connection behavior
          – Will allow BIND and DDL to run concurrently with distributed work
 To monitor
                                         GLOBAL DDF ACTIVITY                QUANTITY
     – GLOBAL DDF activity               --------------------------         ---------
                                         CUR ACTIVE DBATS-BND DEALLC            5.39
       • Statistics report               HWM ACTIVE DBATS-BND DEALLC           10.00

27                                                                              © 2011 IBM Corporation
Inline LOBs (NFM)
 CREATE or ALTER TABLE INLINE LENGTH on UTS
     – INLINE to base table up to 32K bytes
 Completely Inline LOBs
     – Reduce DASD space
        • No more one LOB per page, Compression
     – CPU and I/O saving
        • Avoid LOB aux indexes overhead
 Split LOBs
     – A part of LOB resides in base and other part in LOB TS
     – Incur the cost of both inline and out of line
     – Index on expression can be used for INLINE portion


28                                                              © 2011 IBM Corporation
Inline LOBs (NFM) …
 Elapsed time in random select              Inline is good, if
                                              – Most of LOBs are small and only a few are
           Select 10,000 x 200 byte LOBs
                                                large ones
           80                                 – Compress well
           70
                                            Inline is not good, if
           60
                                              – Most of LOBs become “split LOB” unless
 Seconds




           50

           40                                   indexing is important for inlined portion
           30
                                              – Majority of SQLs do not touch the LOB
           20
                                                columns
           10

           0                                Base table becomes larger with Inline
                OUTLINE         INLINE
                                              – Buffer hit ratio for base table may decrease
                                              – Image copy of base table becomes larger
 Very small LOBs select, insert shows
 Up to 70% elapsed time reduction
 with INLINE LOBs

29                                                                            © 2011 IBM Corporation
XML Performance Improvement
 Significant Performance improvement in V9 service stream
 DB2 10 performance improvement
     – Binary XML support
       • Avoid the cost of XML parsing during insert
       • Reduce the XML size
       • Measured 10-30% CPU and elapsed time improvement
     – Schema Validation in engine
       • No more UDF call for validation
       • Utilize XML System Service Parser
          – 100% zIIP / zAAP eligible for validation parser cost
     – XML Update
       • No more full document replace



30                                                                 © 2011 IBM Corporation
SQL Procedure Performance (CM)
V9    Introduced native SQL Procedure
      Improvement by executing procedures in DBM1 instead of WLM address space

V10   Further performance optimization for Native SQL Procedures
      Specific CPU reduction in commonly used areas
      -Pathlength reduction in IF statement
      -Optimization in SELECT x from SYSDUMMY1




31                                                                    © 2011 IBM Corporation
Measurements – SQLPL (CM)
 OLTP using SQLPL
     – 20% CPU reduction with V10 CM
     – 89% DBM1 Below the Bar usage reduction
     – 5% resp time improvement due to latch contention relief

                               Throughput   CPU per transaction

                        1000                             0.005000
                         900

                         800                             0.004000
                         700
                         600                             0.003000
                         500
                         400                             0.002000
                         300
                         200                             0.001000
                                   V9       V10-CM
32                                                                  © 2011 IBM Corporation
DB2 10 Monitoring Enhancements and Changes
 New Monitor Class 29 for statement detail level monitoring
     – IFCID 316/318 for dynamic, 400/401 for static
 Record index split with new IFCID 359
 Separate Accounting to identify DB2 latch and transaction lock in Class3
 Package LASTUSED
 Storage statistics (IFCID225) for DIST address space, shared and common
  storage
 Specialty Engines
     – Possible redirection value (zIIP SECP) is no longer supported, always zero SE
       CPU (actual offloaded CPU time) continues to be available
     – Portion of RUNSTATS utility (redirect rate depends on RUNSTATS parms)
     – Parsing process of XML Schema validation
     – Prefetch and Deferred Write Engines redirected 100%

33                                                                      © 2011 IBM Corporation
DB2 10 Monitoring Enhancements and Changes
 Package accounting information with rollup
 Statistics trace interval
     – Always 1 minute interval in V10 no matter what you use in STATIME for
       critical statistics records
 Compression for DB2 trace data in SMF
     – New zparm SMFCOMP
     – Overhead is minimum (up to 1% measured )
     – Up to 90% SMF data set saving from measurements
     – Trace formatter needs to be modified to call z/OS services to
       decompress the data




34                                                                 © 2011 IBM Corporation
Beta Customers’ Feedback – Workload level
Workload                   Results
CICS online transactions   Approx. 7% CPU reduction in DB2 10 CM after REBIND, 4%
                           additional reduction when 1MB page frames are used for selective
                           buffer pools

CICS online transactions   Approx 10% CPU reduction from DB2 9
CICS online transactions   Approx 5-10% CPU reduction from DB2 8
CICS online transactions   Approx 10% CPU increase -> investigating
                           Candidate for release deallocate usage

Distributed Concurrent     50% DB2 elapsed time reduction, 15% chargeable CPU reduction
Insert                     after enabling high perf DBAT

Data sharing heavy         38% CPU reduction
concurrent insert

Queries                    Average CPU reduction 28% from V8 to DB2 10 NFM
Batch                      Overall 20-25% CPU reduction after rebind packages

35                                                                              © 2011 IBM Corporation
Beta Customers’ Feedback – Line Item Focused
Workload                Results
Multi row insert        33% CPU reduction from V9, 4x improvement from V8 due to LRSN
                        spin reduction
Query with 10 stage 1   5 index matching, 1 index screening, range and IN predicates
predicates              60% CPU reduction with same access path
Parallel Index Update   30-40% Elapsed time improvement with class 2 CPU time reduction
Inline LOB              SELECT LOB shows 80% CPU reduction
Include Index           17% CPU reduction in insert after using INCLUDE INDEX

Hash Access             20-30% CPU reduction in random access
                        No improvement or some degradation in CICS workload
                        16% CPU reduction comparing Hash Access and Index-data access
                        5% CPU reduction comparing Hash against Index only access
                        20x elapsed time increase in sequential access


36                                                                           © 2011 IBM Corporation
Thank you !
     Florence Dubois (fldubois@uk.ibm.com)




37                                           © 2011 IBM Corporation

Contenu connexe

Tendances

DB2 UDB for z/OS Version 7 - An Overview
DB2 UDB for z/OS Version 7 - An OverviewDB2 UDB for z/OS Version 7 - An Overview
DB2 UDB for z/OS Version 7 - An OverviewCraig Mullins
 
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5bupbechanhgmail
 
SQL Server Workshop Paul Bertucci
SQL Server Workshop Paul BertucciSQL Server Workshop Paul Bertucci
SQL Server Workshop Paul BertucciMark Ginnebaugh
 
Increase density and performance with upgrades from Intel and Dell
Increase density and performance with upgrades from Intel and DellIncrease density and performance with upgrades from Intel and Dell
Increase density and performance with upgrades from Intel and DellPrincipled Technologies
 
The fillmore-group-aese-presentation-111810
The fillmore-group-aese-presentation-111810The fillmore-group-aese-presentation-111810
The fillmore-group-aese-presentation-111810Gennaro (Rino) Persico
 
Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...
Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...
Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...Principled Technologies
 
Consolidating database servers with Lenovo ThinkServer RD630
Consolidating database servers with Lenovo ThinkServer RD630Consolidating database servers with Lenovo ThinkServer RD630
Consolidating database servers with Lenovo ThinkServer RD630Principled Technologies
 
LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...
LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...
LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...Stuart McIntyre
 
DB2 for i 7.1 - Whats New?
DB2 for i 7.1 - Whats New?DB2 for i 7.1 - Whats New?
DB2 for i 7.1 - Whats New?COMMON Europe
 
An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’
An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’
An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’EMC Forum India
 
Scalability
ScalabilityScalability
Scalabilityfelho
 
Oracle database 11g direct nfs client
Oracle database 11g   direct nfs clientOracle database 11g   direct nfs client
Oracle database 11g direct nfs clientDumper Limandra
 
Less01 architecture
Less01 architectureLess01 architecture
Less01 architectureAmit Bhalla
 
Shared Personalization Service - How To Scale to 15K RPS, Patrice Pelland
Shared Personalization Service - How To Scale to 15K RPS, Patrice PellandShared Personalization Service - How To Scale to 15K RPS, Patrice Pelland
Shared Personalization Service - How To Scale to 15K RPS, Patrice PellandFuenteovejuna
 
12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource Management
12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource Management12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource Management
12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource ManagementFahd Mirza Chughtai
 

Tendances (18)

DB2 UDB for z/OS Version 7 - An Overview
DB2 UDB for z/OS Version 7 - An OverviewDB2 UDB for z/OS Version 7 - An Overview
DB2 UDB for z/OS Version 7 - An Overview
 
DB2 Upgrade instructions
DB2 Upgrade instructionsDB2 Upgrade instructions
DB2 Upgrade instructions
 
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5Ibm db2 10.5 for linux, unix, and windows   what's new for db2 version 10.5
Ibm db2 10.5 for linux, unix, and windows what's new for db2 version 10.5
 
SQL Server Workshop Paul Bertucci
SQL Server Workshop Paul BertucciSQL Server Workshop Paul Bertucci
SQL Server Workshop Paul Bertucci
 
Increase density and performance with upgrades from Intel and Dell
Increase density and performance with upgrades from Intel and DellIncrease density and performance with upgrades from Intel and Dell
Increase density and performance with upgrades from Intel and Dell
 
The fillmore-group-aese-presentation-111810
The fillmore-group-aese-presentation-111810The fillmore-group-aese-presentation-111810
The fillmore-group-aese-presentation-111810
 
Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...
Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...
Dell Acceleration Appliance for Databases 2.0 and Microsoft SQL Server 2014: ...
 
Exchange 2013 ABC's: Architecture, Best Practices and Client Access
Exchange 2013 ABC's: Architecture, Best Practices and Client AccessExchange 2013 ABC's: Architecture, Best Practices and Client Access
Exchange 2013 ABC's: Architecture, Best Practices and Client Access
 
Consolidating database servers with Lenovo ThinkServer RD630
Consolidating database servers with Lenovo ThinkServer RD630Consolidating database servers with Lenovo ThinkServer RD630
Consolidating database servers with Lenovo ThinkServer RD630
 
LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...
LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...
LS11 SHOW202 - Enterprise 2.0 Hero - a Beginner's Guide to Installing IBM Lot...
 
DB2 for i 7.1 - Whats New?
DB2 for i 7.1 - Whats New?DB2 for i 7.1 - Whats New?
DB2 for i 7.1 - Whats New?
 
An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’
An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’
An interesting whitepaper on How ‘EMC VFCACHE accelerates MS SQL Server’
 
Scalability
ScalabilityScalability
Scalability
 
Oracle database 11g direct nfs client
Oracle database 11g   direct nfs clientOracle database 11g   direct nfs client
Oracle database 11g direct nfs client
 
Less01 architecture
Less01 architectureLess01 architecture
Less01 architecture
 
Shared Personalization Service - How To Scale to 15K RPS, Patrice Pelland
Shared Personalization Service - How To Scale to 15K RPS, Patrice PellandShared Personalization Service - How To Scale to 15K RPS, Patrice Pelland
Shared Personalization Service - How To Scale to 15K RPS, Patrice Pelland
 
12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource Management
12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource Management12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource Management
12c Multi-Tenancy and Exadata IORM: An Ideal Cloud Based Resource Management
 
1) planning
1) planning1) planning
1) planning
 

Similaire à Gain insight into DB2 9 and DB2 10 performance updates and save costs

DB2 Design for High Availability and Scalability
DB2 Design for High Availability and ScalabilityDB2 Design for High Availability and Scalability
DB2 Design for High Availability and ScalabilitySurekha Parekh
 
DbB 10 Webcast #3 The Secrets Of Scalability
DbB 10 Webcast #3   The Secrets Of ScalabilityDbB 10 Webcast #3   The Secrets Of Scalability
DbB 10 Webcast #3 The Secrets Of ScalabilityLaura Hood
 
IBM flash systems
IBM flash systems IBM flash systems
IBM flash systems Solv AS
 
Nové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database ApplianceNové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database ApplianceMarketingArrowECS_CZ
 
System z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining UtilitiesSystem z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining UtilitiesSurekha Parekh
 
IBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep DiveIBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep DiveDamon Cross
 
Orcl siebel-sun-s282213-oow2006
Orcl siebel-sun-s282213-oow2006Orcl siebel-sun-s282213-oow2006
Orcl siebel-sun-s282213-oow2006Sal Marcus
 
#IBMEdge: Flash Storage Session
#IBMEdge: Flash Storage Session#IBMEdge: Flash Storage Session
#IBMEdge: Flash Storage SessionBrocade
 
Db2 10 memory management uk db2 user group june 2013
Db2 10 memory management   uk db2 user group june 2013Db2 10 memory management   uk db2 user group june 2013
Db2 10 memory management uk db2 user group june 2013Carol Davis-Mann
 
Optimize solution for oracle db technical presentation
Optimize solution for oracle db   technical presentationOptimize solution for oracle db   technical presentation
Optimize solution for oracle db technical presentationxKinAnx
 
Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK Ceph Community
 
Db2 10 memory management uk db2 user group june 2013 [read-only]
Db2 10 memory management   uk db2 user group june 2013 [read-only]Db2 10 memory management   uk db2 user group june 2013 [read-only]
Db2 10 memory management uk db2 user group june 2013 [read-only]Laura Hood
 
Inter connect2016 yps-2749_02232016_aspresented
Inter connect2016 yps-2749_02232016_aspresentedInter connect2016 yps-2749_02232016_aspresented
Inter connect2016 yps-2749_02232016_aspresentedBruce Semple
 
DB2 10 Webcast #1 Overview And Migration Planning
DB2 10 Webcast #1   Overview And Migration PlanningDB2 10 Webcast #1   Overview And Migration Planning
DB2 10 Webcast #1 Overview And Migration PlanningCarol Davis-Mann
 
DB2 10 Webcast #1 - Overview And Migration Planning
DB2 10 Webcast #1 - Overview And Migration PlanningDB2 10 Webcast #1 - Overview And Migration Planning
DB2 10 Webcast #1 - Overview And Migration PlanningLaura Hood
 
DB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer ExperiencesDB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer ExperiencesJohn Campbell
 
Collaborate07kmohiuddin
Collaborate07kmohiuddinCollaborate07kmohiuddin
Collaborate07kmohiuddinSal Marcus
 
Oracle Database Consolidation with FlexPod on Cisco UCS
Oracle Database Consolidation with FlexPod on Cisco UCSOracle Database Consolidation with FlexPod on Cisco UCS
Oracle Database Consolidation with FlexPod on Cisco UCSNetApp
 
Varrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentationVarrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentationpittmantony
 
Micron vPAK 2pp Final no Bleed_TD03
Micron vPAK 2pp Final no Bleed_TD03Micron vPAK 2pp Final no Bleed_TD03
Micron vPAK 2pp Final no Bleed_TD03Peyman Blumstengel
 

Similaire à Gain insight into DB2 9 and DB2 10 performance updates and save costs (20)

DB2 Design for High Availability and Scalability
DB2 Design for High Availability and ScalabilityDB2 Design for High Availability and Scalability
DB2 Design for High Availability and Scalability
 
DbB 10 Webcast #3 The Secrets Of Scalability
DbB 10 Webcast #3   The Secrets Of ScalabilityDbB 10 Webcast #3   The Secrets Of Scalability
DbB 10 Webcast #3 The Secrets Of Scalability
 
IBM flash systems
IBM flash systems IBM flash systems
IBM flash systems
 
Nové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database ApplianceNové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database Appliance
 
System z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining UtilitiesSystem z Technology Summit Streamlining Utilities
System z Technology Summit Streamlining Utilities
 
IBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep DiveIBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
IBM WebSphere MQ for z/OS V8 - Latest Features Deep Dive
 
Orcl siebel-sun-s282213-oow2006
Orcl siebel-sun-s282213-oow2006Orcl siebel-sun-s282213-oow2006
Orcl siebel-sun-s282213-oow2006
 
#IBMEdge: Flash Storage Session
#IBMEdge: Flash Storage Session#IBMEdge: Flash Storage Session
#IBMEdge: Flash Storage Session
 
Db2 10 memory management uk db2 user group june 2013
Db2 10 memory management   uk db2 user group june 2013Db2 10 memory management   uk db2 user group june 2013
Db2 10 memory management uk db2 user group june 2013
 
Optimize solution for oracle db technical presentation
Optimize solution for oracle db   technical presentationOptimize solution for oracle db   technical presentation
Optimize solution for oracle db technical presentation
 
Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK
 
Db2 10 memory management uk db2 user group june 2013 [read-only]
Db2 10 memory management   uk db2 user group june 2013 [read-only]Db2 10 memory management   uk db2 user group june 2013 [read-only]
Db2 10 memory management uk db2 user group june 2013 [read-only]
 
Inter connect2016 yps-2749_02232016_aspresented
Inter connect2016 yps-2749_02232016_aspresentedInter connect2016 yps-2749_02232016_aspresented
Inter connect2016 yps-2749_02232016_aspresented
 
DB2 10 Webcast #1 Overview And Migration Planning
DB2 10 Webcast #1   Overview And Migration PlanningDB2 10 Webcast #1   Overview And Migration Planning
DB2 10 Webcast #1 Overview And Migration Planning
 
DB2 10 Webcast #1 - Overview And Migration Planning
DB2 10 Webcast #1 - Overview And Migration PlanningDB2 10 Webcast #1 - Overview And Migration Planning
DB2 10 Webcast #1 - Overview And Migration Planning
 
DB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer ExperiencesDB2 11 for z/OS Migration Planning and Early Customer Experiences
DB2 11 for z/OS Migration Planning and Early Customer Experiences
 
Collaborate07kmohiuddin
Collaborate07kmohiuddinCollaborate07kmohiuddin
Collaborate07kmohiuddin
 
Oracle Database Consolidation with FlexPod on Cisco UCS
Oracle Database Consolidation with FlexPod on Cisco UCSOracle Database Consolidation with FlexPod on Cisco UCS
Oracle Database Consolidation with FlexPod on Cisco UCS
 
Varrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentationVarrow madness 2013 virtualizing sql presentation
Varrow madness 2013 virtualizing sql presentation
 
Micron vPAK 2pp Final no Bleed_TD03
Micron vPAK 2pp Final no Bleed_TD03Micron vPAK 2pp Final no Bleed_TD03
Micron vPAK 2pp Final no Bleed_TD03
 

Plus de Surekha Parekh

DB2 11 Technical Overview - John Campbell
DB2 11 Technical Overview - John CampbellDB2 11 Technical Overview - John Campbell
DB2 11 Technical Overview - John CampbellSurekha Parekh
 
A Time Traveller’s Guide to DB2: Technology Themes for 2014 and Beyond
A Time Traveller’s Guide to DB2: Technology Themes for 2014 and BeyondA Time Traveller’s Guide to DB2: Technology Themes for 2014 and Beyond
A Time Traveller’s Guide to DB2: Technology Themes for 2014 and BeyondSurekha Parekh
 
IBM Analytics Accelerator Trends & Directions Namk Hrle
IBM Analytics Accelerator  Trends & Directions Namk Hrle IBM Analytics Accelerator  Trends & Directions Namk Hrle
IBM Analytics Accelerator Trends & Directions Namk Hrle Surekha Parekh
 
DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India)
DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India) DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India)
DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India) Surekha Parekh
 
DB2 10 Smarter Database - IBM Tech Forum
DB2 10 Smarter Database   - IBM Tech ForumDB2 10 Smarter Database   - IBM Tech Forum
DB2 10 Smarter Database - IBM Tech ForumSurekha Parekh
 
Tools for developing and monitoring SQL in DB2 for z/OS
Tools for developing and monitoring SQL in DB2 for z/OSTools for developing and monitoring SQL in DB2 for z/OS
Tools for developing and monitoring SQL in DB2 for z/OSSurekha Parekh
 
Bank Data Frank Peterson DB2 10-Early_Experiences_pdf
Bank Data   Frank Peterson DB2 10-Early_Experiences_pdfBank Data   Frank Peterson DB2 10-Early_Experiences_pdf
Bank Data Frank Peterson DB2 10-Early_Experiences_pdfSurekha Parekh
 
DB2 for z/OS Update Data Warehousing On System Z
DB2 for z/OS Update Data Warehousing On System ZDB2 for z/OS Update Data Warehousing On System Z
DB2 for z/OS Update Data Warehousing On System ZSurekha Parekh
 
What’s New For SQL Optimization In DB2 9 And DB2 10 For z/OS
What’s New For SQL Optimization In DB2 9 And DB2 10 For z/OSWhat’s New For SQL Optimization In DB2 9 And DB2 10 For z/OS
What’s New For SQL Optimization In DB2 9 And DB2 10 For z/OSSurekha Parekh
 
DB2 9 for z/OS - Business Value
DB2 9 for z/OS  - Business  ValueDB2 9 for z/OS  - Business  Value
DB2 9 for z/OS - Business ValueSurekha Parekh
 
DB2 for z/O S Data Sharing
DB2 for z/O S  Data  SharingDB2 for z/O S  Data  Sharing
DB2 for z/O S Data SharingSurekha Parekh
 

Plus de Surekha Parekh (11)

DB2 11 Technical Overview - John Campbell
DB2 11 Technical Overview - John CampbellDB2 11 Technical Overview - John Campbell
DB2 11 Technical Overview - John Campbell
 
A Time Traveller’s Guide to DB2: Technology Themes for 2014 and Beyond
A Time Traveller’s Guide to DB2: Technology Themes for 2014 and BeyondA Time Traveller’s Guide to DB2: Technology Themes for 2014 and Beyond
A Time Traveller’s Guide to DB2: Technology Themes for 2014 and Beyond
 
IBM Analytics Accelerator Trends & Directions Namk Hrle
IBM Analytics Accelerator  Trends & Directions Namk Hrle IBM Analytics Accelerator  Trends & Directions Namk Hrle
IBM Analytics Accelerator Trends & Directions Namk Hrle
 
DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India)
DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India) DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India)
DB2 10 Migration Planning & Customer experiences - Chris Crone (IDUG India)
 
DB2 10 Smarter Database - IBM Tech Forum
DB2 10 Smarter Database   - IBM Tech ForumDB2 10 Smarter Database   - IBM Tech Forum
DB2 10 Smarter Database - IBM Tech Forum
 
Tools for developing and monitoring SQL in DB2 for z/OS
Tools for developing and monitoring SQL in DB2 for z/OSTools for developing and monitoring SQL in DB2 for z/OS
Tools for developing and monitoring SQL in DB2 for z/OS
 
Bank Data Frank Peterson DB2 10-Early_Experiences_pdf
Bank Data   Frank Peterson DB2 10-Early_Experiences_pdfBank Data   Frank Peterson DB2 10-Early_Experiences_pdf
Bank Data Frank Peterson DB2 10-Early_Experiences_pdf
 
DB2 for z/OS Update Data Warehousing On System Z
DB2 for z/OS Update Data Warehousing On System ZDB2 for z/OS Update Data Warehousing On System Z
DB2 for z/OS Update Data Warehousing On System Z
 
What’s New For SQL Optimization In DB2 9 And DB2 10 For z/OS
What’s New For SQL Optimization In DB2 9 And DB2 10 For z/OSWhat’s New For SQL Optimization In DB2 9 And DB2 10 For z/OS
What’s New For SQL Optimization In DB2 9 And DB2 10 For z/OS
 
DB2 9 for z/OS - Business Value
DB2 9 for z/OS  - Business  ValueDB2 9 for z/OS  - Business  Value
DB2 9 for z/OS - Business Value
 
DB2 for z/O S Data Sharing
DB2 for z/O S  Data  SharingDB2 for z/O S  Data  Sharing
DB2 for z/O S Data Sharing
 

Gain insight into DB2 9 and DB2 10 performance updates and save costs

  • 1. IBM System z Technology Summit Gain insight into DB2 9 and DB2 10 for z/OS performance updates and save costs Florence Dubois fldubois@uk.ibm.com © 2011 IBM Corporation
  • 2. Disclaimer: Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The Information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion. Performance Disclaimer: This document contains performance information based on measurements done in a controlled environment. The actual throughput or performance that any user will experience will vary depending upon considerations such as the amount of multiprogramming in the user’s job stream, the I/O configuration, the storage configuration, and the workload processed. Therefore, no assurance can be given that an individual user will achieve throughput or performance improvements equivalent to the numbers stated here. 2 © 2011 IBM Corporation
  • 3. DB2 10 Performance Preview  Abstract – This session offers a look at performance impact of DB2 9 and DB2 10 for z/OS with particular emphasis on the DB2 10 improvements  Agenda – DB2 10 for z/OS performance goals and expectations – Scalability and buffer pool enhancements – INSERT improvement – FETCH/SELECT improvement – JDBC and DDF performance – LOB, XML, and SQL procedure performance – Monitoring enhancements 3 © 2011 IBM Corporation
  • 4. DB2 10 Performance Objective Historical goal of <5% version-to-version performance regression Goal of 5% -10% performance improvement for DB2 10 Average %CPU improvements version to version 15 10 5 0 -5 V3 V4 V5 V6 V7 V8 V9 V10 -10 -15 added 64 bit support 4 © 2011 IBM Corporation
  • 5. DB2 10 Performance Expectation Most of workloads… • Up to 10% CPU reduction after REBIND packages • Higher improvement with workload with scalability issues in V8/V9 or accessed thru DRDA Sweet Spots… - Workload using native SQL procedures: up to 20% CPU reduction after DROP/CREATE or REGENERATE the procedures - Query workload with positive access path changes - Workload with frequent access on small LOB (NFM with Inline LOB) - Workload with random, singleton select/update (NFM with Hash access) 5 © 2011 IBM Corporation
  • 6. DBM1 Virtual Storage Constraint Relief V10  DBM1 below 2GB – 75-90% less usage in V10 Global DSC CT/PT compared to V9 DBD – Some of working storage (stack, xproc storage) stays below 2GB Local DSC SKCT  Larger number of threads Thread / Stack SKPT – Possible data sharing member consolidation  Improve CPU with storage Thread / Stack/ working – More thread reuse 75-90% less usage – More release deallocate DBM1 below – High performance DBATs – Larger MAXKEEPD values for KEEPDYNAMIC=YES 6 © 2011 IBM Corporation
  • 7. Virtual Storage Reduction from SAP Workload Thread DBM1 below virtual CPU time per tran 1200 6.2 #of users / DBM1 virtual 6 1000 5.8 800 5.6 CPU time 5.4 (MB) 600 5.2 400 5 4.8 200 4.6 0 4.4 DB2 9 DB2 10  412 concurrent threads  Virtual storage below the bar – 997 MB with DB2 9 – 63 MB in DB2 10  No significant increase in real storage 7 © 2011 IBM Corporation
  • 8. DBM1 VSCR Monitoring  More focus on – Real storage usage (PM24723) – Common storage (ECSA and ESQA) usage  New statistics in IFCID 225 reports – DBM1 and DIST address space: virtual below and above, real, and aux – Common and Shared storage usage (z/OS APAR OA33106 SRB ESQA reduction) DBM1 AND MVS STORAGE BELOW 2 GB QUANTITY -------------------------------------------- -------------- TOTAL NUMBER OF ACTIVE USER THREADS 2694.28 NUMBER OF ALLIED THREADS 386.00 NUMBER OF ACTIVE DBATS 2275.06 NUMBER OF POOLED DBATS 33.21 REAL AND AUXILIARY STORAGE FOR DBM1 QUANTITY -------------------------------------------- ------------- REAL STORAGE IN USE (MB) 5396.07 31 BIT IN USE (MB) 289.45 64 BIT IN USE (MB) 5106.62 8 HWM 64 BIT REAL STORAGE IN USE (MB) 5106.64 © 2011 IBM Corporation
  • 9. Performance Scalability - DB2 Latches (CM)  Most of DB2 latches from 64 cp scalability evaluation will have a relief – LC12 : Global Transaction ID serialization – LC14 : Buffer Manager serialization – LC19 : Log write in both data sharing and non data sharing – LC24 : EDM thread storage serialization (Latch 24) – LC24 : Buffer Manager serialization (Latch 56) – LC25 : EDM hash serialization – LC27 : WLM serialization latch for stored proc/UDF – LC32 : Storage Manager serialization – IRLM : IRLM hash contention – CML : z/OS Cross Memory Local suspend lock – UTSERIAL : Utility serialization lock for SYSUTILX (NFM) 9 © 2011 IBM Corporation
  • 10. Performance Scalability - H/W synergy  Exploitation of z10 and z196 features – CPU improvement using z10 and z196 prefetch instructions – Large fixed page frames for buffer pools • Buffer pools with PGFIX=YES • Define IEASYSxx LFAREA 1MB page frames • Reduction of hit miss in TLB (translation lookaside buffer) – Observed 1-4% CPU reduction  In-memory buffer pool with large real – DB2 managed in-memory buffer pool • PGSTEAL = NONE • Pre-load the data at the first open or at ALTER BPOOL • Avoid unnecessary prefetch request • Avoid LRU maintenance  no LRU latch (LC14) 10 © 2011 IBM Corporation
  • 11. INSERT Performance Improvement DB2 10 CM DB2 9 • Space search improvement • Large index pages • Index I/O parallelism • Asymmetric index split • Log latch contention reduction and • Data sharing Log latch faster log I/O during commit contention and LRSN spin loop • Additional index look aside reduction • More index look aside • Support APPEND option DB2 10 NFM • RTS LASTUSED support • INCLUDE index • Support Member Cluster in UTS • Complete LRSN spin avoidance 11 © 2011 IBM Corporation
  • 12. Universal Table Space (UTS) – Member Cluster (NFM)  Member Cluster option in create table space – Assigns a set of pages and associated space map page to each member – Remove the “hot spots” in concurrent sequential insert in data sharing – It does not maintain data cluster during the INSERT – Data cluster needs to be restored via REORG – Each space map contains 10 segments  Altering to MEMBER CLUSTER ALTER TABLESPACE MyTableSp MEMBER CLUSTER YES/NO; – REORG to materialize the pending alter 12 © 2011 IBM Corporation
  • 13. INSERT Performance Improvement Sequential Insert Performance Throughput Rate CPU 120000 180 Throughput Rate (Rows per sec) 160 100000 140 CPU (milli second) 80000 120 100 60000 80 40000 60 40 20000 20 0 0 V9 SEG V10 SEG V9 PBG V10 PBG V10 PBG/MC Sequential key insert into 3 tables from JDBC 240 clients in two way data sharing members. Using Multi Row Insert (batch size 100). Each member resides on LPARs with z10 8CPs. 13 © 2011 IBM Corporation
  • 14. I/O Parallelism for Index Updates (CM) V9 During insert, DB2 executes index updates sequentially Tables with many non-clustering indexes may suffer high synchronous read I/O wait V10 I/O parallelism by prefetching index pages to overlap the I/Os against non- clustering indexes  New zparm INDEX_IO_PARALLELISM (default YES) – Parallel read I/Os for additional indexes by using prefetch – Enabled only when there are index I/Os (buffer pool miss) – Applicable with all table space types except segmented table space – Enabled with 3 or more indexes  Elapsed time reduction – Effective to reduce I/O wait for large indexes that cannot fit in the buffer pools 14 © 2011 IBM Corporation
  • 15. Additional Non-key Columns in a Unique Index (NFM) V9 Multiple indexes per table An index is used to enforce uniqueness constraint Additional indexes are necessary to achieve index-only access on columns not part of the unique constraint during queries Higher Insert / Delete CPU time, increased storage requirements V10 Additional Non-key Columns in a unique index Reduce index maintenance cost during insert, DASD space savings 15 © 2011 IBM Corporation
  • 16. Additional Non-Key Columns in a Unique Index  V9 definition CREATE UNIQUE INDEX i1 ON t1(c1,c2,c3) CREATE INDEX i2 ON t1(c1,c2,c3,c4,c5)  Possible V10 definition CREATE UNIQUE INDEX i1 ON t1(c1,c2,c3) INCLUDE (c4,c5) or ALTER INDEX i1 ADD INCLUDE (c4,c5) and DROP INDEX i2  The following restrictions will apply: – INCLUDE columns are not allowed in non-unique indexes – Indexes on Expression will not support INCLUDE columns – Indexes with INCLUDEd columns can not have additional unique columns ALTER ADDed to the index 16 © 2011 IBM Corporation
  • 17. SELECT/FETCH Performance Improvement V9 Plan Stability for static SQL statements Sort performance improvement, in memory workfile/sparse index Index on Expression Many access path related improvements Histogram stats, etc. V10 CPU reduction on index predicate evaluation Better performance using a disorganized index Row Level Sequential Detection Group by using Hash, More in memory workfile usage Dynamic statement cache support for literal constants Many access path related enhancements -Parallelism improvement -IN list access improvement -Auto stats…and more 17 © 2011 IBM Corporation
  • 18. CPU reduction in Predicate Evaluation (CM)  Optimize in index predicate evaluation process – Applicable in any workload but query with many predicates shows higher improvement  Performance improvement – Average improvement shows average 20% CPU reduction from generic 150 queries – Individual queries show between 1 and 70% improvement 18 © 2011 IBM Corporation
  • 19. Improvement in using Disorganized Index (CM)  Index scan using disorganized index causes high sync I/O wait  Disorganized index detection at execution  Use List Prefetch on index leaf pages with range scan – Reduce Synchronous I/O waits for queries accessing disorganized indexes – Reduce the need of REORG Index – Throughput improvement in Reorg, Runstats, Check Index – Limited to forward index scan  Performance results – Observed 2 to 6 times faster with simple SQL statements with small key size using list prefetch compared to Sync I/Os 19 © 2011 IBM Corporation
  • 20. Row Level Sequential Detection (CM)  Problem – Dynamic prefetch sequential works poorly when the number of rows per page is large  Solution – Row Level Sequential Detection (RLSD) – Count rows, not pages to track the sequential detection – Since DB2 10 will trigger prefetch more quickly, it will use progressive prefetch quantity • For example, with 4K pages the first prefetch I/O reads 8 pages, then 16 pages, then all subsequent I/Os will prefetch 32 pages (like today) • Also applies to indexes 20 © 2011 IBM Corporation
  • 21. Index  Data Range Scan Row size = 49 bytes, page size = 4K (81 rows per page) Read 10% of the rows in key sequential order Query Time (seconds) Dynamic Prefetch I/Os 10 500 8 400 6 V9 300 V9 4 V10 200 V10 2 100 0 0 100 98 96 94 92 100 98 96 94 92 Cluster ratio Cluster ratio Row level sequential detection (RLSD) preserves good sequential performance for the clustered pages 21 © 2011 IBM Corporation
  • 22. Index to Data Access Path vs. Hash Access = Page in Bufferpool = Page Read from Disk  Index->Data access  Hash Access – Traverse down Index Tree – Locate a row without having to use – For a 5 Level Index an index • 6 GETP – Single GETP in most cases • 2 I/O’s – 1 Synch I/O in common case – 5 index page searches – Greatly reduced search CPU 22 expense © 2011 IBM Corporation
  • 23. Hash Access and Hash Space PBG  Optimal to get from fixed area Fixed Hash Area – 1 getpage, 1 I/O Overflow Index  Overflow Part 1 Part 2 Part 3 – 3 getpages, 2-3 I/Os  Use REORG with AUTOESTSPACE YES unless you know better  Real Time Statistics (RTS) – # of overflow PBR TOTALENTRIES Hash Fixed Hash Areas Overflow Index Hash – TOTALENTRIES / Overflow TOTALROWS < 10% Index Hash Part 3 Overflow  FREEPAGE is not valid for Index Part 2 HASH space but PCTFREE is honored Part 1 23 © 2011 IBM Corporation
  • 24. Hash Access Summary  Performance benefit – Up to 30% DB2 CPU reduction with random access • Higher improvement with large table with small rows • Savings in index maintenance once you remove the clustering index – Possible reduction in Hotspots • Rows are randomly distributed  Performance concern – Not for sequential fetch nor insert • Significant Sync I/O increase if accessed in clustering order • No Member Cluster support • Careful research is necessary on picking the candidate – Statement level of monitoring for GetPage and I/Os – Significant impact on LOAD utility using input data with clustering order • Relief is coming soon – Possible INCREASE in I/O or BP space in some cases • In case of small ‘active’ working set • In case of many “row not found” 24 © 2011 IBM Corporation
  • 25. Local JDBC and ODBC Application Performance  Local Java and ODBC applications did not always perform faster compared to the same application called remotely – DDF optimized processing with DBM1 that was not available to local ODBC and JDBC application – zIIP offload significantly reduced chargeable CP consumption  Open support of DDF optimization in DBM1 to local JCC type 2 and ODBC z/OS driver – Limited block fetch – LOB progressive streaming – Implicit CLOSE  Expect significant performance improvement for applications with – Queries that return more than 1 row – Queries that return LOBs 25 © 2011 IBM Corporation
  • 26. High Performance DBATs  Re-introducing RELEASE(DEALLOCATE) in distributed packages – Could not break in to do DDL, BIND – V6 PQ63185 to disable RELEASE(DEALLOACTE) on DRDA DBATs  High Performance DBATs reduce CPU consumption by – RELEASE(DEALLOCATE) to avoid repeated package allocation/deallocation – Avoids processing to go inactive and then back to active – Bigger CPU reduction for short transactions  Using High Performance DBATs – Stay active if there is at least one RELEASE(DEALLOCATE) package exists – Connections will turn inactive after 200 times (not changeable) to free up DBAT – Normal idle thread time-out detection will be applied to these DBATs – Good match with JCC packages – Not for KEEPDYNAMIC YES users 26 © 2011 IBM Corporation
  • 27. Enable High Performance DBATs  Two steps to enable High Performance DBAT – REBIND with RELEASE(DEALLOCATE) • Default BIND option in DB2 client driver will be RELEASE (DEALLOCATE) for the client matching with DB2 10 (DB2 connect and JCC 9.7 FP3a) – Then command -MODIFY DDF PKGREL (BNDOPT) • -DISPLAY DDF shows the option currently used  To disable – -MODIFY DDF PKGREL (COMMIT) to overlay BNDOPT option – Same as V9 inactive connection behavior – Will allow BIND and DDL to run concurrently with distributed work  To monitor GLOBAL DDF ACTIVITY QUANTITY – GLOBAL DDF activity -------------------------- --------- CUR ACTIVE DBATS-BND DEALLC 5.39 • Statistics report HWM ACTIVE DBATS-BND DEALLC 10.00 27 © 2011 IBM Corporation
  • 28. Inline LOBs (NFM)  CREATE or ALTER TABLE INLINE LENGTH on UTS – INLINE to base table up to 32K bytes  Completely Inline LOBs – Reduce DASD space • No more one LOB per page, Compression – CPU and I/O saving • Avoid LOB aux indexes overhead  Split LOBs – A part of LOB resides in base and other part in LOB TS – Incur the cost of both inline and out of line – Index on expression can be used for INLINE portion 28 © 2011 IBM Corporation
  • 29. Inline LOBs (NFM) … Elapsed time in random select  Inline is good, if – Most of LOBs are small and only a few are Select 10,000 x 200 byte LOBs large ones 80 – Compress well 70  Inline is not good, if 60 – Most of LOBs become “split LOB” unless Seconds 50 40 indexing is important for inlined portion 30 – Majority of SQLs do not touch the LOB 20 columns 10 0  Base table becomes larger with Inline OUTLINE INLINE – Buffer hit ratio for base table may decrease – Image copy of base table becomes larger Very small LOBs select, insert shows Up to 70% elapsed time reduction with INLINE LOBs 29 © 2011 IBM Corporation
  • 30. XML Performance Improvement  Significant Performance improvement in V9 service stream  DB2 10 performance improvement – Binary XML support • Avoid the cost of XML parsing during insert • Reduce the XML size • Measured 10-30% CPU and elapsed time improvement – Schema Validation in engine • No more UDF call for validation • Utilize XML System Service Parser – 100% zIIP / zAAP eligible for validation parser cost – XML Update • No more full document replace 30 © 2011 IBM Corporation
  • 31. SQL Procedure Performance (CM) V9 Introduced native SQL Procedure Improvement by executing procedures in DBM1 instead of WLM address space V10 Further performance optimization for Native SQL Procedures Specific CPU reduction in commonly used areas -Pathlength reduction in IF statement -Optimization in SELECT x from SYSDUMMY1 31 © 2011 IBM Corporation
  • 32. Measurements – SQLPL (CM)  OLTP using SQLPL – 20% CPU reduction with V10 CM – 89% DBM1 Below the Bar usage reduction – 5% resp time improvement due to latch contention relief Throughput CPU per transaction 1000 0.005000 900 800 0.004000 700 600 0.003000 500 400 0.002000 300 200 0.001000 V9 V10-CM 32 © 2011 IBM Corporation
  • 33. DB2 10 Monitoring Enhancements and Changes  New Monitor Class 29 for statement detail level monitoring – IFCID 316/318 for dynamic, 400/401 for static  Record index split with new IFCID 359  Separate Accounting to identify DB2 latch and transaction lock in Class3  Package LASTUSED  Storage statistics (IFCID225) for DIST address space, shared and common storage  Specialty Engines – Possible redirection value (zIIP SECP) is no longer supported, always zero SE CPU (actual offloaded CPU time) continues to be available – Portion of RUNSTATS utility (redirect rate depends on RUNSTATS parms) – Parsing process of XML Schema validation – Prefetch and Deferred Write Engines redirected 100% 33 © 2011 IBM Corporation
  • 34. DB2 10 Monitoring Enhancements and Changes  Package accounting information with rollup  Statistics trace interval – Always 1 minute interval in V10 no matter what you use in STATIME for critical statistics records  Compression for DB2 trace data in SMF – New zparm SMFCOMP – Overhead is minimum (up to 1% measured ) – Up to 90% SMF data set saving from measurements – Trace formatter needs to be modified to call z/OS services to decompress the data 34 © 2011 IBM Corporation
  • 35. Beta Customers’ Feedback – Workload level Workload Results CICS online transactions Approx. 7% CPU reduction in DB2 10 CM after REBIND, 4% additional reduction when 1MB page frames are used for selective buffer pools CICS online transactions Approx 10% CPU reduction from DB2 9 CICS online transactions Approx 5-10% CPU reduction from DB2 8 CICS online transactions Approx 10% CPU increase -> investigating Candidate for release deallocate usage Distributed Concurrent 50% DB2 elapsed time reduction, 15% chargeable CPU reduction Insert after enabling high perf DBAT Data sharing heavy 38% CPU reduction concurrent insert Queries Average CPU reduction 28% from V8 to DB2 10 NFM Batch Overall 20-25% CPU reduction after rebind packages 35 © 2011 IBM Corporation
  • 36. Beta Customers’ Feedback – Line Item Focused Workload Results Multi row insert 33% CPU reduction from V9, 4x improvement from V8 due to LRSN spin reduction Query with 10 stage 1 5 index matching, 1 index screening, range and IN predicates predicates 60% CPU reduction with same access path Parallel Index Update 30-40% Elapsed time improvement with class 2 CPU time reduction Inline LOB SELECT LOB shows 80% CPU reduction Include Index 17% CPU reduction in insert after using INCLUDE INDEX Hash Access 20-30% CPU reduction in random access No improvement or some degradation in CICS workload 16% CPU reduction comparing Hash Access and Index-data access 5% CPU reduction comparing Hash against Index only access 20x elapsed time increase in sequential access 36 © 2011 IBM Corporation
  • 37. Thank you ! Florence Dubois (fldubois@uk.ibm.com) 37 © 2011 IBM Corporation