SlideShare a Scribd company logo
© 2010 IBM Corporation
What’s New in Informix
Vaibhav S Dantale – Informix Evangelist (ASIA PAC)
© 2010 IBM Corporation
2
Agenda
 Informix Update
– Product and Features Overview
– New Informix features in 11.70
• Grid, Warehousing, Embed ability, Applications, Security
– Call To Action
© 2010 IBM Corporation
3
Product & Features Overview
© 2010 IBM Corporation
4
IBM Informix: Foundational Principles
■ Scalability (IBM Informix multithreaded DSA –Dynamic Scalable
Architecture)
■ Extreme OLTP Performance
■ Low footprint and little hardware resources
■ High flexibility and consistency (easy to use and learn)
■ Easy to administer and maintain (low TCO)
■ Robustness and resilience (always up and running)
■ Enterprise-Class server (meets the highest quality and mission critical
demands)
© 2010 IBM Corporation
Informix v11 Key Features
Continuous Availability
Multiple Secondaries
Shared Disk Secondary
Active-Active cluster
Workload management
Flexible failover handling
Backup/Restore to Directory
Parallel Whole System Backup
Ordering of DBSpaces During
Backup/Restore
Continuous Log Restore
Non-Blocking Checkpoint
Optimistic Concurrency
Enterprise Replication
Enhancements
Admin Free Zone
Open Admin Tool
Admin API
Cluster Management
Extensive ER Support
Rename and Configuration
Changes
Automated Update Stats
Improved Wizards
Windows Installer Updated
to Installshield ISW
Application Development
Dynamic SQL in SPL
Trigger Enhancements
Named Parameters in a Callable
Statement
BIGINT and BIGSERIAL support
Derived Tables in the FROM
Clause of Queries
Index Self Join
Basic Text Search with XML
support
Enhanced Data Types for
Distributed Queries
Deployment Wizard
Optimizer Directives in ANSI-
Compliant Join Queries
Sysdbopen / Sysdbclose
XML Publishing &
Transformations
Auto Re-prepare
Security
Common Criteria (ISO/IEC
15408)
Label Based Access Control
Encrypted Communication in
HDR
Single sign-on via Kerberos
SSL Encryption
Web Feature Service
© 2010 IBM Corporation
Informix Features and Value
Clustering, Replication
GUI Based: Open Admin Tool (OAT)
Compression
Warehouse
Time Series and other Datablades
High Availability & Performance
Ease of Use, Hands Free
Low Cost
Business Intelligence
Smart Meters and Sensors, GIS
and other innovative solutions
© 2010 IBM Corporation
Informix: Clustering
High Performance, High Availability …
 High Performing data server:
– If your information has to be served up quickly
– It has to be always available.
– Customers scale for high volume throughput
– Financial services: 100,000 messages/sec on 4-CPU Linux
system
– Pharmacy system: 1B transactions per day on a 8-CPU
machine
– Over 225 transactions/sec on a 32-CPU system with space
for growth
 High Availability: Reduces costs
– What does downtime cost your organization?
“In our benchmarking process, Informix came out above all other
leading solutions for its performance, scalability and reliability.”
- Jon Tasker - Project Manager, Trafficmaster, UK
How much does 1 hour of
downtime cost your business?
TimeIsMoney
$6,450,000/hour is $107,500/minute!
© 2010 IBM Corporation
8
Add Capacity
Locally on Demand
Add Synchronize
Copies for HA and
Extra Workload
Handling Share Point of
Sales Data with
Headquarters
Share Subsets of
Information Between
Clusters of Servers
Putting it All Together
The Informix Advantage: Flexible/Scalable Architecture
Expand and Implement GloballyAnimated Slide
© 2010 IBM Corporation
Informix: Open Admin Tool
Ease of Use & Hands Free
 All of your Informix Systems can be
administered from this simple GUI Tool.
 Monitor your entire environment
 Drill down to a single site
 Drill down to a singe server
 Or look at a single SQL statement
Many customers average 2,000 servers per DBA
Manage a few or thousands of locations
© 2010 IBM Corporation
10
New Features in Informix 11.70
© 2010 IBM Corporation
11
Panther Themes
 Intelligent Grid
 Easy Embeddability
 Expand Warehouse Infrastructure
 Empower Applications Development
 Enhanced Security Management
© 2010 IBM Corporation
12
Intelligent Grid: Simple Setup
 Install Informix on your server(s)
– Servers may have secondary servers attached such as HDR, RSS, or SDS servers
 Define a grid to contain your servers:
– Just give your grid a name and tell it the list of servers to use
– You can either use the Open Admin Tool graphical interface or a command line tool to
define your grid
– Configure whether you want to replicate just schema changes or schema and data changes
 The grid is ready to use!
