SlideShare a Scribd company logo
1 of 50
Download to read offline
Informix 11.70: fonctionalités

                                Olivier Bourdin
                    olivier.bourdin@fr.ibm.com


                    Mardi 30 Novembre 2010
                     User Group Informix France
Overview
   Introduction

   Administration
   Usability/Extensibility
   Performance/Warehousing
   Grid Availability
   Security
   RAS


                       User Group Informix France
Administration
    Table Defragmenter (OLTR)
    Storage Provisioning
    Storage Space Schema

    Embedability Toolkit
    Deployment Utility and Assistant
    Informix 11.70 Install Changes




                           User Group Informix France
Table Defragmenter - OLTR

    Perform similar task as PC Disk defragmenter
    Reorganize the table into fewer and larger
    contiguous extent(s)
    Can be performed online, so no downtime, no
    unavailability of the table

    Originally called Table Reorganization (OLTR)



                           User Group Informix France
Storage Provisioning

    Highly configurable, automatic expansion of
    dbspaces, temporary dbspaces, sbspaces,
    temporary sbspaces and blobspaces
    Chunks are extended and/or created as needed
    IDS can also expand spaces before they are full
    Feature is fully incorporated into OAT.




                             User Group Informix France
Storage space Schema

    An enhancement of dbschema utility
    Generate schemas for dbspace, chunks,
    physical logs and logical logs
    Generated necessary commands for recreate
    existing dbspaces, chunks, physical log and
    logical logs
    – Commands can be SQL Admin API
    – Alternatively onspaces and onparams (non-sql)
      commands

                                User Group Informix France
Storage space Schema
          Usage:
dbschema -
USAGE:
  dbschema { [-q] [-t tabname] [-s user] [-p user] [-r role] [-f procname]
             [-hd tabname] -d dbname [-w passwd] [-seq sequence] [-l [num]]
             [-u [ia] udtname [all]] [-it [Type]] [-ss [-si]] [filename]
             [-sl length] [-nw] } |
           { [-q] -c [-ns] [filename] }


    -q      Suppress the db version from header
    -t      table name or "all" for all tables
    -s      synonyms created by user name
            or "all" for all users
…
…
    -c      generate storage space and logical log definitions
    -ns     generate commands in non-sql format




                                            User Group Informix France
Storage space Schema
      Admin API output:
-- Dbspace 1 -- Chunk 1
-- EXECUTE FUNCTION TASK
 ('create dbspace', 'rootdbs', '/usr2/as_support/sanjitc/1170/rootdbs',
'200000', '0', '2', '500', '100');
-- Dbspace 2 -- Chunk 2
EXECUTE FUNCTION TASK
 ('create dbspace', 'datadbs1', '/usr2/as_support/sanjitc/1170/
datadbs1_1170', '1000', '8', '2', '100', '100');
-- Dbspace 3 -- Chunk 3
EXECUTE FUNCTION TASK
 ('create dbspace', 'datadbs3', '/usr2/as_support/sanjitc/1170/
datadbs3_1170', '1000', '0', '4', '200', '200');

EXECUTE FUNCTION TASK
 ('add mirror', 'datadbs3', '/usr2/as_support/sanjitc/1170/datadbs3_1170',
'0', '/usr2/as_support/sanjitc/1170/mdatadbs3_1170', '12');
EXECUTE FUNCTION TASK
 ('start mirroring', 'datadbs3');


                                           User Group Informix France
Storage space Schema
       Non-SQL output:

# Dbspace 1 -- Chunk 1
# onspaces -c -d rootdbs -k 2 -p /usr2/rootdbs -o 0 -s 200000 -en 500 -ef 100

# Dbspace 2 -- Chunk 2
onspaces -c -d datadbs1 -k 2 -p /usr2/datadbs1_1170 -o 8 -s 1000 -en 100 -ef 100

# Dbspace 3 -- Chunk 3
onspaces -c -d datadbs2 -k 4 -p /usr2/datadbs2_1170 -o 0 -s 1000 -en 200 -ef 200

# Dbspace 4 -- Chunk 4
onspaces -c -d datadbs3 -k 4 -p /usr2/datadbs3_1170 -o 0 -s 1000 -en 200 -ef 200
        -m /usr2/as_support/sanjitc/1170/mdatadbs3_1170 12




                                                User Group Informix France
Embeddability Toolkit

    Informix Embeddability Toolkit empowers the
    customer with the tools and the information they
    need for easy automation of reduced footprint
    Informix deployments.

    It includes:
        •   Informix Deployment Assistant (DA)
        •   Informix Deployment Utility (DU)
        •   DU's Configuration File
        •   Additional Scripts for Embedding Informix
        •   A Tutorial on an end to end Deployment Solution


                                           User Group Informix France
Deployment Assistant (DA)
    Enables users to take snapshots of Informix
    instances and / or data spaces for deployment
    on other target computers.
    Allows for reduction of the packaged instance to
    the user's minimum desired configuration
    Provides both GUI and Command-Line
    Interfaces developed using Java/Eclipse SWT
     Snapshots produced by DA are ready for use by
    the Deployment Utility (DU) for deployment on
    the target computers


                             User Group Informix France
Deployment Assistant (DA)
   Specify the location in which
   the snapshot of the Informix
   instance and/or data will be
   saved.
   The archive formats
   available are:

        •   BZip2 (*.tar.bz2)
        •   GZip (*.tar.gz)
        •   Tar (*.tar)
        •   Zip (*.zip)




                                   User Group Informix France
Deployment Assistant (DA)
   A summary of the
   snapshot to be created
   is presented

   Selecting Next will
   begin creation of the
   snapshot with the
   selected features and/or
   data




                              User Group Informix France
Deployment Utility (DU)
   Standalone tool to rapidly deploy packaged Informix instances in
   an embedded environment
   Configuration file - $INFORMIXDIR/etc/ifxdeploy.conf
   Command line tool with customization options during deployment

    ifxdeploy
          [-config <configfile>] [-clone] [-extractcmd <command>]
          [-verbose] [-l <logfile>] [-p <password>] [-silent] [-sqliport <port>]
          [-drdaport <port>] [-servernum <num>] [-rootpath <rootdbs>]
          [-file <tgz file>] [-relocate <path>] [-force] [-keepdis]
          [-start [<secs>] [-autorecommend] [-y]




                                                               User Group Informix France
Usability/Extensibility
    Automatic DBA Procedures
    Automatic Table Locator
    Core Programability Enhancements
    Unique Event Alarms
    SPL Debugger

    Auto Registration




                          User Group Informix France
Autonomic DBA Procedures
  A collection of new database administration tasks templates is now
  added to the sysadmin database. They enable the DBA executing
  core and useful administration task automatically by the database
  server using the scheduler functionality instead of implement and
  running them manually.

  There are the new tasks
   –   Detect and recreate bad indexes
   –   InPlace alter removal
   –   Automatic CPU allocation at database server start
   –   Detect and remove idle user sessions
   –   Detect fragments which are candidates for a compression, repack, shrink
       or defragmentation (Data compaction)




                                             User Group Informix France
Automatic Table location
   New table space location and fragment management introduction
   using the sysadmin task() function interface
   Space management
   – predefined one or more dbspaces attached to the database for locating newly
     created tables
   EXECUTE FUNCTION SYSADMIN:TASK(“autolocate database”, “stores_demo” , “datadbs”)


   Fragmentation management
   – automatically create a fragmented table in the dbspaces assigned to the current
     database
   – add new fragments to the table for out of disk space or server limitation like out of
     fragments conditions
   – deferred extent allocation until first rows are inserted
   Table content management
   – round robin will not blindly add the row to the next fragment, empty or smaller
     fragments are preferred for choosing a target table fragment for the insert


                                                    User Group Informix France
Core Programability Enhance.
   Consistent return codes for server initialization
   – Very helpful in Informix embedded environments
   – Take appropriate action based on return code
    #!/bin/sh
    # Execute the oninit program
    oninit

    #Get the return code from oninit execution
    RC=$?

    # Validate the retun code and take necessary action
    case $RC in
    0)   echo "RC=0: The database server was initialized successfully." ;;
    1)   echo "RC=1: Server initialization has failed." ;;
    187) echo "RC=187: Check the entries in sqlhosts file." ;;
    221) echo "RC=221: DUMPDIR missing. Creating DUMPDIR."
                      mkdir $INFORMIXDIR/tmp
                      chmod 770 $INFORMIXDIR/tmp ;;
    *) echo "Return Code=$RC !" ;;
    esac




                                                     User Group Informix France