Spread your Workload Across different Hardware, Operating systems, and versions of
Informix
AIX Linux
Dynamic Global Grid
Secondary
Solaris
Secondary
Windows
© 2010 IBM Corporation
13
Intelligent Grid: Simple Administration
 Flexible and easy to use
– Administer all the servers in the Grid through SQL or the graphical Open Admin Tool
• Define which servers are allowed to administer the grid
• Attach to that server and administer all servers in your grid
– Comprehensive set of administration commands
• Dynamically add and drop servers to/from the grid
• Performing all DDL operations on all servers in the grid, such as Create Table, Alter
Table, …
• Interface for targeting administration to a subset of servers in the grid
Allows running a query simultaneously on one or more servers in the grid
Output of the query is kept in a local table on each server for later inspection
This interface can be used as a general purpose distributed query executor as well:
» For instance look at the inventory of each store to see what items need to be
reordered
– It is still possible to administer individual servers in the Grid directly
• Through OAT or command line tools
© 2010 IBM Corporation
14
Intelligent Grid: Simple Workload Management
 Setup a connection manager for the grid
– A simple configuration file determines what servers to manage
– The connection managers for different sets of servers can be run simultaneously
– Several identical connection managers can be run simultaneously for higher availability
 The connection manager for grid distributes application connection requests to the servers in the grid
 Example:
 Assume a grid with a server in New York and a server in San
Francisco
 The connection manager for grid can be setup for users on both
coasts:
 Use it to connect users in SF to the server in SF and the users
in NY to the NY server
 If a server goes down the connection manager for grid will reroute
connections to the remaining server
 For instance SF users would start connecting to the NY server
 If a server goes down that has a backup secondary server then
connections will be rerouted to the backup server once failover is
complete
Connection
Manager for grid
© 2010 IBM Corporation
15
Usage Example: Expanding Beyond a Single Cluster
An Informix
Cluster running
on AIX
Shared
Disk
Tables: A, B, C, D
An Informix
Cluster running
on Linux
Shared
Disk
Tables: A, B, E, F
Connection Manager
for grid
Connection Manager
for Cluster
Connection Manager
for Cluster
Initially one cluster
is needed
Business grows
and a new cluster
in a new city is
needed – new
hardware is used
New applications
are created that
require data from
both sites so a grid
is created
Dynamic Global Grid
© 2010 IBM Corporation
16
Embeddability
 Self Maintenance
– Automated storage allocation
• Allow existing chunks to be extended automatically
• Add chunks automatically when space is low
• Threshold used to determine when to add space
 Self Configuring
– Deployment Assistant / Utility
• Build a package containing
Informix
(Optional) pre-built database(s)
(Optional) applications
• Compresses the package
• Deploy, decompress, and install the package on multiple systems
• Good for media distribution such as CDs
 Informix Embeddability toolkit
– Tutorial for creating an end to end embeddability scenario
– Example scripts for using Deployment Assistant/Utility
© 2010 IBM Corporation
17
Embeddability
 Self Healing:
– Standardize errors and alarm codes for application exception handling
• Out of memory, out of disk, root uninitialized, assertion failure, IDS not
running, etc…
– Basic Text Search, Web Feature Service, Node, Spatial, Timeseries, MQ
• Can now be used without first registering them in your database
– Internally handle errors and retry when possible
• For example, automatically adding space to a table, automatically
registering blades…
– Automated DB Scheduler tasks added
• Timeout users that have been idle for too long
• Automatic notification when IDS marks an index “bad”
• Automatic table storage optimization based on user settable
parameters
• Automatically allocate CPU VPs to match hardware/licensing when
IDS starts
© 2010 IBM Corporation
18
Warehouse Infrastructure
 Query optimization
– Improved Star and Snowflake join performance
– Support for using more than one btree index in a query
– Optimal memory management for warehouse queries
 Improved statistics handling
– Fragment level statistics are saved
– Fragment statistics are combined to form global table statistics
– Will not rebuild statistics for fragments that haven’t changed
– Attach/detach will automatically update statistics when applicable
 As tables grow automatically add table fragments based on intervals
– Intervals can be date intervals (e.g. 1 month) or numeric intervals
(e.g. 1-100)
 “list” fragmentation
 Will create a fragment for each item in a list, for example:
… PARTITION p1 VALUES ('CA', 'OR') IN dbs1
© 2010 IBM Corporation
19
Enhanced Application Development
 Stored Procedure Debugging
– Integration with the Optim Data Studio procedure debugger
– Integration with Microsoft Visual Studio debugger
 Improved compatibility with open source applications:
– Drupal, Hibernate, Geronimo, iBATIS, Mediawiki, Tomcat, Xwiki
– Possible enhancements for:
• Alfresco, Atlasian, Bugzilla, JBoss, Joomla, Mono, OpenBravo,
SugarCRM, etc…
 New SQL syntax added for compatibility
– As open source applications are ported syntax changes are made to
accommodate those programs:
• NULL clause now supported
• Relax the position of the default clause
• Relax the position of ON DELETE CASCADE
• Support for “if [not] exists”
• Expressions allowed as arguments to “count” aggregate
© 2010 IBM Corporation
20
Enhanced Application Development - Features
 Table defragmentation (online table reorg)
– Coalesce contiguous extents to reduce number of extents
 Provide support for MQ series server on a remote box
– Multiple instances of IDS to attach to the same MQ server
– Expose the messages in the queue as an IDS table
 New install framework
– Consistent UI across all platforms
 More language supported by OAT
 Optim Performance Manager support for IDS
© 2010 IBM Corporation
21
Enhanced Security – Features
 Selective row-level (SRL) Auditing
– Allow customers to pick which tables and operations to audit
 Trusted Context
– Trust user authentication done by middle tier applications
– Allow these middle tier applications to switch users over an existing
connection without shutting down the connection
 Support non-OS users
– IDS users will no longer need to have a login on the host OS
 Encryption of raw disks via Encryption Expert
– Encryption for regular file systems already supported
– Vormetrics currently supports only HP, but more available shortly
– Most Informix customers use raw disks
© 2010 IBM Corporation
Call to Action
 “Got old versions?” Get a quote for a Bridge to Upgrade
 Visit the “Discover Informix” site and
Download the Informix e-book
Check out the online Informix ROI tool
 Join the IIUG www.iiug.org & http://informixindia.in – Watch for Informix events in your area
 Save operational costs by Upgrading to Informix 11.7
 Contact IBM with Questions / Feedback
 WATCH THIS SPACE http://www.ibm.com/discoverinformix
© 2010 IBM Corporation
Additional Resources on Informix Product Features
• IBM.com/informix Official page
• http://www-01.ibm.com/software/data/informix/
• (IBM Internal) Informix Competitive wiki – Informix Topics
• http://w3.ibm.com/connections/wikis/home?lang=en#/wiki/DM%20Competitive%
20Wiki/page/Informix%20Topics
• (IBM Internal) Discover Informix
• http://w3-103.ibm.com/software/xl/portal/content?synKey=J307050C03147H20
• (IBM Internal) Informix Set it and Forget it
• http://w3-
103.ibm.com/software/xl/portal/content?synKey=I552869E51163U58#overview
© 2010 IBM Corporation
24
Questions

More Related Content

What's hot

Cio Breakfast Roundtable 05142009 Final Virtualization
Cio Breakfast Roundtable 05142009 Final VirtualizationCio Breakfast Roundtable 05142009 Final Virtualization
Cio Breakfast Roundtable 05142009 Final Virtualization
guestc900809
 
Choosing IBM Flex System for Your Private Cloud Infrastructure
Choosing IBM Flex System for Your Private Cloud InfrastructureChoosing IBM Flex System for Your Private Cloud Infrastructure
Choosing IBM Flex System for Your Private Cloud Infrastructure
IBM India Smarter Computing
 
Storage Architectures And Options
Storage Architectures And OptionsStorage Architectures And Options
Storage Architectures And Options
Alan McSweeney
 
S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5
Tony Pearson
 
Educational seminar lessons learned from customer db2 for z os health check...
Educational seminar   lessons learned from customer db2 for z os health check...Educational seminar   lessons learned from customer db2 for z os health check...
Educational seminar lessons learned from customer db2 for z os health check...
John Campbell
 
XIV Storage deck final
XIV Storage deck finalXIV Storage deck final
XIV Storage deck final
Joe Krotz
 
IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015
Doug O'Flaherty
 
S de0882 new-generation-tiering-edge2015-v3
S de0882 new-generation-tiering-edge2015-v3S de0882 new-generation-tiering-edge2015-v3
S de0882 new-generation-tiering-edge2015-v3
Tony Pearson
 
Flex Cloud Hosting - Reduce server sprawl and optimize server utilization
Flex Cloud Hosting - Reduce server sprawl and optimize server utilizationFlex Cloud Hosting - Reduce server sprawl and optimize server utilization
Flex Cloud Hosting - Reduce server sprawl and optimize server utilization
Mike Ricca
 
Spectrum Scale final
Spectrum Scale finalSpectrum Scale final
Spectrum Scale final
Joe Krotz
 
Bladeservertechnology 111018061151-phpapp02
Bladeservertechnology 111018061151-phpapp02Bladeservertechnology 111018061151-phpapp02
Bladeservertechnology 111018061151-phpapp02
gov1991
 
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
Surekha Parekh
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes Client
Christoph Adler
 