Unique Event Alarms
  IDS uses the event alarm mechanism to notify the DBA about any
  major problems in the database server.
  Change in alarmprogram.sh/.bat
          EVENT_SEVERITY=$1
          EVENT_CLASS=$2
          EVENT_MSG="$3"
          EVENT_ADD_TEXT="$4"
          EVENT_FILE="$5"
          EVENT_UNIQID="$6“


  IDS 11.70 has 79 Event Class Ids
      Class ID: 22      Class message:     Long transaction detected
      Event ID: 22002   message: Continuing Long Transaction (for COMMIT): tx:
      Class ID:22       Class message:     Long transaction detected
      Event ID:22003    message: Aborting Long Transaction: tx:


                                             User Group Informix France
Auto Registration
   Terminology change Built-in DataBlade Modules are now known as
   “Database Extensions”
   The Following Database Extensions will be Automatically Registered
   upon there first use after instance initialization:
        •   Basic Text Search
        •   Hierarchical Data Type (Aka Node Type)
        •   Binary Data Type
        •   Informix Web Feature Service for Geospatial Data
        •   Large Object Management
        •   MQ Messaging
   In addition the following DataBlade Modules will be Automatically
   Installed and Automatically Registered
        • Spatial DataBlade
        • Timeseries DataBlade


   On the fly create sbspaces, start VP

                                                        User Group Informix France
Performance/Warehousing
    Forest of Trees (FOT)
    MULTI-INDEX Scan
    STAR Index
    Fragment Level Statistics
    Fragment Level List/Interval
    C-UDR Preload




                            User Group Informix France
Forest Of Trees (FOT)
   This is a variation of a normal B-tree index and might
   provide an increase in performance depending on certain
   factors and usage. The creation of a FoT index is simple
   as it is a small addition to the create index syntax.
   Two problems were seen with a B-tree index ...
       • Root Node contention can occur when many session are reading the
         same index at the same time.
       • The depth of large B-tree index increases the number of levels created,
         which results in more buffer reads required.
   The FoT feature will address these problems by ...
       • Splitting a B-tree index into smaller subtrees.
       • Each of these will have a separate Root Node, so queues will be
         shorter and quicker because we have spread the mutex contention
         cross many Root Nodes.
       • Each smaller subtree will have less levels to navigate.

                                            User Group Informix France
Forest Of Trees (FOT)
 create [ unique ] index index_name on table ( column1 [, column2 ] ) [ in dbspace ]
             hash on ( column1 ) with N buckets;

                         Hash on key value to pick a bucket / rootnode
             Bucket 1                        Bucket 2                          Bucket 3


             2,189,...                       1,198,...                         4,201,...        Rootnodes




     2,...               189,...    1,...                198,...       4,...               201,...    Leaves



                                    Key Value        Bucket
                                        1                 2
                                        2                 1
                                        3                 2
                                       ...                ...
                                       47                 3
                                       221                1


                                                                   User Group Informix France
Forest Of Trees (FOT)
  When to consider using a FoT index ...
    – onstat -g spi output showing spin locks with large numbers of waits
      and loops:

  Num Waits   Num Loops   Avg Loop/Wait Name
   1427723    60715268    42.53        fast mutex,   7:bf[299] 0x3400006    0x108b7908000 security_s_symb_s_co_id
   879324     40682456    46.27        fast mutex,   7:bf[24] 0x3400003    0x108b74bc000 pk_fk_last_trade
   477038     19177763    40.20        fast mutex,   3:bf[391] 0x320000a    0x10177fe2000 daily_market_idx
   436564     17239046    39.49        fast mutex,   7:bf[26] 0x3400004    0x108b74c4000 ecurity_s_symb_s_num_out
   330244     14563521    44.10        fast mutex,   7:bf[30] 0x3400008    0x108b74d4000 security_s_symb_s_ex_id_s
   176874     5183331     29.31        fast mutex,   7:bf[38] 0x3400008    0x108b74f4000 security_s_symb_s_ex_id_
   27050      3636325     134.43       mutex lock,   name = log
   16555      1301066     78.59        fast mutex,   lockhash[3104]
   18101      885933      48.94        fast mutex,   AIOSHCB lock
   17274      879611      50.92        fast mutex,   3:bf[319] 0x1800002   0x10177f52000 trade_history_idx




    – Reduces the B-Tree depth on larger tables ...
          • Reducing a 4-level B-tree index to a 3-level B-Tree might reduce the buffer reads
            by 25 percent.



                                                                  User Group Informix France
STAR/Snowflake Join Support
  Star Join is a new query processing method (ported over
  from XPS)
  Improves query performance for star and snow flake
  schema queries
  Utilize multi-index scan and skip scan
  Uses pushdown technology




                                User Group Informix France
MULTI-INDEX Scan
 Queries with multiple predicates on columns of a table will use the
 composite index only if the query has equality predicates on the leading
 columns of the index.
      • Composite index (c1,c2) will be used for “c1 = 10 and c2 between 1 and 5”
      • Cannot be used for “c1 between 1 and 10 and c2 = 5”; needs another index (c2,c1)
      • For varying combination of the predicates, various combinations of composite
        indexes with the same set of columns will have to be created


 Multi-Index scan can now use multiple single column indexes

 Improves performance of queries that have predicates on multiple
 columns
 Reduces the total number of indexes as the various composite indices
 are not needed; reduces disk usage as a result


                                                 User Group Informix France
Fragment Level Statistics
  Allows storing of statistics at the fragment level and
  aggregating table level statistics from its constituent
  fragment's statistics.
  New catalog table sysfragdist stores statistics for
  each fragment for each table-column.
  Fragment level statistics are encrypted and stored in
  a smartblob column “encdist” in sysfragdist catalog.
  Controlled by new table property STATLEVEL
     [CREATE | ALTER] TABLE ... STATLEVEL [TABLE | FRAGMENT | AUTO]




                                      User Group Informix France