Excellent slides on the new z13s announced on 16th Feb 2016
Excellent slides on the new z13s announced on 16th Feb 2016Excellent slides on the new z13s announced on 16th Feb 2016
Excellent slides on the new z13s announced on 16th Feb 2016
Luigi Tommaseo
 
ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...
ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...
ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...
WASdev Community
 
A brief look at ibm mainframe history
A brief look at ibm mainframe historyA brief look at ibm mainframe history
A brief look at ibm mainframe history
sivaprasanth rentala
 
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
Surekha Parekh
 
S ss0886 pendulum-swings-edge2015-v3
S ss0886 pendulum-swings-edge2015-v3S ss0886 pendulum-swings-edge2015-v3
S ss0886 pendulum-swings-edge2015-v3
Tony Pearson
 
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle
Surekha Parekh
 
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-FeaturesAdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
Christoph Adler
 

What's hot (20)

Cio Breakfast Roundtable 05142009 Final Virtualization
Cio Breakfast Roundtable 05142009 Final VirtualizationCio Breakfast Roundtable 05142009 Final Virtualization
Cio Breakfast Roundtable 05142009 Final Virtualization
 
Choosing IBM Flex System for Your Private Cloud Infrastructure
Choosing IBM Flex System for Your Private Cloud InfrastructureChoosing IBM Flex System for Your Private Cloud Infrastructure
Choosing IBM Flex System for Your Private Cloud Infrastructure
 
Storage Architectures And Options
Storage Architectures And OptionsStorage Architectures And Options
Storage Architectures And Options
 
S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5S ss0885 spectrum-scale-elastic-edge2015-v5
S ss0885 spectrum-scale-elastic-edge2015-v5
 
Educational seminar lessons learned from customer db2 for z os health check...
Educational seminar   lessons learned from customer db2 for z os health check...Educational seminar   lessons learned from customer db2 for z os health check...
Educational seminar lessons learned from customer db2 for z os health check...
 
XIV Storage deck final
XIV Storage deck finalXIV Storage deck final
XIV Storage deck final
 
IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015IBM Spectrum Scale Overview november 2015
IBM Spectrum Scale Overview november 2015
 
S de0882 new-generation-tiering-edge2015-v3
S de0882 new-generation-tiering-edge2015-v3S de0882 new-generation-tiering-edge2015-v3
S de0882 new-generation-tiering-edge2015-v3
 
Flex Cloud Hosting - Reduce server sprawl and optimize server utilization
Flex Cloud Hosting - Reduce server sprawl and optimize server utilizationFlex Cloud Hosting - Reduce server sprawl and optimize server utilization
Flex Cloud Hosting - Reduce server sprawl and optimize server utilization
 
Spectrum Scale final
Spectrum Scale finalSpectrum Scale final
Spectrum Scale final
 
Bladeservertechnology 111018061151-phpapp02
Bladeservertechnology 111018061151-phpapp02Bladeservertechnology 111018061151-phpapp02
Bladeservertechnology 111018061151-phpapp02
 
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
 
RNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes ClientRNUG - Dirty Secrets of the Notes Client
RNUG - Dirty Secrets of the Notes Client
 
Excellent slides on the new z13s announced on 16th Feb 2016
Excellent slides on the new z13s announced on 16th Feb 2016Excellent slides on the new z13s announced on 16th Feb 2016
Excellent slides on the new z13s announced on 16th Feb 2016
 
ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...
ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...
ASZ-3034 Build a WebSphere Linux Cloud on System z: From Roll-Your-Own to Pre...
 
A brief look at ibm mainframe history
A brief look at ibm mainframe historyA brief look at ibm mainframe history
A brief look at ibm mainframe history
 
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
 
S ss0886 pendulum-swings-edge2015-v3
S ss0886 pendulum-swings-edge2015-v3S ss0886 pendulum-swings-edge2015-v3
S ss0886 pendulum-swings-edge2015-v3
 
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle IBM DB2 Analytics Accelerator  Trends & Directions by Namik Hrle
IBM DB2 Analytics Accelerator Trends & Directions by Namik Hrle
 
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-FeaturesAdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
AdminCamp2019 - We love Domino V10 - 15 neue Domino-Admin-Features
 

Similar to What's new in informix v11.70

2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
Hendrik van Run
 
Cloud Computing E-Lect.ppt
Cloud Computing E-Lect.pptCloud Computing E-Lect.ppt
Cloud Computing E-Lect.ppt
arunimaarunima1
 
Salesforce - classification of cloud computing
Salesforce - classification of cloud computingSalesforce - classification of cloud computing
Salesforce - classification of cloud computing
Vibrant Technologies & Computers
 
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds CapacityCloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Avere Systems
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud Computing
Bharat Kalia
 
Informix 1210 feature overview
Informix 1210 feature overviewInformix 1210 feature overview
Informix 1210 feature overview
John Miller
 
1.ibm pure flex system mar 2013
1.ibm pure flex system   mar 20131.ibm pure flex system   mar 2013
1.ibm pure flex system mar 2013
solarisyougood
 
SoftLayer Cloud Services
SoftLayer Cloud ServicesSoftLayer Cloud Services
SoftLayer Cloud Services
Anna Landolfi
 
Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...
Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...
Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...
Lightbend
 
Server Consolidation
Server ConsolidationServer Consolidation
Server Consolidation
Manuel Padilha
 
2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite
2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite
2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite
Shawn Wells
 
Cloud ppt
Cloud pptCloud ppt
Cloud ppt
Manoj Jhawar
 
DB2 pureScale Overview Sept 2010
DB2 pureScale Overview Sept 2010DB2 pureScale Overview Sept 2010
DB2 pureScale Overview Sept 2010
Laura Hood
 
Presentation racsig 090730
Presentation racsig 090730Presentation racsig 090730
Presentation racsig 090730
maclean liu
 
OIT552 Cloud Computing Material
OIT552 Cloud Computing MaterialOIT552 Cloud Computing Material
OIT552 Cloud Computing Material
pkaviya
 
9-cloud-computing.pdf
9-cloud-computing.pdf9-cloud-computing.pdf
9-cloud-computing.pdf
ErvisTema1
 
Ibm pure systems sales bootcamp
Ibm pure systems sales bootcampIbm pure systems sales bootcamp
Ibm pure systems sales bootcamp
solarisyougood
 
Software Defined Infrastructure
Software Defined InfrastructureSoftware Defined Infrastructure
Software Defined Infrastructure
inside-BigData.com
 
The Next Generation of Hyperconverged Infrastructure - Cisco
The Next Generation of Hyperconverged Infrastructure - CiscoThe Next Generation of Hyperconverged Infrastructure - Cisco
The Next Generation of Hyperconverged Infrastructure - Cisco
MarcoTechnologies
 
Effective admin and development in iib
Effective admin and development in iibEffective admin and development in iib
Effective admin and development in iib
m16k
 

Similar to What's new in informix v11.70 (20)

2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
2689 - Exploring IBM PureApplication System and IBM Workload Deployer Best Pr...
 
Cloud Computing E-Lect.ppt
Cloud Computing E-Lect.pptCloud Computing E-Lect.ppt
Cloud Computing E-Lect.ppt
 
Salesforce - classification of cloud computing
Salesforce - classification of cloud computingSalesforce - classification of cloud computing
Salesforce - classification of cloud computing
 
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds CapacityCloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud Computing
 
Informix 1210 feature overview
Informix 1210 feature overviewInformix 1210 feature overview
Informix 1210 feature overview
 
1.ibm pure flex system mar 2013
1.ibm pure flex system   mar 20131.ibm pure flex system   mar 2013
1.ibm pure flex system mar 2013
 