Fragmentation List / Interval
  2 new fragmentation strategies – LIST and INTERVAL
  LIST – Useful when fragment key has finite set of values.
  e.g: departments in an organization, colors, states of the
  country
  INTERVAL – Fragmentation based on an interval (days,
  months, hour, integer value)
  – DBA does not have to create all the possible fragments; defines the interval
    value and initial fragments
  – IDS will automatically create new interval fragments (if not present) when
    rows are inserted with fragment key values in that interval
  Supports these ALTER FRAGMENT options:
  – ADD/DROP fragment or dbspace name, ATTACH/DETACH fragment, INIT,
    MODIFY partition name/expression/dbspace, ONLINE(altered table not
    exclusively locked)

                                              User Group Informix France
Fragmentation List / Interval
  Fragments data based on a list of discrete values
  – e.g. states in the country, departments in an organization,
    colors




                                    User Group Informix France
Fragmentation List / Interval




                       User Group Informix France
C-UDR Preload
 Preloading a C-UDR shared library allows IDS threads to migrate from
 one cpuvp to another during the execution of the C-UDR


 With is feature, Lift the thread binding restriction.
          – Eliminate the thread binding and unbinding maintenance code


 Allowing thread migration during C-UDR execution can increase
 performance.

 Onconfig parameter PRELOAD_DLL_FILE
          – PRELOAD_DLL_FILE $INFORMIXDIR/extend/bts2.0/bts.bld
          – PRELOAD_DLL_FILE /app/myudr.so




                                               User Group Informix France
C-UDR Preload
 Preloading a C-UDR shared library allows IDS threads to migrate from
 one cpuvp to another during the execution of the C-UDR


 With is feature, Lift the thread binding restriction.
          – Eliminate the thread binding and unbinding maintenance code


 Allowing thread migration during C-UDR execution can increase
 performance.

 Onconfig parameter PRELOAD_DLL_FILE
          – PRELOAD_DLL_FILE $INFORMIXDIR/extend/bts2.0/bts.bld
          – PRELOAD_DLL_FILE /app/myudr.so




                                               User Group Informix France
GRID / ER / MACH11
   DDL on Updatable secondaries
   Rolling Upgrade support
   Replicate data using ER without PK
   ER: Logical log lag action configuration
   MACH11: Transaction Survival
   CDR Check repair with Timestamps
   Connection Manager for ER

   Informix Flexible Grid


                            User Group Informix France
DDL on Updatable Secondaries

    This feature allows sessions that are connected to any type of
    updatable secondary to perform DDL SQL statements.

    This feature is enabled as soon as onconfig parameter,
    UPDATABLE_SECONDARY, is set to a value > 0.

    List of DDL commands which still can not be run:
         Update statistics, Create database (with no logging)
         Create raw table, Create temp table (with logging)
         Create external table, Create/Drop xadatasource,
         Create/Drop xadatasource type, Creating any type of virtual table




                                            User Group Informix France
Rolling Upgrade Support
  Provide a server side infrastructure to support rolling
  upgrade of HDR or RSS system
  Two main usages of this feature
      • Easily instantiate an ER system
      • Convert existing HDR or RSS system into an ER system for rolling upgrade support

  Ability to convert HDR or RSS pair to ER and setup replicate
  for every table in the system automatically
      • Uses ERKEY on tables with no primary key
  One of the nodes continue to be online and allow queries
  including DML while the other undergo product upgrade


                       “Product upgrade without downtime”

                                                       User Group Informix France
Rolling Upgrade Support
  Provide a server side infrastructure to support rolling
  upgrade of HDR or RSS system
  Two main usages of this feature
      • Easily instantiate an ER system
      • Convert existing HDR or RSS system into an ER system for rolling upgrade support

  Ability to convert HDR or RSS pair to ER and setup replicate
  for every table in the system automatically
      • Uses ERKEY on tables with no primary key
  One of the nodes continue to be online and allow queries
  including DML while the other undergo product upgrade


                       “Product upgrade without downtime”

                                                       User Group Informix France
ER without PK
  This is a feature that enable replication of tables without primary key.
  The idea behind this feature is to support rolling upgrade and grid
  replication.

  Two new external interfaces added to SQL and CDR utility to enable
  automatic creation of primary key.
       • create table .... with erkey
       • alter table ... add erkey


  Three erkey columns, two integer type and one smallint will be added to
  table.
  The table will have an unique key constraint built on the 3 erkeys.



                                             User Group Informix France
ER: Logical log lag action
  When using Enterprise Replication if the current log position comes close
  to overwriting a log that has not yet been processed then the db server
  may take one of two actions:
       • Add additional logical logs.
       • Enter DDRBLOCK mode.


  Whilst in DDRBLOCK mode user update operations are blocked.

  The Logical Log Lag Action configuration parameter
  CDR_LOG_LAG_ACTION provides additional options:
       •   1 Logical log staging
       •   2 Dynamic log addition
       •   3 Ignore
       •   4 Shutdown (ER)
       •   5 DDRBLOCK

                                           User Group Informix France
Transaction Survival
  Transaction survival allows transactions started on updatable secondaries to
  survive failover to a new primary, in the event of the original primary's failure.
  Turned on with 1 new onconfig parameter: FAILOVER_TX_TIMEOUT
              New
             Primary
                                     Primary




                                                                   Clients




                                                                  RSS
             Clients                HDR
                                    Secondary
                                                  User Group Informix France
Connection Manager for ER
  Connection Manager on ER provides a form of Network
  Virtualization for application clients connecting to a named
  “Grid” of Enterprise Replication nodes within an ER Domain
  Network Virtualization for the Grid
      • Provide the ability to distribute connections from client applications via
        Service Level Agreement definitions to designated Grid nodes
      • Distribution based on LATENCY, FAILURE and WORKLOAD
          – Note for LATENCY and FAILURE SLAs, Quality Of Data monitoring must be
            defined and started

  Enables customers to automate allocation of client
  connections to appropriate nodes within a Grid
      • A database administrator may want to implement Connection Manager
        for ER in order to ensure appropriate distribution of connections


                                                User Group Informix France
CDR check repair with timestamps

  Cdr check currently uses a master node to sync
  other nodes to
     • Mismatched rows on target are updated to values contained on source
     • Missing rows on target are inserted to match source
     • Extra rows on target are deleted unless using the --extratargetrows option

  Cdr check can now synchronize data based on
  timestamps from any server
     • Timestamp – all servers are updated with row containing the highest
       timestamp
     • Deletewins – if row exists in delete table it is deleted, otherwise the
       highest timestamp wins




                                              User Group Informix France
Grid Replication

  Grid is an extension to Enterprise Replication that allows ER
  to replicate the execution of statements

  DML/DDL statements, procedures, and functions can be
  replicated to, then run on grid target servers

  Replicates can be automatically created when new tables
  are created
  Eliminates the need for a primary key for replicates

  Adds the means to support Connection Manager on top of
  ER
                                    User Group Informix France
Grid Replication

  Grid is an extension to Enterprise Replication that allows ER
  to replicate the execution of statements

  DML/DDL statements, procedures, and functions can be
  replicated to, then run on grid target servers

  Replicates can be automatically created when new tables
  are created
  Eliminates the need for a primary key for replicates

  Adds the means to support Connection Manager on top of
  ER
                                    User Group Informix France
Grid Replication
  Grid greatly simplifies administration of database objects for many
  servers

  Let's say we have 1000 servers in a grid. If we want to create a new table
  on all 1000 servers we only have to run the create table command one
  time

  We can also set up replication automatically when creating tables, thus
  reducing the effort and knowledge required to use ER

  Admin api routines can also be replicated across servers in a grid to
  reduce the effort of performing server administration tasks




                                           User Group Informix France