SoftLayer Cloud Services
SoftLayer Cloud ServicesSoftLayer Cloud Services
SoftLayer Cloud Services
 
Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...
Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...
Modernizing Applications with Microservices and DC/OS (Lightbend/Mesosphere c...
 
Server Consolidation
Server ConsolidationServer Consolidation
Server Consolidation
 
2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite
2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite
2009-08-24 Managing your Red Hat Enterprise Linux Guests with RHN Satellite
 
Cloud ppt
Cloud pptCloud ppt
Cloud ppt
 
DB2 pureScale Overview Sept 2010
DB2 pureScale Overview Sept 2010DB2 pureScale Overview Sept 2010
DB2 pureScale Overview Sept 2010
 
Presentation racsig 090730
Presentation racsig 090730Presentation racsig 090730
Presentation racsig 090730
 
OIT552 Cloud Computing Material
OIT552 Cloud Computing MaterialOIT552 Cloud Computing Material
OIT552 Cloud Computing Material
 
9-cloud-computing.pdf
9-cloud-computing.pdf9-cloud-computing.pdf
9-cloud-computing.pdf
 
Ibm pure systems sales bootcamp
Ibm pure systems sales bootcampIbm pure systems sales bootcamp
Ibm pure systems sales bootcamp
 
Software Defined Infrastructure
Software Defined InfrastructureSoftware Defined Infrastructure
Software Defined Infrastructure
 
The Next Generation of Hyperconverged Infrastructure - Cisco
The Next Generation of Hyperconverged Infrastructure - CiscoThe Next Generation of Hyperconverged Infrastructure - Cisco
The Next Generation of Hyperconverged Infrastructure - Cisco
 
Effective admin and development in iib
Effective admin and development in iibEffective admin and development in iib
Effective admin and development in iib
 

Recently uploaded

TMU毕业证书精仿办理
TMU毕业证书精仿办理TMU毕业证书精仿办理
TMU毕业证书精仿办理
aeeva
 
42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert
vaishalijagtap12
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
narinav14
 
Boost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management AppsBoost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management Apps
Jhone kinadey
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Peter Caitens
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
Drona Infotech
 
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSISDECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
Tier1 app
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
kalichargn70th171
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
widenerjobeyrl638
 
Modelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - AmsterdamModelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - Amsterdam
Alberto Brandolini
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
The Third Creative Media
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
kalichargn70th171
 
DevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps ServicesDevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps Services
seospiralmantra
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
Patrick Weigel
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
Yara Milbes
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
Massimo Artizzu
 
Kubernetes at Scale: Going Multi-Cluster with Istio
Kubernetes at Scale:  Going Multi-Cluster  with IstioKubernetes at Scale:  Going Multi-Cluster  with Istio
Kubernetes at Scale: Going Multi-Cluster with Istio
Severalnines
 

Recently uploaded (20)

TMU毕业证书精仿办理
TMU毕业证书精仿办理TMU毕业证书精仿办理
TMU毕业证书精仿办理
 
42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert42 Ways to Generate Real Estate Leads - Sellxpert
42 Ways to Generate Real Estate Leads - Sellxpert
 
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and MoreManyata Tech Park Bangalore_ Infrastructure, Facilities and More
Manyata Tech Park Bangalore_ Infrastructure, Facilities and More
 
Boost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management AppsBoost Your Savings with These Money Management Apps
Boost Your Savings with These Money Management Apps
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom KittEnhanced Screen Flows UI/UX using SLDS with Tom Kitt
Enhanced Screen Flows UI/UX using SLDS with Tom Kitt
 
Mobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona InfotechMobile App Development Company In Noida | Drona Infotech
Mobile App Development Company In Noida | Drona Infotech
 
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSISDECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
DECODING JAVA THREAD DUMPS: MASTER THE ART OF ANALYSIS
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
 
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
美洲杯赔率投注网【​网址​🎉3977·EE​🎉】
 
Modelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - AmsterdamModelling Up - DDDEurope 2024 - Amsterdam
Modelling Up - DDDEurope 2024 - Amsterdam
 
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
Unlock the Secrets to Effortless Video Creation with Invideo: Your Ultimate G...
 
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
The Power of Visual Regression Testing_ Why It Is Critical for Enterprise App...
 
DevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps ServicesDevOps Consulting Company | Hire DevOps Services
DevOps Consulting Company | Hire DevOps Services
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
 
The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024The Rising Future of CPaaS in the Middle East 2024
The Rising Future of CPaaS in the Middle East 2024
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
 
Kubernetes at Scale: Going Multi-Cluster with Istio
Kubernetes at Scale:  Going Multi-Cluster  with IstioKubernetes at Scale:  Going Multi-Cluster  with Istio
Kubernetes at Scale: Going Multi-Cluster with Istio
 

What's new in informix v11.70

  • 1. © 2010 IBM Corporation What’s New in Informix Vaibhav S Dantale – Informix Evangelist (ASIA PAC)
  • 2. © 2010 IBM Corporation 2 Agenda  Informix Update – Product and Features Overview – New Informix features in 11.70 • Grid, Warehousing, Embed ability, Applications, Security – Call To Action
  • 3. © 2010 IBM Corporation 3 Product & Features Overview
  • 4. © 2010 IBM Corporation 4 IBM Informix: Foundational Principles ■ Scalability (IBM Informix multithreaded DSA –Dynamic Scalable Architecture) ■ Extreme OLTP Performance ■ Low footprint and little hardware resources ■ High flexibility and consistency (easy to use and learn) ■ Easy to administer and maintain (low TCO) ■ Robustness and resilience (always up and running) ■ Enterprise-Class server (meets the highest quality and mission critical demands)
  • 5. © 2010 IBM Corporation Informix v11 Key Features Continuous Availability Multiple Secondaries Shared Disk Secondary Active-Active cluster Workload management Flexible failover handling Backup/Restore to Directory Parallel Whole System Backup Ordering of DBSpaces During Backup/Restore Continuous Log Restore Non-Blocking Checkpoint Optimistic Concurrency Enterprise Replication Enhancements Admin Free Zone Open Admin Tool Admin API Cluster Management Extensive ER Support Rename and Configuration Changes Automated Update Stats Improved Wizards Windows Installer Updated to Installshield ISW Application Development Dynamic SQL in SPL Trigger Enhancements Named Parameters in a Callable Statement BIGINT and BIGSERIAL support Derived Tables in the FROM Clause of Queries Index Self Join Basic Text Search with XML support Enhanced Data Types for Distributed Queries Deployment Wizard Optimizer Directives in ANSI- Compliant Join Queries Sysdbopen / Sysdbclose XML Publishing & Transformations Auto Re-prepare Security Common Criteria (ISO/IEC 15408) Label Based Access Control Encrypted Communication in HDR Single sign-on via Kerberos SSL Encryption Web Feature Service
  • 6. © 2010 IBM Corporation Informix Features and Value Clustering, Replication GUI Based: Open Admin Tool (OAT) Compression Warehouse Time Series and other Datablades High Availability & Performance Ease of Use, Hands Free Low Cost Business Intelligence Smart Meters and Sensors, GIS and other innovative solutions
  • 7. © 2010 IBM Corporation Informix: Clustering High Performance, High Availability …  High Performing data server: – If your information has to be served up quickly – It has to be always available. – Customers scale for high volume throughput – Financial services: 100,000 messages/sec on 4-CPU Linux system – Pharmacy system: 1B transactions per day on a 8-CPU machine – Over 225 transactions/sec on a 32-CPU system with space for growth  High Availability: Reduces costs – What does downtime cost your organization? “In our benchmarking process, Informix came out above all other leading solutions for its performance, scalability and reliability.” - Jon Tasker - Project Manager, Trafficmaster, UK How much does 1 hour of downtime cost your business? TimeIsMoney $6,450,000/hour is $107,500/minute!
  • 8. © 2010 IBM Corporation 8 Add Capacity Locally on Demand Add Synchronize Copies for HA and Extra Workload Handling Share Point of Sales Data with Headquarters Share Subsets of Information Between Clusters of Servers Putting it All Together The Informix Advantage: Flexible/Scalable Architecture Expand and Implement GloballyAnimated Slide
  • 9. © 2010 IBM Corporation Informix: Open Admin Tool Ease of Use & Hands Free  All of your Informix Systems can be administered from this simple GUI Tool.  Monitor your entire environment  Drill down to a single site  Drill down to a singe server  Or look at a single SQL statement Many customers average 2,000 servers per DBA Manage a few or thousands of locations
  • 10. © 2010 IBM Corporation 10 New Features in Informix 11.70
  • 11. © 2010 IBM Corporation 11 Panther Themes  Intelligent Grid  Easy Embeddability  Expand Warehouse Infrastructure  Empower Applications Development  Enhanced Security Management
  • 12. © 2010 IBM Corporation 12 Intelligent Grid: Simple Setup  Install Informix on your server(s) – Servers may have secondary servers attached such as HDR, RSS, or SDS servers  Define a grid to contain your servers: – Just give your grid a name and tell it the list of servers to use – You can either use the Open Admin Tool graphical interface or a command line tool to define your grid – Configure whether you want to replicate just schema changes or schema and data changes  The grid is ready to use! Spread your Workload Across different Hardware, Operating systems, and versions of Informix AIX Linux Dynamic Global Grid Secondary Solaris Secondary Windows
  • 13. © 2010 IBM Corporation 13 Intelligent Grid: Simple Administration  Flexible and easy to use – Administer all the servers in the Grid through SQL or the graphical Open Admin Tool • Define which servers are allowed to administer the grid • Attach to that server and administer all servers in your grid – Comprehensive set of administration commands • Dynamically add and drop servers to/from the grid • Performing all DDL operations on all servers in the grid, such as Create Table, Alter Table, … • Interface for targeting administration to a subset of servers in the grid Allows running a query simultaneously on one or more servers in the grid Output of the query is kept in a local table on each server for later inspection This interface can be used as a general purpose distributed query executor as well: » For instance look at the inventory of each store to see what items need to be reordered – It is still possible to administer individual servers in the Grid directly • Through OAT or command line tools
  • 14. © 2010 IBM Corporation 14 Intelligent Grid: Simple Workload Management  Setup a connection manager for the grid – A simple configuration file determines what servers to manage – The connection managers for different sets of servers can be run simultaneously – Several identical connection managers can be run simultaneously for higher availability  The connection manager for grid distributes application connection requests to the servers in the grid  Example:  Assume a grid with a server in New York and a server in San Francisco  The connection manager for grid can be setup for users on both coasts:  Use it to connect users in SF to the server in SF and the users in NY to the NY server  If a server goes down the connection manager for grid will reroute connections to the remaining server  For instance SF users would start connecting to the NY server  If a server goes down that has a backup secondary server then connections will be rerouted to the backup server once failover is complete Connection Manager for grid
  • 15. © 2010 IBM Corporation 15 Usage Example: Expanding Beyond a Single Cluster An Informix Cluster running on AIX Shared Disk Tables: A, B, C, D An Informix Cluster running on Linux Shared Disk Tables: A, B, E, F Connection Manager for grid Connection Manager for Cluster Connection Manager for Cluster Initially one cluster is needed Business grows and a new cluster in a new city is needed – new hardware is used New applications are created that require data from both sites so a grid is created Dynamic Global Grid
  • 16. © 2010 IBM Corporation 16 Embeddability  Self Maintenance – Automated storage allocation • Allow existing chunks to be extended automatically • Add chunks automatically when space is low • Threshold used to determine when to add space  Self Configuring – Deployment Assistant / Utility • Build a package containing Informix (Optional) pre-built database(s) (Optional) applications • Compresses the package • Deploy, decompress, and install the package on multiple systems • Good for media distribution such as CDs  Informix Embeddability toolkit – Tutorial for creating an end to end embeddability scenario – Example scripts for using Deployment Assistant/Utility
  • 17. © 2010 IBM Corporation 17 Embeddability  Self Healing: – Standardize errors and alarm codes for application exception handling • Out of memory, out of disk, root uninitialized, assertion failure, IDS not running, etc… – Basic Text Search, Web Feature Service, Node, Spatial, Timeseries, MQ • Can now be used without first registering them in your database – Internally handle errors and retry when possible • For example, automatically adding space to a table, automatically registering blades… – Automated DB Scheduler tasks added • Timeout users that have been idle for too long • Automatic notification when IDS marks an index “bad” • Automatic table storage optimization based on user settable parameters • Automatically allocate CPU VPs to match hardware/licensing when IDS starts
  • 18. © 2010 IBM Corporation 18 Warehouse Infrastructure  Query optimization – Improved Star and Snowflake join performance – Support for using more than one btree index in a query – Optimal memory management for warehouse queries  Improved statistics handling – Fragment level statistics are saved – Fragment statistics are combined to form global table statistics – Will not rebuild statistics for fragments that haven’t changed – Attach/detach will automatically update statistics when applicable  As tables grow automatically add table fragments based on intervals – Intervals can be date intervals (e.g. 1 month) or numeric intervals (e.g. 1-100)  “list” fragmentation  Will create a fragment for each item in a list, for example: … PARTITION p1 VALUES ('CA', 'OR') IN dbs1
  • 19. © 2010 IBM Corporation 19 Enhanced Application Development  Stored Procedure Debugging – Integration with the Optim Data Studio procedure debugger – Integration with Microsoft Visual Studio debugger  Improved compatibility with open source applications: – Drupal, Hibernate, Geronimo, iBATIS, Mediawiki, Tomcat, Xwiki – Possible enhancements for: • Alfresco, Atlasian, Bugzilla, JBoss, Joomla, Mono, OpenBravo, SugarCRM, etc…  New SQL syntax added for compatibility – As open source applications are ported syntax changes are made to accommodate those programs: • NULL clause now supported • Relax the position of the default clause • Relax the position of ON DELETE CASCADE • Support for “if [not] exists” • Expressions allowed as arguments to “count” aggregate
  • 20. © 2010 IBM Corporation 20 Enhanced Application Development - Features  Table defragmentation (online table reorg) – Coalesce contiguous extents to reduce number of extents  Provide support for MQ series server on a remote box – Multiple instances of IDS to attach to the same MQ server – Expose the messages in the queue as an IDS table  New install framework – Consistent UI across all platforms  More language supported by OAT  Optim Performance Manager support for IDS
  • 21. © 2010 IBM Corporation 21 Enhanced Security – Features  Selective row-level (SRL) Auditing – Allow customers to pick which tables and operations to audit  Trusted Context – Trust user authentication done by middle tier applications – Allow these middle tier applications to switch users over an existing connection without shutting down the connection  Support non-OS users – IDS users will no longer need to have a login on the host OS  Encryption of raw disks via Encryption Expert – Encryption for regular file systems already supported – Vormetrics currently supports only HP, but more available shortly – Most Informix customers use raw disks
  • 22. © 2010 IBM Corporation Call to Action  “Got old versions?” Get a quote for a Bridge to Upgrade  Visit the “Discover Informix” site and Download the Informix e-book Check out the online Informix ROI tool  Join the IIUG www.iiug.org & http://informixindia.in – Watch for Informix events in your area  Save operational costs by Upgrading to Informix 11.7  Contact IBM with Questions / Feedback  WATCH THIS SPACE http://www.ibm.com/discoverinformix
  • 23. © 2010 IBM Corporation Additional Resources on Informix Product Features • IBM.com/informix Official page • http://www-01.ibm.com/software/data/informix/ • (IBM Internal) Informix Competitive wiki – Informix Topics • http://w3.ibm.com/connections/wikis/home?lang=en#/wiki/DM%20Competitive% 20Wiki/page/Informix%20Topics • (IBM Internal) Discover Informix • http://w3-103.ibm.com/software/xl/portal/content?synKey=J307050C03147H20 • (IBM Internal) Informix Set it and Forget it • http://w3- 103.ibm.com/software/xl/portal/content?synKey=I552869E51163U58#overview
  • 24. © 2010 IBM Corporation 24 Questions