RAS
      Oninit –i block
      Ifxcollect
      Dbschema no name




                         User Group Informix France
Security
    Row Level Auditing - SRLA
    Database Mapped Users
    Trusted Context




                          User Group Informix France
Row Level Auditing (SLRA)
  This feature allow to specify which tables are audited at row
  level
  The purpose is to avoid performance drop during auditing
  whenever all tables and rows are audited
  This feature is turned on by setting ADTROWS in adtcfg file,
  or dynamically with onaudit -R <value>
      • Backward compatibility


  New SQL command are provided to define which tables are
  audited at row level
  An audit trail file is generated and filtered with onshowaudit
  utility

                                     User Group Informix France
Database Mapped User
  Authenticate external users without an OS account
  Database users no longer need
       • An account Look-up in the local OS
       • Enable password properties for external authenticators


  The DBSA “maps” an external user to:
       • An existing OS user or
       • A database defined UIG/GID pair


  Uses an extension to the GRANT/REVOKE SQL statement
  Requires PAM or SSO authentication
  Traditional password based authentication is still available




                                              User Group Informix France
Trusted Context
  This feature allow to reuse a connection for a different user without the
  need to establish a new connection
  The purpose is to avoid connection overhead when there is a need to
  connect on behalf of new users, which is the case in application server
  This also provide higher security level and better auditing granularity, as
  each user connect and switch on a trusted connection with their own
  credentials and privilege
  New SQL statement are provided and/or enhanced to create trusted
  context, establish trusted connection and provide connection switch
  capabilities
  All users properties are reported for the switched connection user when
  established




                                             User Group Informix France
Merci

                Olivier Bourdin
    olivier.bourdin@fr.ibm.com


    Mardi 30 Novembre 2010
        User Group Informix France

More Related Content

What's hot

EMC Dteata domain advanced command troubleshoot
EMC Dteata domain advanced command troubleshootEMC Dteata domain advanced command troubleshoot
EMC Dteata domain advanced command troubleshootsolarisyougood
 
Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...solarisyougood
 
Linux Disaster Recovery Solutions
Linux Disaster Recovery SolutionsLinux Disaster Recovery Solutions
Linux Disaster Recovery SolutionsGratien D'haese
 
Linux Disaster Recovery Made Easy
Linux Disaster Recovery Made EasyLinux Disaster Recovery Made Easy
Linux Disaster Recovery Made EasyNovell
 
Kernel module programming
Kernel module programmingKernel module programming
Kernel module programmingVandana Salve
 
Linuxdd[1]
Linuxdd[1]Linuxdd[1]
Linuxdd[1]mcganesh
 
Kernel compilation
Kernel compilationKernel compilation
Kernel compilationmcganesh
 
Linux Char Device Driver
Linux Char Device DriverLinux Char Device Driver
Linux Char Device DriverGary Yeh
 
Linux internal
Linux internalLinux internal
Linux internalmcganesh
 
Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2rahul_p_shukla
 
Introduction Linux Device Drivers
Introduction Linux Device DriversIntroduction Linux Device Drivers
Introduction Linux Device DriversNEEVEE Technologies
 
linux device driver
linux device driverlinux device driver
linux device driverRahul Batra
 

What's hot (19)

Aix commands
Aix commandsAix commands
Aix commands
 
EMC Dteata domain advanced command troubleshoot
EMC Dteata domain advanced command troubleshootEMC Dteata domain advanced command troubleshoot
EMC Dteata domain advanced command troubleshoot
 
Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...
 
Linux Disaster Recovery Solutions
Linux Disaster Recovery SolutionsLinux Disaster Recovery Solutions
Linux Disaster Recovery Solutions
 
Linux Disaster Recovery Made Easy
Linux Disaster Recovery Made EasyLinux Disaster Recovery Made Easy
Linux Disaster Recovery Made Easy
 
Kernel module programming
Kernel module programmingKernel module programming
Kernel module programming
 
Linuxdd[1]
Linuxdd[1]Linuxdd[1]
Linuxdd[1]
 
Slim Server Theory
Slim Server TheorySlim Server Theory
Slim Server Theory
 
Kernel compilation
Kernel compilationKernel compilation
Kernel compilation
 
Linux Char Device Driver
Linux Char Device DriverLinux Char Device Driver
Linux Char Device Driver
 
Linux device drivers
Linux device driversLinux device drivers
Linux device drivers
 
1184 Quayle
1184 Quayle1184 Quayle
1184 Quayle
 
Linux internal
Linux internalLinux internal
Linux internal
 
Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2
 
01intro
01intro01intro
01intro
 
Linux kernel
Linux kernelLinux kernel
Linux kernel
 
Introduction Linux Device Drivers
Introduction Linux Device DriversIntroduction Linux Device Drivers
Introduction Linux Device Drivers
 
LINUX Device Drivers
LINUX Device DriversLINUX Device Drivers
LINUX Device Drivers
 
linux device driver
linux device driverlinux device driver
linux device driver
 

Viewers also liked

IBM Software &amp; Information Management - Décembre 2010
IBM Software &amp; Information Management - Décembre 2010IBM Software &amp; Information Management - Décembre 2010
IBM Software &amp; Information Management - Décembre 2010Nicolas Desachy
 
Informix User Group France - 30/11/2010 - Securisation des données
Informix User Group France - 30/11/2010 - Securisation des donnéesInformix User Group France - 30/11/2010 - Securisation des données
Informix User Group France - 30/11/2010 - Securisation des donnéesNicolas Desachy
 
OSA02 - Pas de transactionnel haute performance sans un couple machine logici...
OSA02 - Pas de transactionnel haute performance sans un couple machine logici...OSA02 - Pas de transactionnel haute performance sans un couple machine logici...
OSA02 - Pas de transactionnel haute performance sans un couple machine logici...Nicolas Desachy
 
Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...
Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...
Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...Nicolas Desachy
 
Informix User Group France - 30/11/2010 - Optim Development Studio
Informix User Group France - 30/11/2010 - Optim Development StudioInformix User Group France - 30/11/2010 - Optim Development Studio
Informix User Group France - 30/11/2010 - Optim Development StudioNicolas Desachy
 
Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50
Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50
Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50Nicolas Desachy
 

Viewers also liked (8)

IBM Software &amp; Information Management - Décembre 2010
IBM Software &amp; Information Management - Décembre 2010IBM Software &amp; Information Management - Décembre 2010
IBM Software &amp; Information Management - Décembre 2010
 
Informix User Group France - 30/11/2010 - Securisation des données
Informix User Group France - 30/11/2010 - Securisation des donnéesInformix User Group France - 30/11/2010 - Securisation des données
Informix User Group France - 30/11/2010 - Securisation des données
 
OSA02 - Pas de transactionnel haute performance sans un couple machine logici...
OSA02 - Pas de transactionnel haute performance sans un couple machine logici...OSA02 - Pas de transactionnel haute performance sans un couple machine logici...
OSA02 - Pas de transactionnel haute performance sans un couple machine logici...
 
Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...
Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...
Informix User Group France - 30/11/2010 - IDS les nouvelles fonctionnalités s...
 
Synthèse des Solutions Software
Synthèse des Solutions Software   Synthèse des Solutions Software
Synthèse des Solutions Software
 
Informix User Group France - 30/11/2010 - Optim Development Studio
Informix User Group France - 30/11/2010 - Optim Development StudioInformix User Group France - 30/11/2010 - Optim Development Studio
Informix User Group France - 30/11/2010 - Optim Development Studio
 
Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50
Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50
Informix User Group France - 30/11/2010 - Nouveautés IDS 11.10 &amp; 11.50
 
Gestion dynamique de Dossier - IBM France
Gestion dynamique de Dossier - IBM FranceGestion dynamique de Dossier - IBM France
Gestion dynamique de Dossier - IBM France
 

Similar to Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7

The Enterprise IT Checklist for Docker Operations
The Enterprise IT Checklist for Docker Operations The Enterprise IT Checklist for Docker Operations
The Enterprise IT Checklist for Docker Operations Nicola Kabar
 
Ugif 09 2013 new environment and dynamic setting in ids 12.10
Ugif 09 2013   new environment and dynamic setting in ids 12.10Ugif 09 2013   new environment and dynamic setting in ids 12.10
Ugif 09 2013 new environment and dynamic setting in ids 12.10UGIF
 
Lamp ppt
Lamp pptLamp ppt
Lamp pptReka
 
The Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux KernelThe Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux KernelYasunori Goto
 
Automated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and RedfishAutomated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and RedfishJose De La Rosa
 
Hyper-V: Best Practices
Hyper-V: Best PracticesHyper-V: Best Practices
Hyper-V: Best PracticesTomica Kaniski
 
UGIF 12 2010 - new security features in IDS - nov 2010
UGIF 12 2010 - new security features in IDS - nov 2010UGIF 12 2010 - new security features in IDS - nov 2010
UGIF 12 2010 - new security features in IDS - nov 2010UGIF
 
Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...Banking at Ho Chi Minh city
 
Ugif 10 2012 ppt0000001
Ugif 10 2012 ppt0000001Ugif 10 2012 ppt0000001
Ugif 10 2012 ppt0000001UGIF
 
Android Boot Time Optimization
Android Boot Time OptimizationAndroid Boot Time Optimization
Android Boot Time OptimizationKan-Ru Chen
 
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...panagenda
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)Gustavo Rene Antunez
 

Similar to Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7 (20)

linux installation.pdf
linux installation.pdflinux installation.pdf
linux installation.pdf
 
DB2UDB_the_Basics
DB2UDB_the_BasicsDB2UDB_the_Basics
DB2UDB_the_Basics
 
The Enterprise IT Checklist for Docker Operations
The Enterprise IT Checklist for Docker Operations The Enterprise IT Checklist for Docker Operations
The Enterprise IT Checklist for Docker Operations
 
Lamp ppt
Lamp pptLamp ppt
Lamp ppt
 
Ugif 09 2013 new environment and dynamic setting in ids 12.10
Ugif 09 2013   new environment and dynamic setting in ids 12.10Ugif 09 2013   new environment and dynamic setting in ids 12.10
Ugif 09 2013 new environment and dynamic setting in ids 12.10
 
Windows server
Windows serverWindows server
Windows server
 
Lamp ppt
Lamp pptLamp ppt
Lamp ppt
 
The Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux KernelThe Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux Kernel
 
Automated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and RedfishAutomated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and Redfish
 
Hyper-V: Best Practices
Hyper-V: Best PracticesHyper-V: Best Practices
Hyper-V: Best Practices
 
Basic Linux Internals
Basic Linux InternalsBasic Linux Internals
Basic Linux Internals
 
UGIF 12 2010 - new security features in IDS - nov 2010
UGIF 12 2010 - new security features in IDS - nov 2010UGIF 12 2010 - new security features in IDS - nov 2010
UGIF 12 2010 - new security features in IDS - nov 2010
 
LSA2 - 02 Namespaces
LSA2 - 02  NamespacesLSA2 - 02  Namespaces
LSA2 - 02 Namespaces
 
Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...Installing tivoli system automation for high availability of db2 udb bcu on a...
Installing tivoli system automation for high availability of db2 udb bcu on a...
 
Nano Server (ATD 11)
Nano Server (ATD 11)Nano Server (ATD 11)
Nano Server (ATD 11)
 
Ugif 10 2012 ppt0000001
Ugif 10 2012 ppt0000001Ugif 10 2012 ppt0000001
Ugif 10 2012 ppt0000001
 
Android Boot Time Optimization
Android Boot Time OptimizationAndroid Boot Time Optimization
Android Boot Time Optimization
 
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
Von A bis Z-itrix: Installieren Sie den stabilsten und schnellsten HCL Notes-...
 
Duma ver3
Duma ver3Duma ver3
Duma ver3
 
My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)My First 100 days with an Exadata (PPT)
My First 100 days with an Exadata (PPT)
 

More from Nicolas Desachy

Informix User Group France - 30/11/2010 - Informix &amp; Open Source - J Roy
Informix User Group France - 30/11/2010 - Informix &amp; Open Source - J RoyInformix User Group France - 30/11/2010 - Informix &amp; Open Source - J Roy
Informix User Group France - 30/11/2010 - Informix &amp; Open Source - J RoyNicolas Desachy
 
Forrester - Etude d\'impact économique serveur de base de données IBM Informix
Forrester - Etude d\'impact économique  serveur de base de données IBM InformixForrester - Etude d\'impact économique  serveur de base de données IBM Informix
Forrester - Etude d\'impact économique serveur de base de données IBM InformixNicolas Desachy
 
IBM Information Management - Pas de décision de qualité sans informations de ...
IBM Information Management - Pas de décision de qualité sans informations de ...IBM Information Management - Pas de décision de qualité sans informations de ...
IBM Information Management - Pas de décision de qualité sans informations de ...Nicolas Desachy
 
Le whiteboard IBM Information Management en français
Le whiteboard IBM Information Management en françaisLe whiteboard IBM Information Management en français
Le whiteboard IBM Information Management en françaisNicolas Desachy
 
L\'offre IBM Information Management en 1 slide
L\'offre IBM Information Management en 1 slideL\'offre IBM Information Management en 1 slide
L\'offre IBM Information Management en 1 slideNicolas Desachy
 
IBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvre
IBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvreIBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvre
IBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvreNicolas Desachy
 
OSA03 Pourquoi choisir IBM pour vos projets BPM ?
OSA03 Pourquoi choisir IBM pour vos projets BPM ?OSA03 Pourquoi choisir IBM pour vos projets BPM ?
OSA03 Pourquoi choisir IBM pour vos projets BPM ?Nicolas Desachy
 

More from Nicolas Desachy (7)

Informix User Group France - 30/11/2010 - Informix &amp; Open Source - J Roy
Informix User Group France - 30/11/2010 - Informix &amp; Open Source - J RoyInformix User Group France - 30/11/2010 - Informix &amp; Open Source - J Roy
Informix User Group France - 30/11/2010 - Informix &amp; Open Source - J Roy
 
Forrester - Etude d\'impact économique serveur de base de données IBM Informix
Forrester - Etude d\'impact économique  serveur de base de données IBM InformixForrester - Etude d\'impact économique  serveur de base de données IBM Informix
Forrester - Etude d\'impact économique serveur de base de données IBM Informix
 
IBM Information Management - Pas de décision de qualité sans informations de ...
IBM Information Management - Pas de décision de qualité sans informations de ...IBM Information Management - Pas de décision de qualité sans informations de ...
IBM Information Management - Pas de décision de qualité sans informations de ...
 
Le whiteboard IBM Information Management en français
Le whiteboard IBM Information Management en françaisLe whiteboard IBM Information Management en français
Le whiteboard IBM Information Management en français
 
L\'offre IBM Information Management en 1 slide
L\'offre IBM Information Management en 1 slideL\'offre IBM Information Management en 1 slide
L\'offre IBM Information Management en 1 slide
 
IBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvre
IBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvreIBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvre
IBM : Gouvernance de l\'Information - Principes &amp; Mise en oeuvre
 
OSA03 Pourquoi choisir IBM pour vos projets BPM ?
OSA03 Pourquoi choisir IBM pour vos projets BPM ?OSA03 Pourquoi choisir IBM pour vos projets BPM ?
OSA03 Pourquoi choisir IBM pour vos projets BPM ?
 

Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7

  • 1. Informix 11.70: fonctionalités Olivier Bourdin olivier.bourdin@fr.ibm.com Mardi 30 Novembre 2010 User Group Informix France
  • 2. Overview Introduction Administration Usability/Extensibility Performance/Warehousing Grid Availability Security RAS User Group Informix France
  • 3. Administration Table Defragmenter (OLTR) Storage Provisioning Storage Space Schema Embedability Toolkit Deployment Utility and Assistant Informix 11.70 Install Changes User Group Informix France
  • 4. Table Defragmenter - OLTR Perform similar task as PC Disk defragmenter Reorganize the table into fewer and larger contiguous extent(s) Can be performed online, so no downtime, no unavailability of the table Originally called Table Reorganization (OLTR) User Group Informix France
  • 5. Storage Provisioning Highly configurable, automatic expansion of dbspaces, temporary dbspaces, sbspaces, temporary sbspaces and blobspaces Chunks are extended and/or created as needed IDS can also expand spaces before they are full Feature is fully incorporated into OAT. User Group Informix France
  • 6. Storage space Schema An enhancement of dbschema utility Generate schemas for dbspace, chunks, physical logs and logical logs Generated necessary commands for recreate existing dbspaces, chunks, physical log and logical logs – Commands can be SQL Admin API – Alternatively onspaces and onparams (non-sql) commands User Group Informix France
  • 7. Storage space Schema Usage: dbschema - USAGE: dbschema { [-q] [-t tabname] [-s user] [-p user] [-r role] [-f procname] [-hd tabname] -d dbname [-w passwd] [-seq sequence] [-l [num]] [-u [ia] udtname [all]] [-it [Type]] [-ss [-si]] [filename] [-sl length] [-nw] } | { [-q] -c [-ns] [filename] } -q Suppress the db version from header -t table name or "all" for all tables -s synonyms created by user name or "all" for all users … … -c generate storage space and logical log definitions -ns generate commands in non-sql format User Group Informix France
  • 8. Storage space Schema Admin API output: -- Dbspace 1 -- Chunk 1 -- EXECUTE FUNCTION TASK ('create dbspace', 'rootdbs', '/usr2/as_support/sanjitc/1170/rootdbs', '200000', '0', '2', '500', '100'); -- Dbspace 2 -- Chunk 2 EXECUTE FUNCTION TASK ('create dbspace', 'datadbs1', '/usr2/as_support/sanjitc/1170/ datadbs1_1170', '1000', '8', '2', '100', '100'); -- Dbspace 3 -- Chunk 3 EXECUTE FUNCTION TASK ('create dbspace', 'datadbs3', '/usr2/as_support/sanjitc/1170/ datadbs3_1170', '1000', '0', '4', '200', '200'); EXECUTE FUNCTION TASK ('add mirror', 'datadbs3', '/usr2/as_support/sanjitc/1170/datadbs3_1170', '0', '/usr2/as_support/sanjitc/1170/mdatadbs3_1170', '12'); EXECUTE FUNCTION TASK ('start mirroring', 'datadbs3'); User Group Informix France
  • 9. Storage space Schema Non-SQL output: # Dbspace 1 -- Chunk 1 # onspaces -c -d rootdbs -k 2 -p /usr2/rootdbs -o 0 -s 200000 -en 500 -ef 100 # Dbspace 2 -- Chunk 2 onspaces -c -d datadbs1 -k 2 -p /usr2/datadbs1_1170 -o 8 -s 1000 -en 100 -ef 100 # Dbspace 3 -- Chunk 3 onspaces -c -d datadbs2 -k 4 -p /usr2/datadbs2_1170 -o 0 -s 1000 -en 200 -ef 200 # Dbspace 4 -- Chunk 4 onspaces -c -d datadbs3 -k 4 -p /usr2/datadbs3_1170 -o 0 -s 1000 -en 200 -ef 200 -m /usr2/as_support/sanjitc/1170/mdatadbs3_1170 12 User Group Informix France
  • 10. Embeddability Toolkit Informix Embeddability Toolkit empowers the customer with the tools and the information they need for easy automation of reduced footprint Informix deployments. It includes: • Informix Deployment Assistant (DA) • Informix Deployment Utility (DU) • DU's Configuration File • Additional Scripts for Embedding Informix • A Tutorial on an end to end Deployment Solution User Group Informix France
  • 11. Deployment Assistant (DA) Enables users to take snapshots of Informix instances and / or data spaces for deployment on other target computers. Allows for reduction of the packaged instance to the user's minimum desired configuration Provides both GUI and Command-Line Interfaces developed using Java/Eclipse SWT Snapshots produced by DA are ready for use by the Deployment Utility (DU) for deployment on the target computers User Group Informix France
  • 12. Deployment Assistant (DA) Specify the location in which the snapshot of the Informix instance and/or data will be saved. The archive formats available are: • BZip2 (*.tar.bz2) • GZip (*.tar.gz) • Tar (*.tar) • Zip (*.zip) User Group Informix France
  • 13. Deployment Assistant (DA) A summary of the snapshot to be created is presented Selecting Next will begin creation of the snapshot with the selected features and/or data User Group Informix France
  • 14. Deployment Utility (DU) Standalone tool to rapidly deploy packaged Informix instances in an embedded environment Configuration file - $INFORMIXDIR/etc/ifxdeploy.conf Command line tool with customization options during deployment ifxdeploy [-config <configfile>] [-clone] [-extractcmd <command>] [-verbose] [-l <logfile>] [-p <password>] [-silent] [-sqliport <port>] [-drdaport <port>] [-servernum <num>] [-rootpath <rootdbs>] [-file <tgz file>] [-relocate <path>] [-force] [-keepdis] [-start [<secs>] [-autorecommend] [-y] User Group Informix France
  • 15. Usability/Extensibility Automatic DBA Procedures Automatic Table Locator Core Programability Enhancements Unique Event Alarms SPL Debugger Auto Registration User Group Informix France
  • 16. Autonomic DBA Procedures A collection of new database administration tasks templates is now added to the sysadmin database. They enable the DBA executing core and useful administration task automatically by the database server using the scheduler functionality instead of implement and running them manually. There are the new tasks – Detect and recreate bad indexes – InPlace alter removal – Automatic CPU allocation at database server start – Detect and remove idle user sessions – Detect fragments which are candidates for a compression, repack, shrink or defragmentation (Data compaction) User Group Informix France
  • 17. Automatic Table location New table space location and fragment management introduction using the sysadmin task() function interface Space management – predefined one or more dbspaces attached to the database for locating newly created tables EXECUTE FUNCTION SYSADMIN:TASK(“autolocate database”, “stores_demo” , “datadbs”) Fragmentation management – automatically create a fragmented table in the dbspaces assigned to the current database – add new fragments to the table for out of disk space or server limitation like out of fragments conditions – deferred extent allocation until first rows are inserted Table content management – round robin will not blindly add the row to the next fragment, empty or smaller fragments are preferred for choosing a target table fragment for the insert User Group Informix France
  • 18. Core Programability Enhance. Consistent return codes for server initialization – Very helpful in Informix embedded environments – Take appropriate action based on return code #!/bin/sh # Execute the oninit program oninit #Get the return code from oninit execution RC=$? # Validate the retun code and take necessary action case $RC in 0) echo "RC=0: The database server was initialized successfully." ;; 1) echo "RC=1: Server initialization has failed." ;; 187) echo "RC=187: Check the entries in sqlhosts file." ;; 221) echo "RC=221: DUMPDIR missing. Creating DUMPDIR." mkdir $INFORMIXDIR/tmp chmod 770 $INFORMIXDIR/tmp ;; *) echo "Return Code=$RC !" ;; esac User Group Informix France
  • 19. Unique Event Alarms IDS uses the event alarm mechanism to notify the DBA about any major problems in the database server. Change in alarmprogram.sh/.bat EVENT_SEVERITY=$1 EVENT_CLASS=$2 EVENT_MSG="$3" EVENT_ADD_TEXT="$4" EVENT_FILE="$5" EVENT_UNIQID="$6“ IDS 11.70 has 79 Event Class Ids Class ID: 22 Class message: Long transaction detected Event ID: 22002 message: Continuing Long Transaction (for COMMIT): tx: Class ID:22 Class message: Long transaction detected Event ID:22003 message: Aborting Long Transaction: tx: User Group Informix France
  • 20. Auto Registration Terminology change Built-in DataBlade Modules are now known as “Database Extensions” The Following Database Extensions will be Automatically Registered upon there first use after instance initialization: • Basic Text Search • Hierarchical Data Type (Aka Node Type) • Binary Data Type • Informix Web Feature Service for Geospatial Data • Large Object Management • MQ Messaging In addition the following DataBlade Modules will be Automatically Installed and Automatically Registered • Spatial DataBlade • Timeseries DataBlade On the fly create sbspaces, start VP User Group Informix France
  • 21. Performance/Warehousing Forest of Trees (FOT) MULTI-INDEX Scan STAR Index Fragment Level Statistics Fragment Level List/Interval C-UDR Preload User Group Informix France
  • 22. Forest Of Trees (FOT) This is a variation of a normal B-tree index and might provide an increase in performance depending on certain factors and usage. The creation of a FoT index is simple as it is a small addition to the create index syntax. Two problems were seen with a B-tree index ... • Root Node contention can occur when many session are reading the same index at the same time. • The depth of large B-tree index increases the number of levels created, which results in more buffer reads required. The FoT feature will address these problems by ... • Splitting a B-tree index into smaller subtrees. • Each of these will have a separate Root Node, so queues will be shorter and quicker because we have spread the mutex contention cross many Root Nodes. • Each smaller subtree will have less levels to navigate. User Group Informix France
  • 23. Forest Of Trees (FOT) create [ unique ] index index_name on table ( column1 [, column2 ] ) [ in dbspace ] hash on ( column1 ) with N buckets; Hash on key value to pick a bucket / rootnode Bucket 1 Bucket 2 Bucket 3 2,189,... 1,198,... 4,201,... Rootnodes 2,... 189,... 1,... 198,... 4,... 201,... Leaves Key Value Bucket 1 2 2 1 3 2 ... ... 47 3 221 1 User Group Informix France
  • 24. Forest Of Trees (FOT) When to consider using a FoT index ... – onstat -g spi output showing spin locks with large numbers of waits and loops: Num Waits Num Loops Avg Loop/Wait Name 1427723 60715268 42.53 fast mutex, 7:bf[299] 0x3400006 0x108b7908000 security_s_symb_s_co_id 879324 40682456 46.27 fast mutex, 7:bf[24] 0x3400003 0x108b74bc000 pk_fk_last_trade 477038 19177763 40.20 fast mutex, 3:bf[391] 0x320000a 0x10177fe2000 daily_market_idx 436564 17239046 39.49 fast mutex, 7:bf[26] 0x3400004 0x108b74c4000 ecurity_s_symb_s_num_out 330244 14563521 44.10 fast mutex, 7:bf[30] 0x3400008 0x108b74d4000 security_s_symb_s_ex_id_s 176874 5183331 29.31 fast mutex, 7:bf[38] 0x3400008 0x108b74f4000 security_s_symb_s_ex_id_ 27050 3636325 134.43 mutex lock, name = log 16555 1301066 78.59 fast mutex, lockhash[3104] 18101 885933 48.94 fast mutex, AIOSHCB lock 17274 879611 50.92 fast mutex, 3:bf[319] 0x1800002 0x10177f52000 trade_history_idx – Reduces the B-Tree depth on larger tables ... • Reducing a 4-level B-tree index to a 3-level B-Tree might reduce the buffer reads by 25 percent. User Group Informix France
  • 25. STAR/Snowflake Join Support Star Join is a new query processing method (ported over from XPS) Improves query performance for star and snow flake schema queries Utilize multi-index scan and skip scan Uses pushdown technology User Group Informix France
  • 26. MULTI-INDEX Scan Queries with multiple predicates on columns of a table will use the composite index only if the query has equality predicates on the leading columns of the index. • Composite index (c1,c2) will be used for “c1 = 10 and c2 between 1 and 5” • Cannot be used for “c1 between 1 and 10 and c2 = 5”; needs another index (c2,c1) • For varying combination of the predicates, various combinations of composite indexes with the same set of columns will have to be created Multi-Index scan can now use multiple single column indexes Improves performance of queries that have predicates on multiple columns Reduces the total number of indexes as the various composite indices are not needed; reduces disk usage as a result User Group Informix France
  • 27. Fragment Level Statistics Allows storing of statistics at the fragment level and aggregating table level statistics from its constituent fragment's statistics. New catalog table sysfragdist stores statistics for each fragment for each table-column. Fragment level statistics are encrypted and stored in a smartblob column “encdist” in sysfragdist catalog. Controlled by new table property STATLEVEL [CREATE | ALTER] TABLE ... STATLEVEL [TABLE | FRAGMENT | AUTO] User Group Informix France
  • 28. Fragmentation List / Interval 2 new fragmentation strategies – LIST and INTERVAL LIST – Useful when fragment key has finite set of values. e.g: departments in an organization, colors, states of the country INTERVAL – Fragmentation based on an interval (days, months, hour, integer value) – DBA does not have to create all the possible fragments; defines the interval value and initial fragments – IDS will automatically create new interval fragments (if not present) when rows are inserted with fragment key values in that interval Supports these ALTER FRAGMENT options: – ADD/DROP fragment or dbspace name, ATTACH/DETACH fragment, INIT, MODIFY partition name/expression/dbspace, ONLINE(altered table not exclusively locked) User Group Informix France
  • 29. Fragmentation List / Interval Fragments data based on a list of discrete values – e.g. states in the country, departments in an organization, colors User Group Informix France
  • 30. Fragmentation List / Interval User Group Informix France
  • 31. C-UDR Preload Preloading a C-UDR shared library allows IDS threads to migrate from one cpuvp to another during the execution of the C-UDR With is feature, Lift the thread binding restriction. – Eliminate the thread binding and unbinding maintenance code Allowing thread migration during C-UDR execution can increase performance. Onconfig parameter PRELOAD_DLL_FILE – PRELOAD_DLL_FILE $INFORMIXDIR/extend/bts2.0/bts.bld – PRELOAD_DLL_FILE /app/myudr.so User Group Informix France
  • 32. C-UDR Preload Preloading a C-UDR shared library allows IDS threads to migrate from one cpuvp to another during the execution of the C-UDR With is feature, Lift the thread binding restriction. – Eliminate the thread binding and unbinding maintenance code Allowing thread migration during C-UDR execution can increase performance. Onconfig parameter PRELOAD_DLL_FILE – PRELOAD_DLL_FILE $INFORMIXDIR/extend/bts2.0/bts.bld – PRELOAD_DLL_FILE /app/myudr.so User Group Informix France
  • 33. GRID / ER / MACH11 DDL on Updatable secondaries Rolling Upgrade support Replicate data using ER without PK ER: Logical log lag action configuration MACH11: Transaction Survival CDR Check repair with Timestamps Connection Manager for ER Informix Flexible Grid User Group Informix France
  • 34. DDL on Updatable Secondaries This feature allows sessions that are connected to any type of updatable secondary to perform DDL SQL statements. This feature is enabled as soon as onconfig parameter, UPDATABLE_SECONDARY, is set to a value > 0. List of DDL commands which still can not be run: Update statistics, Create database (with no logging) Create raw table, Create temp table (with logging) Create external table, Create/Drop xadatasource, Create/Drop xadatasource type, Creating any type of virtual table User Group Informix France
  • 35. Rolling Upgrade Support Provide a server side infrastructure to support rolling upgrade of HDR or RSS system Two main usages of this feature • Easily instantiate an ER system • Convert existing HDR or RSS system into an ER system for rolling upgrade support Ability to convert HDR or RSS pair to ER and setup replicate for every table in the system automatically • Uses ERKEY on tables with no primary key One of the nodes continue to be online and allow queries including DML while the other undergo product upgrade “Product upgrade without downtime” User Group Informix France
  • 36. Rolling Upgrade Support Provide a server side infrastructure to support rolling upgrade of HDR or RSS system Two main usages of this feature • Easily instantiate an ER system • Convert existing HDR or RSS system into an ER system for rolling upgrade support Ability to convert HDR or RSS pair to ER and setup replicate for every table in the system automatically • Uses ERKEY on tables with no primary key One of the nodes continue to be online and allow queries including DML while the other undergo product upgrade “Product upgrade without downtime” User Group Informix France
  • 37. ER without PK This is a feature that enable replication of tables without primary key. The idea behind this feature is to support rolling upgrade and grid replication. Two new external interfaces added to SQL and CDR utility to enable automatic creation of primary key. • create table .... with erkey • alter table ... add erkey Three erkey columns, two integer type and one smallint will be added to table. The table will have an unique key constraint built on the 3 erkeys. User Group Informix France
  • 38. ER: Logical log lag action When using Enterprise Replication if the current log position comes close to overwriting a log that has not yet been processed then the db server may take one of two actions: • Add additional logical logs. • Enter DDRBLOCK mode. Whilst in DDRBLOCK mode user update operations are blocked. The Logical Log Lag Action configuration parameter CDR_LOG_LAG_ACTION provides additional options: • 1 Logical log staging • 2 Dynamic log addition • 3 Ignore • 4 Shutdown (ER) • 5 DDRBLOCK User Group Informix France
  • 39. Transaction Survival Transaction survival allows transactions started on updatable secondaries to survive failover to a new primary, in the event of the original primary's failure. Turned on with 1 new onconfig parameter: FAILOVER_TX_TIMEOUT New Primary Primary Clients RSS Clients HDR Secondary User Group Informix France
  • 40. Connection Manager for ER Connection Manager on ER provides a form of Network Virtualization for application clients connecting to a named “Grid” of Enterprise Replication nodes within an ER Domain Network Virtualization for the Grid • Provide the ability to distribute connections from client applications via Service Level Agreement definitions to designated Grid nodes • Distribution based on LATENCY, FAILURE and WORKLOAD – Note for LATENCY and FAILURE SLAs, Quality Of Data monitoring must be defined and started Enables customers to automate allocation of client connections to appropriate nodes within a Grid • A database administrator may want to implement Connection Manager for ER in order to ensure appropriate distribution of connections User Group Informix France
  • 41. CDR check repair with timestamps Cdr check currently uses a master node to sync other nodes to • Mismatched rows on target are updated to values contained on source • Missing rows on target are inserted to match source • Extra rows on target are deleted unless using the --extratargetrows option Cdr check can now synchronize data based on timestamps from any server • Timestamp – all servers are updated with row containing the highest timestamp • Deletewins – if row exists in delete table it is deleted, otherwise the highest timestamp wins User Group Informix France
  • 42. Grid Replication Grid is an extension to Enterprise Replication that allows ER to replicate the execution of statements DML/DDL statements, procedures, and functions can be replicated to, then run on grid target servers Replicates can be automatically created when new tables are created Eliminates the need for a primary key for replicates Adds the means to support Connection Manager on top of ER User Group Informix France
  • 43. Grid Replication Grid is an extension to Enterprise Replication that allows ER to replicate the execution of statements DML/DDL statements, procedures, and functions can be replicated to, then run on grid target servers Replicates can be automatically created when new tables are created Eliminates the need for a primary key for replicates Adds the means to support Connection Manager on top of ER User Group Informix France
  • 44. Grid Replication Grid greatly simplifies administration of database objects for many servers Let's say we have 1000 servers in a grid. If we want to create a new table on all 1000 servers we only have to run the create table command one time We can also set up replication automatically when creating tables, thus reducing the effort and knowledge required to use ER Admin api routines can also be replicated across servers in a grid to reduce the effort of performing server administration tasks User Group Informix France
  • 45. RAS Oninit –i block Ifxcollect Dbschema no name User Group Informix France
  • 46. Security Row Level Auditing - SRLA Database Mapped Users Trusted Context User Group Informix France
  • 47. Row Level Auditing (SLRA) This feature allow to specify which tables are audited at row level The purpose is to avoid performance drop during auditing whenever all tables and rows are audited This feature is turned on by setting ADTROWS in adtcfg file, or dynamically with onaudit -R <value> • Backward compatibility New SQL command are provided to define which tables are audited at row level An audit trail file is generated and filtered with onshowaudit utility User Group Informix France
  • 48. Database Mapped User Authenticate external users without an OS account Database users no longer need • An account Look-up in the local OS • Enable password properties for external authenticators The DBSA “maps” an external user to: • An existing OS user or • A database defined UIG/GID pair Uses an extension to the GRANT/REVOKE SQL statement Requires PAM or SSO authentication Traditional password based authentication is still available User Group Informix France
  • 49. Trusted Context This feature allow to reuse a connection for a different user without the need to establish a new connection The purpose is to avoid connection overhead when there is a need to connect on behalf of new users, which is the case in application server This also provide higher security level and better auditing granularity, as each user connect and switch on a trusted connection with their own credentials and privilege New SQL statement are provided and/or enhanced to create trusted context, establish trusted connection and provide connection switch capabilities All users properties are reported for the switched connection user when established User Group Informix France
  • 50. Merci Olivier Bourdin olivier.bourdin@fr.ibm.com Mardi 30 Novembre 2010 User Group Informix France