SlideShare a Scribd company logo
1 of 69
Power up performance of your
Informatica Environment
Wise Men Confidential
www.wisemen.com | info@wisemen.com | +1 281-953-4500
Wise Men Confidential
Disclaimer Notice
Wise Men Consultants, Inc. / Wise Men Solutions LLC (“Wise Men”) specifically disclaims any
and all responsibility for the content or any material submitted during this presentation. All
information hereunder is disclosed “as is” without warranty or guarantee of any kind as to its
accuracy, completeness, operability, fitness for any particular purpose, merchantability, or any
warranty express, implied or statutory. Wise Men shall not be liable to any one for any
damage, expenses, or claim of loss of any kind or character (direct, indirect, or consequential)
arising from the use of or reliance on the information shared herein. You may not copy, use,
reproduce, republish, transmit or exploit any information provider herein without the written
consent of Wise Men authorized representative. Any and all information provided in this
presentation is proprietary and all rights including but not limited to intellectual property
rights in these belong to Wise Men. By attending this presentation any further you hereby
agree to abide by any and all intellectual property notices and restrictions contained herein.
2
Wise Men Confidential
Speaker Profile
Shadab Alam , Technical Lead
 As a technical lead of Integration and Information Services Practice,
 Shadab is responsible for development of best practices,
methodologies, solution frameworks & providing technical
assessment and consultancy to new and existing project
engagements at Wise Men.
 Shadab has over 10 years of IT experience in multiple industries
including banking and finance, Pharmaceutical, Hospitality etc. He
has strong knowledge of various datawarehouse & BI products such
as Informatica PowerCenter, Microsoft BI tool stack, SAP Business
Objects, TIBCO Spotfire, Oracle PL/SQL, Teradata and utilities.
3
Wise Men Confidential
 Introductions
 Wise Men Overview
 Data Integration Performance Challenges
 Effect Of Poor Performance On The Organization
 What are the Sources of The Problem ?
 Various Best Practices
 Case Studies
 Summary
 Q & A
Agenda
Wise Men Confidential 5
Established in 1997 and
headquartered in Houston, Wise
Men is a global technology
services and solutions provider in
the integration and ERP space.
We are a Women and Minority
owned company with over 550
employees and contractors
worldwide.
In 2000, we started our
Middleware operations with
SeeBeyond’s DataGate and
eGate. We helped our customers
in the seamless technology
integration in the Egate, JavaCAPS
and Fusion space. We pride
ourselves as being integration
experts in platforms like
Informatica, TIBCO, Fusion, Web
Methods, SAP PI, GIS and few
others
USA, India (Hyderabad and
Pune) and Canada
About us History
Global
Presence
Philosophy: Integrate, Analyze, and Prosper
Our Motto: High customer satisfaction – We never quit!
Wise Men Corporate Overview
Wise Men Confidential
6
• Integration and Information Strategy and blue prints
• Business Process Automation
• SOA / EAI / B2B / EDI / DI / ETL / DQ / MDM
• TIBCO, Informatica, Oracle Fusion, SAP PI, GIS
Integration
platform Services
• SAP & Oracle
• Custom application development
• Modernization, Testing & Legacy Migration
• Application Management Services
Application
Services
• Infrastructure / Middleware Management Services
• Helpdesk, Incident Management, Problem management
• Middleware Migration Services
• 24/7 Database, Linux services
• Solution manager based SAP help desk
Managed
Services
18+
Years in the
industry
8+
550+
Vertical specializations
5Locations across
the globe
Employees globally
Offerings
Wise Men Confidential 7
•Integration Architecture Assessment and Strategy Consulting
•Integration Initiatives Business Value Assessment
•Application and Enterprise Integration Architecture Consulting
•MDM and BI Architecture and Strategy Consulting
Architecture
•Development services for EAI, SOA, ETL and B2B Initiatives
•Infrastructure & capacity planning, go-live/cut-over planning and
support
•End to End MDM implementation
•Data warehouse, Data Quality and Business Intelligence
Development
•Infrastructure setup and maintenance
•Automated deployment and promotion framework
•Disaster Recovery setup and assessment
Administration
Services
•Application Wise Desk
•24 X 7 Operations support, levels 1, 2 and 3 using onsite, onshore
and offshore development centers
•Migration & Upgrades, Training
•MicroSourcingTM
Managed Services
and Sourcing
WiseMenBTAFramework
Integration Practice Service Offerings
Wise Men Confidential
Integration Platform Services
8
EAI B2B MDM SOA BRM ETL
Deep Experience In Variety of Projects Migrations
Product Migration
Vendor or
Platform Migration
Wise Men BTA Framework
Reference Architectures,
Patterns & Decision Trees
Integration Standard
Documents
Project Plan templates
Platform Migration &
Upgrade Best Practices
In-House Technical Experts on Multiple Integration Vendor Technologies
Expertise in Multiple Industries
Oil & Gas
Energy &
Utility
Healthcare
Higher
Education
Hospitality &
Gaming
Logistics & Wholesale
Distribution
9
Performance Improvement of Informatica Environment
Wise Men Confidential
Data Integration Performance Challenges
Companies are struggling to keep up the pace with changing business scenarios like
Merger &Acquisitions or Addition of new business lines.
 Increased data volume and complexity
 Multiple sources and formats of data
 Need for real time integration
10
Wise Men Confidential
Data Integration Performance Challenges
 Design issues
 Increase in volume of data
 Increased complexity
 Poorly configured system resources
 Lack of Installation and setup best practices
11
Wise Men Confidential
Impact of Poor Performance
 Timeliness : Lead to loss of timely information and potentially a affecting a business
critical decisions.
 Flexibility : In ability to accommodate the dynamic business changes
 Compliance/SLA: Missed service level agreements(SLA) or compliances.
 Productivity: Time lost in waiting for data loads to complete
 Hardware Resource: Un-even consumption of resources
12
Wise Men Confidential
Addressing the Challenges
 Development Best Practices
 Informatica PowerCenter features
 Administration Best Practices
13
14
Development Best Practices
Wise Men Confidential
Development Best Practices
The development best practices for performance involves optimization guidelines
majorly involves optimizing :
 Transformations
 Session, and other workflows tasks
15
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing Source Qualifier Transformation
 Use Optimizer hints when multiple tables are used in one Source Qualifier
 Source Qualifier would pull the data faster when there is index defined on
group by/order by/where clause columns
 For flat file sources ,if possible use fixed width file format instead of
character based delimiter as Informatica Integration services spends more
time in parsing such source file formats.
16
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing Expression Transformation :
 Factor Out Common Logic
 Replacing Common Expressions with Local Variables/User defined functions
 Using Operators Instead of Functions
 Simplify nested function when possible.
i.e. instead of IIF(condition1,result1,IIF(condition2,result2,IIF(…)))))
Try
DECODE(TRUE,condition1,result1, … condition n, result n)
17
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing Aggregator Transformation :
 Use it as early in the mapping as possible
 Use sorted input to decrease use of aggregate cache
 Limit the number of input or output ports
 Group by on simple columns, when possible
18
Wise Men Confidential
Development Best Practices – Optimizing Transformation
19
Aggregator
Sorted input
Option
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing Filter/Router transformation :
 Consider Source Qualifier with a filter to limit rows within relational sources
 Filter as close to the source as possible
 Replace multiple filters with a router
20
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing Joiner Transformation :
 Designate the master to the source with fewer duplicate key values
 Designate the master source as the source with fewer rows
 Perform joins in a database when possible
 Join on sorted column when possible ( Provide sorted data into Joiner Transformation)
21
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing Lookup Transformation :
 Remove the columns which are not used in target or in lookup override
 Use Equality condition first when there are multiple conditions in lookup
 Override the default order by clause .
 Use cached lookup wisely
 Use of conditional call
 Re-use the cache if lookup table is not changing frequently
22
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing Sequence Generator Transformation :
 Make the Sequence Generator transformation a re-usable transformation and use it in
multiple mappings
 Enable Number of cached values property by setting values to it.
23
Wise Men Confidential
Development Best Practices – Optimizing Transformation
Optimizing SQL Transformation :
 Avoid Script mode. If possible use Query
mode instead.
 Avoid SQL Transaction statement such as
commit and rollback (if possible)
24
Wise Men Confidential
Development Best Practices – Optimizing Session Task
Optimizing Session Task
 Assign enough buffer memory to session’s DTM Process
 Use right cache size for all cache related transformation
 Use incremental aggregation option if the percentage of changes is less as compared
to over all volume of source data
 Configure the database connection using native driver rather than ODBC driver
 Try configuring the session to load the target database using external loader
 Configure the data movement as bulk mode when there is no constraints on target
tables
 Increase the database commit interval if there is big volume of data movement
25
Wise Men Confidential
Development Best Practices – Optimizing Session Task
 Collect Performance data : Enable the performance
counter in development/test environment to check
any further bottlenecks.
• value under readfromdisk and writetodisk , a non
zero value indicates insufficient cache settings
• a non zero count for Errorrows indicates the
need for elimination of transformation error to
improve the performance
 Session Log : Look for warning message in session log
for insufficient memory buffer
• Integration service writes a warning message in
session log when session is not able allocate
required buffer memory to DTM process.
“Message: WARNING: Insufficient number of data blocks
for adequate performance. Increase DTM buffer size of
the session. The recommended value is xxxx.”
26
Reviewing & Identifying the bottleneck
Wise Men Confidential
Development Best Practices – Optimizing Session Task
 Thread statistics :Check for
thread statistics for reader,
transformation, writer’s
busy percentage
 Higher busy percentage of
any one of the
thread(Reader, Writer,
Transformation) as
compared to other
indicates the performance
bottleneck at that point.
27
28
Informatica Product Features for performance tuning
Wise Men Confidential
Informatica Features
Features
 Pushdown Optimization
 Pipeline Partition
 Dynamic Partition
 Concurrent Workflows
 Grid Deployment
29
Wise Men Confidential
Informatica Features –Pushdown Optimization
Pushdown Optimization
 Pushes transformation logic to the source or target database to utilize the power
of database engine
 Converts transformation logic into SQL statements
 Minimizes the movement of data between servers
 Freedom from memory or disk management for all transformation needing cache
30
Wise Men Confidential
Informatica Features –Pushdown Optimization
Options for applying Pushdown Optimization :
 Source Side:- The Integration Service pushes as much
transformation logic as possible to the source database.
 Target Side:- The Integration Service pushes as much
transformation logic as possible to the target database.
 Full( Both source and Target):- The Integration Service
attempts to push all transformation logic to the target
database. If the Integration Service cannot push all
transformation logic to the target database, it performs both
source-side and target-side pushdown optimization
31
 Using a parameter ($$PushdownConfig):- The parameter lets you run a session using the different
types of pushdown optimization. The settings in the $$PushdownConfig parameter override the
pushdown optimization settings in the session properties.
Wise Men Confidential
Informatica Features –Pushdown Optimization
Limitations :
 The session fails if the SELECT statement in the SQL- override refers to a database sequence
 The database might not support to all the function that is used in an expression in the
transformation.
 Expression containing variable port can’t be pushed.
 Informatica can’t push the a set of parallel lookups to database
 Unconnected lookup transformation performs slower
 The session fails if the SQL override contains an ORDER BY clause and one tries to push the
Source Qualifier transformation logic to an IBM DB2, Microsoft SQL Server, Sybase ASE, or a
Teradata database.
32
Wise Men Confidential
Informatica Features –Pushdown Optimization
33
Converting Parallel Lookup to
Pushdown optimized mapping
 A mapping containing parallel
lookups cannot be pushed to the
database
 Design the mapping and the change
the lookups into joiners
Wise Men Confidential
Informatica Features –Pushdown Optimization
34
Converting Un Connected Lookup to
Pushdown optimized mapping
 A mapping containing
unconnected lookups might
perform slower as unconnected
lookups are converted into outer
joins
 Compensate by changing the
lookups to joiners whenever
possible.
Wise Men Confidential
Informatica Features –Pushdown Optimization
35
Converting Expression with variable port to
Pushdown optimized mapping
 Pushdown Optimization is not possible
for this mapping because variable ports
are not supported.
 Consider replacing the variable with
actual calculation on source ports as
shown : (NET_AMOUNT = AMOUNT –
FEE, DOLLAR_AMT = NET_AMOUNT *
RATE) with (DOLLAR_AMT = (AMOUNT –
FEE) * RATE)
Wise Men Confidential
Informatica Features – Comparison b/w PDO and Non PDO
Properties Non-PDO PDO
Run-time Slow Quick
Development time Less More (Mapping needs to be optimized)
No of
transformations/mapping No difference Might differ
Connection Object
Different connection objects
as per normal approach
Single connection object for
source/target/lookup for full PDO
No of look-ups No Difference
No Difference (look-ups need sequential
arrangement)
Log row errors option
available (yes/no?) Need not be set Set to report error on multiple matches
Use of Informatica
functions allowed Yes
All are allowed (with Certain minute
Restrictions)
Requires centralized
database No
Yes (If tables are present in multiple
databases)
37
Session Partitioning
Wise Men Confidential
Informatica Features – Session Partitioning
Session Partitioning
 Increases the performance of Powercenter through parallel data processing
 Effectively utilize the hardware power of multiprocessor and grid based environment setup
 Splits the large data set into smaller subsets to process them in parallel
 Uses various algorithm to split the data such as database partitioning, round robin
partitioning ,hash auto key, hash user defined, key range, pass through
38
Wise Men Confidential
Informatica Features –Session Partition
 Database Partitioning
 Pass-through
 Round-robin
 Hash auto-keys
 Hash user keys
 Key range
39
Wise Men Confidential
Informatica Features –Session Partition
Partition Types – Pass Through
 Data is processed without redistributing the rows among partitions
 Serves only to add a stage to the pipeline
 Use when you want an addition thread for a complex transformation but you
don't need to redistribute the data
40
Wise Men Confidential
Informatica Features –Session Partition
Partition Type – Key range
 The DTM passes data to each partition depending on user-specified ranges
 You may use several ports to form a compound partition key
 The DTM discards rows not falling into any specified range
 If two or more ranges overlap, a row can go down more than 1 partition resulting in
duplicate data
 Use Key range partitioning when the sources or targets in the pipeline are partitioned
by key range
41
Wise Men Confidential
Informatica Features –Session Partition
Partition Type – Round Robin
 The Integration Service distributes rows of data evenly to all partitions
 Use when there is no need to group data among partitions
 Effective when reading flat file sources of different sizes
 Use when data has been partitioned unevenly upstream and requires significantly
more processing before arriving at the target
42
Wise Men Confidential
Informatica Features –Session Partition
Partition Type – Hash Auto Keys
 The DTM applies a hash function to a partition key to group data among
partitions
 Use hash partitioning to ensure that groups of rows are processed in the same
partition
 The DTM automatically determines the partition key based on :
• Aggregator or rank group keys
• Join keys
• Sort keys
43
Wise Men Confidential
Informatica Features –Session Partition
Partition Type – Hash User Keys
 This is similar to hash auto keys except the user specifies which ports make up
the partition
 Alternative to hard-coded key range partition on relational target(if DB table is
partitioned)
44
Wise Men Confidential
Informatica Features –Session Partition
Partition Type – Database Partitioning
 Only valid for DB2 and Oracle databases in a multi-node database
 Sources : Oracle and DB2
 Targets : DB2
 The number of partitions does not have to be equal to the number of database
nodes
 Performance may be better if they are equal .
45
Wise Men Confidential
Informatica Features –Session Partition
Rules for Adding Partition Point :
 You cannot add a partition point to a sequence generator
 You cannot add a partition point to an unconnected lookup
transformation
 You cannot add a partition point on a source definition
 If a pipeline is split and then concatenated, you cannot add a partition
on any of the transformation between the split and concatenation
46
Wise Men Confidential
Informatica Features –Session Partition
Guidelines of Adding Partitions
 Ensure you have enough free memory in order to avoid memory allocation failures
 Don’t add partition points if the session is already source or target constrained
 Tune the source or target to eliminate the bottleneck
 Don’t add partition points if the CPUs are already maxed out (%idle < ~5%)
 Eliminate unnecessary processing and/or buy more CPUs
 Take advantage of database partitioning
47
48
Dynamic Partitioning
Wise Men Confidential
Informatica Features – Dynamic Session Partition
Dynamic Session Partitioning :
 PowerCenter dynamically decide the
degree of parallelism based on :
• Number of source database partitions
• Number of CPUs on the node
• Number of nodes in the grid
• Based on user defined number
of partitions.
 Is useful when the data volume increases
or the number of CPU’s available changes
49
Wise Men Confidential
Informatica Features – Dynamic Session Partition
Rules and Guidelines for Dynamic Partitioning
 Dynamic partitioning uses the same connection for each partition.
 You cannot use dynamic partitioning with XML sources and targets.
 Sessions that use SFTP fail if you enable dynamic partitioning.
 When you set dynamic partitioning and you manually partition the session on
the Mapping tab, you invalidate the session.
50
Informatica Features
51
Concurrent Workflows
Wise Men Confidential
Informatica Features – Concurrent Workflow
Concurrent Workflow features
 Configure a workflow to run its multiple instances
 Multiple instances can have same instance name or can be configured to have a unique
names
52
53
Grid Deployment
Wise Men Confidential
Informatica Features – Grid Deployment
Grid Deployment
 Provides load balancing and scalability by switching the nodes in grid
 Integration Service runs a service process on each available node of the grid
 Session threads are distributed to multiple DTM process in the grid
54
Wise Men Confidential
Informatica Features – Grid Deployment
Grid Deployment helps to achieve
 Load Balancing : Nodes are chosen dynamically based on process size , CPU
utilization , memory requirement
 High Availability : Facilitates switchover from master to backup node in case
failure
 Dynamic Partition :Facilitates dynamic Sessions partitions where in integration
service make use of multiple nodes in the grid.
55
56
Administration Best Practices
Wise Men Confidential
Administration best practices for performance tuning
Administration best practices involves :
 Setting up Grid configuration
• Workflow on Grid
• Session on Grid
 Configuring High availability
 Identifying and tuning up Informatica server resources such as CPU, Disk,
Memory etc.
57
58
Grid Configuration
Wise Men Confidential
Administration best practices for performance tuning
Benefits of Informatica Grid Configuration :
 Workflows on a grid
The Integration Service distributes workflows across the nodes in a grid. It
also distributes the Session, Command, and predefined Event-Wait tasks within
workflows across the nodes in a grid.
 Sessions a grid
The Integration Service distributes session threads across nodes in a grid.
59
Wise Men Confidential
Administration best practices –Grid Configuration
60
Setting workflow on Grid Setting Session on Grid
Wise Men Confidential
Administration best practices
Optimizing Grid Deployments
 Add compatible nodes to the grid
 Increase storage capacity and bandwidth
 Use shared file systems
 Use a high-throughput network when accessing source/target over the network
61
62
High Availability Setup
Wise Men Confidential
Administration best practices –High Availability configuration
Key underlying components to achieve a Powercenter HA solution are :
 Highly available database
 Redundant Network
 Highly Available Shared file system
63
General Recommendations
 Network >1 GB
 HA CFS w/ heartbeat & failover
 Redundant network
Wise Men Confidential
Administration Best Practices – HA Best Practices
High availability setup best practices – Informatica components
 Configure IS AND RS to run on opposite primary nodes
 Configure gateway operation and application to run on separate nodes
 Configure the IS AND RS to run on multiple worker nodes
 Use highly available database for the repository and domain
64
65
Identifying & Tuning Server & Resources
Wise Men Confidential
Administration Best Practices
Tuning Informatica Server/Resources
 Improve network speed -Decrease the number of network hops
 Use Multiple CPUs – Run multiple session on multiple CPUs
 Reduce Paging – Configure physical memory for integration service
process
 Use processor binding : Distribute CPU well between different server
resources.
66
Wise Men Confidential
Summary
 Different challenges with data integration performance
 Causes of Performance degradation
 Impact of Performance issues
 Addressing the issues
• Developer best practices
• Informatica product Features
• Administration best practices
 Wise Men has been providing Informatica based services for last 10+
years including performance improvement assessments, architecture
engagements and Informatica development & support services
67
68
Copyrights 2015. Wise Men. All Rights Reserved.
Downtown Office
1010 Lamar Ste 550
Houston, TX 77002
O: +1 281-953-4500
Global Delivery Center
8-2-596/C/4 & 8-2-596/C/5
Ascent Towers, Floor No. 4 & 5
Road No: 10, Banjara Hills
Hyderabad – 500034, India
O: +91 40 4036 3344
Pune Office
Sr. No. 106/ 107
Lohia Jain Business Center
Floor No. 4
Senapati Bapat Road
Pune 411016, India
Headquarters
1500 S Dairy Ashford Ste 285
Houston, TX 77077
O: +1 281-679-6740
Thank you

More Related Content

What's hot

Reduce timeline and budget for sap business objects 4.2 migration and upgrade...
Reduce timeline and budget for sap business objects 4.2 migration and upgrade...Reduce timeline and budget for sap business objects 4.2 migration and upgrade...
Reduce timeline and budget for sap business objects 4.2 migration and upgrade...Sebastien Goiffon
 
Application Management & Support Best Practices
Application Management & Support Best PracticesApplication Management & Support Best Practices
Application Management & Support Best PracticesJulie Champagne
 
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...webMethods World: How Can You Innovate Even Faster With the Latest webMethods...
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...Software AG
 
SaaS Implementation
SaaS ImplementationSaaS Implementation
SaaS ImplementationHROAssoc
 
Software defined infrastructure
Software defined infrastructureSoftware defined infrastructure
Software defined infrastructuremdscomputers
 
MuleSoft PKO - C4E and Platform Insights
MuleSoft PKO - C4E and Platform InsightsMuleSoft PKO - C4E and Platform Insights
MuleSoft PKO - C4E and Platform InsightsAngel Alberici
 
Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1
 Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1 Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1
Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1Anup Lakra
 
Introduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slidesIntroduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slidesVincenzo Capozzoli
 
An Inside look at Philips SpeechExec Enterprise
An Inside look at Philips SpeechExec EnterpriseAn Inside look at Philips SpeechExec Enterprise
An Inside look at Philips SpeechExec Enterprisegr8situation
 
06 august meetup - enterprise integration architecture
06   august meetup - enterprise integration architecture06   august meetup - enterprise integration architecture
06 august meetup - enterprise integration architectureAldo Fernandez
 
Marlabs Capability Overview: Web Development, Usability Engineering Services
Marlabs Capability Overview: Web Development, Usability Engineering ServicesMarlabs Capability Overview: Web Development, Usability Engineering Services
Marlabs Capability Overview: Web Development, Usability Engineering ServicesMarlabs
 
Service Operation
Service OperationService Operation
Service OperationPeleg
 

What's hot (20)

Siddhartha-Resume
Siddhartha-ResumeSiddhartha-Resume
Siddhartha-Resume
 
Reduce timeline and budget for sap business objects 4.2 migration and upgrade...
Reduce timeline and budget for sap business objects 4.2 migration and upgrade...Reduce timeline and budget for sap business objects 4.2 migration and upgrade...
Reduce timeline and budget for sap business objects 4.2 migration and upgrade...
 
Application Management & Support Best Practices
Application Management & Support Best PracticesApplication Management & Support Best Practices
Application Management & Support Best Practices
 
Whats new in web methods 9.12
Whats new in web methods 9.12Whats new in web methods 9.12
Whats new in web methods 9.12
 
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...webMethods World: How Can You Innovate Even Faster With the Latest webMethods...
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...
 
SaaS Implementation
SaaS ImplementationSaaS Implementation
SaaS Implementation
 
Remote Infrastructure Management Services (RIMS)
Remote Infrastructure Management Services (RIMS)Remote Infrastructure Management Services (RIMS)
Remote Infrastructure Management Services (RIMS)
 
Software defined infrastructure
Software defined infrastructureSoftware defined infrastructure
Software defined infrastructure
 
MuleSoft PKO - C4E and Platform Insights
MuleSoft PKO - C4E and Platform InsightsMuleSoft PKO - C4E and Platform Insights
MuleSoft PKO - C4E and Platform Insights
 
Infrastructure Management Services
Infrastructure Management ServicesInfrastructure Management Services
Infrastructure Management Services
 
Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1
 Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1 Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1
Wise Men Webinar: Fast Track Implementation of SAP GRC 10.1
 
Introduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slidesIntroduction to soa suite 12c in 20 slides
Introduction to soa suite 12c in 20 slides
 
An Inside look at Philips SpeechExec Enterprise
An Inside look at Philips SpeechExec EnterpriseAn Inside look at Philips SpeechExec Enterprise
An Inside look at Philips SpeechExec Enterprise
 
GaneshBollapragadaProfile
GaneshBollapragadaProfileGaneshBollapragadaProfile
GaneshBollapragadaProfile
 
How to assign sap business planning and consolidation authorizations via the ...
How to assign sap business planning and consolidation authorizations via the ...How to assign sap business planning and consolidation authorizations via the ...
How to assign sap business planning and consolidation authorizations via the ...
 
Soa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone GeibSoa suite12c presentation @AMIS by Simone Geib
Soa suite12c presentation @AMIS by Simone Geib
 
06 august meetup - enterprise integration architecture
06   august meetup - enterprise integration architecture06   august meetup - enterprise integration architecture
06 august meetup - enterprise integration architecture
 
Marlabs Capability Overview: Web Development, Usability Engineering Services
Marlabs Capability Overview: Web Development, Usability Engineering ServicesMarlabs Capability Overview: Web Development, Usability Engineering Services
Marlabs Capability Overview: Web Development, Usability Engineering Services
 
Oracle soa suite 12c
Oracle soa suite 12cOracle soa suite 12c
Oracle soa suite 12c
 
Service Operation
Service OperationService Operation
Service Operation
 

Viewers also liked

Management in Informatica Power Center
Management in Informatica Power CenterManagement in Informatica Power Center
Management in Informatica Power CenterEdureka!
 
Introduction to Cognos BI
Introduction to Cognos BIIntroduction to Cognos BI
Introduction to Cognos BIEdureka!
 
Introduction to OpenStack
Introduction to OpenStackIntroduction to OpenStack
Introduction to OpenStackEdureka!
 
Informatica Powercenter Architecture
Informatica Powercenter ArchitectureInformatica Powercenter Architecture
Informatica Powercenter ArchitectureBigClasses Com
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power CenterEdureka!
 
Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...
Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...
Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...Edureka!
 
Differences between OpenStack and AWS
Differences between OpenStack and AWSDifferences between OpenStack and AWS
Differences between OpenStack and AWSEdureka!
 
Control Transactions using PowerCenter
Control Transactions using PowerCenterControl Transactions using PowerCenter
Control Transactions using PowerCenterEdureka!
 

Viewers also liked (8)

Management in Informatica Power Center
Management in Informatica Power CenterManagement in Informatica Power Center
Management in Informatica Power Center
 
Introduction to Cognos BI
Introduction to Cognos BIIntroduction to Cognos BI
Introduction to Cognos BI
 
Introduction to OpenStack
Introduction to OpenStackIntroduction to OpenStack
Introduction to OpenStack
 
Informatica Powercenter Architecture
Informatica Powercenter ArchitectureInformatica Powercenter Architecture
Informatica Powercenter Architecture
 
ETL Using Informatica Power Center
ETL Using Informatica Power CenterETL Using Informatica Power Center
ETL Using Informatica Power Center
 
Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...
Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...
Salesforce Certification | Salesforce Careers | Salesforce Training For Begin...
 
Differences between OpenStack and AWS
Differences between OpenStack and AWSDifferences between OpenStack and AWS
Differences between OpenStack and AWS
 
Control Transactions using PowerCenter
Control Transactions using PowerCenterControl Transactions using PowerCenter
Control Transactions using PowerCenter
 

Similar to Powerup performance of Informatica Environment Nov 5, 2015

Keys to establish sustainable DW and analytics on the cloud -Impetus webinar
Keys to establish sustainable DW and analytics on the cloud -Impetus webinarKeys to establish sustainable DW and analytics on the cloud -Impetus webinar
Keys to establish sustainable DW and analytics on the cloud -Impetus webinarImpetus Technologies
 
‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and Services‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and ServicesMaan21
 
First bankcard presentation 3.3.15
First bankcard presentation 3.3.15First bankcard presentation 3.3.15
First bankcard presentation 3.3.15Julie McDonald
 
InfoTrellis Consulting & Professional Services Overview
InfoTrellis Consulting & Professional Services OverviewInfoTrellis Consulting & Professional Services Overview
InfoTrellis Consulting & Professional Services OverviewMichael Harris
 
Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...
Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...
Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...Precisely
 
Corporate Technologies
Corporate TechnologiesCorporate Technologies
Corporate TechnologiesJhill324
 
Klarna Tech Talk - Mind the Data!
Klarna Tech Talk - Mind the Data!Klarna Tech Talk - Mind the Data!
Klarna Tech Talk - Mind the Data!Jeffrey T. Pollock
 
FME:23 Bringing Life to Data
FME:23 Bringing Life to DataFME:23 Bringing Life to Data
FME:23 Bringing Life to DataSafe Software
 
VirtusaPolaris’ Enterprise Information Management
VirtusaPolaris’ Enterprise Information ManagementVirtusaPolaris’ Enterprise Information Management
VirtusaPolaris’ Enterprise Information ManagementTalend
 
Starter Kit for Collaboration from Karuana @ Microsoft IT
Starter Kit for Collaboration from Karuana @ Microsoft ITStarter Kit for Collaboration from Karuana @ Microsoft IT
Starter Kit for Collaboration from Karuana @ Microsoft ITKaruana Gatimu
 
Enhancing Contact Centers Through Open Source Digital Workplace Solutions
Enhancing Contact Centers Through Open Source Digital Workplace SolutionsEnhancing Contact Centers Through Open Source Digital Workplace Solutions
Enhancing Contact Centers Through Open Source Digital Workplace SolutionsSanjay Willie
 
Empowering you with Democratized Data Access, Data Science and Machine Learning
Empowering you with Democratized Data Access, Data Science and Machine LearningEmpowering you with Democratized Data Access, Data Science and Machine Learning
Empowering you with Democratized Data Access, Data Science and Machine LearningDataWorks Summit
 
PureApp Presentation
PureApp PresentationPureApp Presentation
PureApp PresentationProlifics
 
TRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONS
TRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONSTRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONS
TRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONSTaction Software LLC
 
Clover Infotech Corporate PPT
Clover Infotech Corporate PPTClover Infotech Corporate PPT
Clover Infotech Corporate PPTSwetha Elias
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?Nicolas Georgeault
 
Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...
Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...
Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...Perficient, Inc.
 
Teradata Professional Services Overview
Teradata Professional Services OverviewTeradata Professional Services Overview
Teradata Professional Services OverviewTeradata
 
00_GSS_pres samples_033115
00_GSS_pres samples_03311500_GSS_pres samples_033115
00_GSS_pres samples_033115Lisa A. F
 

Similar to Powerup performance of Informatica Environment Nov 5, 2015 (20)

Keys to establish sustainable DW and analytics on the cloud -Impetus webinar
Keys to establish sustainable DW and analytics on the cloud -Impetus webinarKeys to establish sustainable DW and analytics on the cloud -Impetus webinar
Keys to establish sustainable DW and analytics on the cloud -Impetus webinar
 
‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and Services‘The Valai’ – Our IT Solutions and Services
‘The Valai’ – Our IT Solutions and Services
 
First bankcard presentation 3.3.15
First bankcard presentation 3.3.15First bankcard presentation 3.3.15
First bankcard presentation 3.3.15
 
InfoTrellis Consulting & Professional Services Overview
InfoTrellis Consulting & Professional Services OverviewInfoTrellis Consulting & Professional Services Overview
InfoTrellis Consulting & Professional Services Overview
 
Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...
Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...
Introducing Trillium DQ for Big Data: Powerful Profiling and Data Quality for...
 
Corporate Technologies
Corporate TechnologiesCorporate Technologies
Corporate Technologies
 
Klarna Tech Talk - Mind the Data!
Klarna Tech Talk - Mind the Data!Klarna Tech Talk - Mind the Data!
Klarna Tech Talk - Mind the Data!
 
FME:23 Bringing Life to Data
FME:23 Bringing Life to DataFME:23 Bringing Life to Data
FME:23 Bringing Life to Data
 
VirtusaPolaris’ Enterprise Information Management
VirtusaPolaris’ Enterprise Information ManagementVirtusaPolaris’ Enterprise Information Management
VirtusaPolaris’ Enterprise Information Management
 
Starter Kit for Collaboration from Karuana @ Microsoft IT
Starter Kit for Collaboration from Karuana @ Microsoft ITStarter Kit for Collaboration from Karuana @ Microsoft IT
Starter Kit for Collaboration from Karuana @ Microsoft IT
 
Enhancing Contact Centers Through Open Source Digital Workplace Solutions
Enhancing Contact Centers Through Open Source Digital Workplace SolutionsEnhancing Contact Centers Through Open Source Digital Workplace Solutions
Enhancing Contact Centers Through Open Source Digital Workplace Solutions
 
Empowering you with Democratized Data Access, Data Science and Machine Learning
Empowering you with Democratized Data Access, Data Science and Machine LearningEmpowering you with Democratized Data Access, Data Science and Machine Learning
Empowering you with Democratized Data Access, Data Science and Machine Learning
 
PureApp Presentation
PureApp PresentationPureApp Presentation
PureApp Presentation
 
TRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONS
TRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONSTRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONS
TRANSFORM DATA WITH INSIGHTFUL ANALYTICS - BUSINESS INTELLIGENCE SOLUTIONS
 
Clover Infotech Corporate PPT
Clover Infotech Corporate PPTClover Infotech Corporate PPT
Clover Infotech Corporate PPT
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?
 
Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...
Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...
Don't Leave Data Behind: Integration Strategies for On-premise and Cloud Solu...
 
Succesfactors demo
Succesfactors demoSuccesfactors demo
Succesfactors demo
 
Teradata Professional Services Overview
Teradata Professional Services OverviewTeradata Professional Services Overview
Teradata Professional Services Overview
 
00_GSS_pres samples_033115
00_GSS_pres samples_03311500_GSS_pres samples_033115
00_GSS_pres samples_033115
 

More from Wise Men

SolMan CHARM Webinar
SolMan CHARM WebinarSolMan CHARM Webinar
SolMan CHARM WebinarWise Men
 
RPA Webinar Wise Men Solutions
RPA Webinar  Wise Men SolutionsRPA Webinar  Wise Men Solutions
RPA Webinar Wise Men SolutionsWise Men
 
Webinar: Transforming Warehouse Operations with SAP EWM
Webinar: Transforming Warehouse Operations with SAP EWMWebinar: Transforming Warehouse Operations with SAP EWM
Webinar: Transforming Warehouse Operations with SAP EWMWise Men
 
Wise Men Solutions Cloud Migration Webinar
Wise Men Solutions Cloud Migration WebinarWise Men Solutions Cloud Migration Webinar
Wise Men Solutions Cloud Migration WebinarWise Men
 
“Migration to Suite of HANA”
“Migration to Suite of HANA”“Migration to Suite of HANA”
“Migration to Suite of HANA”Wise Men
 
SAP Fiori Mobility Applications
SAP  Fiori Mobility ApplicationsSAP  Fiori Mobility Applications
SAP Fiori Mobility ApplicationsWise Men
 
SAP Fiori : Drive Digital Transformation
SAP Fiori : Drive Digital TransformationSAP Fiori : Drive Digital Transformation
SAP Fiori : Drive Digital TransformationWise Men
 
Wise Men- SAP GRC Webinar Deck- March 2015
Wise Men- SAP GRC Webinar Deck- March 2015Wise Men- SAP GRC Webinar Deck- March 2015
Wise Men- SAP GRC Webinar Deck- March 2015Wise Men
 
Exploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile SolutionsExploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile SolutionsWise Men
 
Wise Men SAP onDemand Support Services-Webinar
Wise Men SAP onDemand Support Services-WebinarWise Men SAP onDemand Support Services-Webinar
Wise Men SAP onDemand Support Services-WebinarWise Men
 
Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014Wise Men
 
Wise Men TIBCO ADF Webinar- 16 October 2014
Wise Men TIBCO ADF Webinar- 16 October 2014Wise Men TIBCO ADF Webinar- 16 October 2014
Wise Men TIBCO ADF Webinar- 16 October 2014Wise Men
 
Wise Men SAP Screen Slider
Wise Men SAP Screen SliderWise Men SAP Screen Slider
Wise Men SAP Screen SliderWise Men
 
Wise Men SAP HANA
Wise Men SAP HANAWise Men SAP HANA
Wise Men SAP HANAWise Men
 
Wise Men Mobility Brochure
Wise Men Mobility BrochureWise Men Mobility Brochure
Wise Men Mobility BrochureWise Men
 
Wise Men Sap Analytics Brochure
Wise Men Sap Analytics BrochureWise Men Sap Analytics Brochure
Wise Men Sap Analytics BrochureWise Men
 
SAP TM Webinar 7th May 2014
SAP TM Webinar 7th May 2014SAP TM Webinar 7th May 2014
SAP TM Webinar 7th May 2014Wise Men
 
Wise Men TIBCO Infrastructure Services
Wise Men TIBCO Infrastructure ServicesWise Men TIBCO Infrastructure Services
Wise Men TIBCO Infrastructure ServicesWise Men
 
TIBCO Business Events Projects Overview
TIBCO Business Events Projects OverviewTIBCO Business Events Projects Overview
TIBCO Business Events Projects OverviewWise Men
 
TIBCO case study for oil and gas co.
TIBCO case study for oil and gas co.TIBCO case study for oil and gas co.
TIBCO case study for oil and gas co.Wise Men
 

More from Wise Men (20)

SolMan CHARM Webinar
SolMan CHARM WebinarSolMan CHARM Webinar
SolMan CHARM Webinar
 
RPA Webinar Wise Men Solutions
RPA Webinar  Wise Men SolutionsRPA Webinar  Wise Men Solutions
RPA Webinar Wise Men Solutions
 
Webinar: Transforming Warehouse Operations with SAP EWM
Webinar: Transforming Warehouse Operations with SAP EWMWebinar: Transforming Warehouse Operations with SAP EWM
Webinar: Transforming Warehouse Operations with SAP EWM
 
Wise Men Solutions Cloud Migration Webinar
Wise Men Solutions Cloud Migration WebinarWise Men Solutions Cloud Migration Webinar
Wise Men Solutions Cloud Migration Webinar
 
“Migration to Suite of HANA”
“Migration to Suite of HANA”“Migration to Suite of HANA”
“Migration to Suite of HANA”
 
SAP Fiori Mobility Applications
SAP  Fiori Mobility ApplicationsSAP  Fiori Mobility Applications
SAP Fiori Mobility Applications
 
SAP Fiori : Drive Digital Transformation
SAP Fiori : Drive Digital TransformationSAP Fiori : Drive Digital Transformation
SAP Fiori : Drive Digital Transformation
 
Wise Men- SAP GRC Webinar Deck- March 2015
Wise Men- SAP GRC Webinar Deck- March 2015Wise Men- SAP GRC Webinar Deck- March 2015
Wise Men- SAP GRC Webinar Deck- March 2015
 
Exploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile SolutionsExploring Oracle Enterprise Mobility using Oracle Mobile Solutions
Exploring Oracle Enterprise Mobility using Oracle Mobile Solutions
 
Wise Men SAP onDemand Support Services-Webinar
Wise Men SAP onDemand Support Services-WebinarWise Men SAP onDemand Support Services-Webinar
Wise Men SAP onDemand Support Services-Webinar
 
Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014Wise Men Oracle Mobility Webinar- 11-December-2014
Wise Men Oracle Mobility Webinar- 11-December-2014
 
Wise Men TIBCO ADF Webinar- 16 October 2014
Wise Men TIBCO ADF Webinar- 16 October 2014Wise Men TIBCO ADF Webinar- 16 October 2014
Wise Men TIBCO ADF Webinar- 16 October 2014
 
Wise Men SAP Screen Slider
Wise Men SAP Screen SliderWise Men SAP Screen Slider
Wise Men SAP Screen Slider
 
Wise Men SAP HANA
Wise Men SAP HANAWise Men SAP HANA
Wise Men SAP HANA
 
Wise Men Mobility Brochure
Wise Men Mobility BrochureWise Men Mobility Brochure
Wise Men Mobility Brochure
 
Wise Men Sap Analytics Brochure
Wise Men Sap Analytics BrochureWise Men Sap Analytics Brochure
Wise Men Sap Analytics Brochure
 
SAP TM Webinar 7th May 2014
SAP TM Webinar 7th May 2014SAP TM Webinar 7th May 2014
SAP TM Webinar 7th May 2014
 
Wise Men TIBCO Infrastructure Services
Wise Men TIBCO Infrastructure ServicesWise Men TIBCO Infrastructure Services
Wise Men TIBCO Infrastructure Services
 
TIBCO Business Events Projects Overview
TIBCO Business Events Projects OverviewTIBCO Business Events Projects Overview
TIBCO Business Events Projects Overview
 
TIBCO case study for oil and gas co.
TIBCO case study for oil and gas co.TIBCO case study for oil and gas co.
TIBCO case study for oil and gas co.
 

Recently uploaded

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 

Recently uploaded (20)

TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 

Powerup performance of Informatica Environment Nov 5, 2015

  • 1. Power up performance of your Informatica Environment Wise Men Confidential www.wisemen.com | info@wisemen.com | +1 281-953-4500
  • 2. Wise Men Confidential Disclaimer Notice Wise Men Consultants, Inc. / Wise Men Solutions LLC (“Wise Men”) specifically disclaims any and all responsibility for the content or any material submitted during this presentation. All information hereunder is disclosed “as is” without warranty or guarantee of any kind as to its accuracy, completeness, operability, fitness for any particular purpose, merchantability, or any warranty express, implied or statutory. Wise Men shall not be liable to any one for any damage, expenses, or claim of loss of any kind or character (direct, indirect, or consequential) arising from the use of or reliance on the information shared herein. You may not copy, use, reproduce, republish, transmit or exploit any information provider herein without the written consent of Wise Men authorized representative. Any and all information provided in this presentation is proprietary and all rights including but not limited to intellectual property rights in these belong to Wise Men. By attending this presentation any further you hereby agree to abide by any and all intellectual property notices and restrictions contained herein. 2
  • 3. Wise Men Confidential Speaker Profile Shadab Alam , Technical Lead  As a technical lead of Integration and Information Services Practice,  Shadab is responsible for development of best practices, methodologies, solution frameworks & providing technical assessment and consultancy to new and existing project engagements at Wise Men.  Shadab has over 10 years of IT experience in multiple industries including banking and finance, Pharmaceutical, Hospitality etc. He has strong knowledge of various datawarehouse & BI products such as Informatica PowerCenter, Microsoft BI tool stack, SAP Business Objects, TIBCO Spotfire, Oracle PL/SQL, Teradata and utilities. 3
  • 4. Wise Men Confidential  Introductions  Wise Men Overview  Data Integration Performance Challenges  Effect Of Poor Performance On The Organization  What are the Sources of The Problem ?  Various Best Practices  Case Studies  Summary  Q & A Agenda
  • 5. Wise Men Confidential 5 Established in 1997 and headquartered in Houston, Wise Men is a global technology services and solutions provider in the integration and ERP space. We are a Women and Minority owned company with over 550 employees and contractors worldwide. In 2000, we started our Middleware operations with SeeBeyond’s DataGate and eGate. We helped our customers in the seamless technology integration in the Egate, JavaCAPS and Fusion space. We pride ourselves as being integration experts in platforms like Informatica, TIBCO, Fusion, Web Methods, SAP PI, GIS and few others USA, India (Hyderabad and Pune) and Canada About us History Global Presence Philosophy: Integrate, Analyze, and Prosper Our Motto: High customer satisfaction – We never quit! Wise Men Corporate Overview
  • 6. Wise Men Confidential 6 • Integration and Information Strategy and blue prints • Business Process Automation • SOA / EAI / B2B / EDI / DI / ETL / DQ / MDM • TIBCO, Informatica, Oracle Fusion, SAP PI, GIS Integration platform Services • SAP & Oracle • Custom application development • Modernization, Testing & Legacy Migration • Application Management Services Application Services • Infrastructure / Middleware Management Services • Helpdesk, Incident Management, Problem management • Middleware Migration Services • 24/7 Database, Linux services • Solution manager based SAP help desk Managed Services 18+ Years in the industry 8+ 550+ Vertical specializations 5Locations across the globe Employees globally Offerings
  • 7. Wise Men Confidential 7 •Integration Architecture Assessment and Strategy Consulting •Integration Initiatives Business Value Assessment •Application and Enterprise Integration Architecture Consulting •MDM and BI Architecture and Strategy Consulting Architecture •Development services for EAI, SOA, ETL and B2B Initiatives •Infrastructure & capacity planning, go-live/cut-over planning and support •End to End MDM implementation •Data warehouse, Data Quality and Business Intelligence Development •Infrastructure setup and maintenance •Automated deployment and promotion framework •Disaster Recovery setup and assessment Administration Services •Application Wise Desk •24 X 7 Operations support, levels 1, 2 and 3 using onsite, onshore and offshore development centers •Migration & Upgrades, Training •MicroSourcingTM Managed Services and Sourcing WiseMenBTAFramework Integration Practice Service Offerings
  • 8. Wise Men Confidential Integration Platform Services 8 EAI B2B MDM SOA BRM ETL Deep Experience In Variety of Projects Migrations Product Migration Vendor or Platform Migration Wise Men BTA Framework Reference Architectures, Patterns & Decision Trees Integration Standard Documents Project Plan templates Platform Migration & Upgrade Best Practices In-House Technical Experts on Multiple Integration Vendor Technologies Expertise in Multiple Industries Oil & Gas Energy & Utility Healthcare Higher Education Hospitality & Gaming Logistics & Wholesale Distribution
  • 9. 9 Performance Improvement of Informatica Environment
  • 10. Wise Men Confidential Data Integration Performance Challenges Companies are struggling to keep up the pace with changing business scenarios like Merger &Acquisitions or Addition of new business lines.  Increased data volume and complexity  Multiple sources and formats of data  Need for real time integration 10
  • 11. Wise Men Confidential Data Integration Performance Challenges  Design issues  Increase in volume of data  Increased complexity  Poorly configured system resources  Lack of Installation and setup best practices 11
  • 12. Wise Men Confidential Impact of Poor Performance  Timeliness : Lead to loss of timely information and potentially a affecting a business critical decisions.  Flexibility : In ability to accommodate the dynamic business changes  Compliance/SLA: Missed service level agreements(SLA) or compliances.  Productivity: Time lost in waiting for data loads to complete  Hardware Resource: Un-even consumption of resources 12
  • 13. Wise Men Confidential Addressing the Challenges  Development Best Practices  Informatica PowerCenter features  Administration Best Practices 13
  • 15. Wise Men Confidential Development Best Practices The development best practices for performance involves optimization guidelines majorly involves optimizing :  Transformations  Session, and other workflows tasks 15
  • 16. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing Source Qualifier Transformation  Use Optimizer hints when multiple tables are used in one Source Qualifier  Source Qualifier would pull the data faster when there is index defined on group by/order by/where clause columns  For flat file sources ,if possible use fixed width file format instead of character based delimiter as Informatica Integration services spends more time in parsing such source file formats. 16
  • 17. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing Expression Transformation :  Factor Out Common Logic  Replacing Common Expressions with Local Variables/User defined functions  Using Operators Instead of Functions  Simplify nested function when possible. i.e. instead of IIF(condition1,result1,IIF(condition2,result2,IIF(…))))) Try DECODE(TRUE,condition1,result1, … condition n, result n) 17
  • 18. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing Aggregator Transformation :  Use it as early in the mapping as possible  Use sorted input to decrease use of aggregate cache  Limit the number of input or output ports  Group by on simple columns, when possible 18
  • 19. Wise Men Confidential Development Best Practices – Optimizing Transformation 19 Aggregator Sorted input Option
  • 20. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing Filter/Router transformation :  Consider Source Qualifier with a filter to limit rows within relational sources  Filter as close to the source as possible  Replace multiple filters with a router 20
  • 21. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing Joiner Transformation :  Designate the master to the source with fewer duplicate key values  Designate the master source as the source with fewer rows  Perform joins in a database when possible  Join on sorted column when possible ( Provide sorted data into Joiner Transformation) 21
  • 22. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing Lookup Transformation :  Remove the columns which are not used in target or in lookup override  Use Equality condition first when there are multiple conditions in lookup  Override the default order by clause .  Use cached lookup wisely  Use of conditional call  Re-use the cache if lookup table is not changing frequently 22
  • 23. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing Sequence Generator Transformation :  Make the Sequence Generator transformation a re-usable transformation and use it in multiple mappings  Enable Number of cached values property by setting values to it. 23
  • 24. Wise Men Confidential Development Best Practices – Optimizing Transformation Optimizing SQL Transformation :  Avoid Script mode. If possible use Query mode instead.  Avoid SQL Transaction statement such as commit and rollback (if possible) 24
  • 25. Wise Men Confidential Development Best Practices – Optimizing Session Task Optimizing Session Task  Assign enough buffer memory to session’s DTM Process  Use right cache size for all cache related transformation  Use incremental aggregation option if the percentage of changes is less as compared to over all volume of source data  Configure the database connection using native driver rather than ODBC driver  Try configuring the session to load the target database using external loader  Configure the data movement as bulk mode when there is no constraints on target tables  Increase the database commit interval if there is big volume of data movement 25
  • 26. Wise Men Confidential Development Best Practices – Optimizing Session Task  Collect Performance data : Enable the performance counter in development/test environment to check any further bottlenecks. • value under readfromdisk and writetodisk , a non zero value indicates insufficient cache settings • a non zero count for Errorrows indicates the need for elimination of transformation error to improve the performance  Session Log : Look for warning message in session log for insufficient memory buffer • Integration service writes a warning message in session log when session is not able allocate required buffer memory to DTM process. “Message: WARNING: Insufficient number of data blocks for adequate performance. Increase DTM buffer size of the session. The recommended value is xxxx.” 26 Reviewing & Identifying the bottleneck
  • 27. Wise Men Confidential Development Best Practices – Optimizing Session Task  Thread statistics :Check for thread statistics for reader, transformation, writer’s busy percentage  Higher busy percentage of any one of the thread(Reader, Writer, Transformation) as compared to other indicates the performance bottleneck at that point. 27
  • 28. 28 Informatica Product Features for performance tuning
  • 29. Wise Men Confidential Informatica Features Features  Pushdown Optimization  Pipeline Partition  Dynamic Partition  Concurrent Workflows  Grid Deployment 29
  • 30. Wise Men Confidential Informatica Features –Pushdown Optimization Pushdown Optimization  Pushes transformation logic to the source or target database to utilize the power of database engine  Converts transformation logic into SQL statements  Minimizes the movement of data between servers  Freedom from memory or disk management for all transformation needing cache 30
  • 31. Wise Men Confidential Informatica Features –Pushdown Optimization Options for applying Pushdown Optimization :  Source Side:- The Integration Service pushes as much transformation logic as possible to the source database.  Target Side:- The Integration Service pushes as much transformation logic as possible to the target database.  Full( Both source and Target):- The Integration Service attempts to push all transformation logic to the target database. If the Integration Service cannot push all transformation logic to the target database, it performs both source-side and target-side pushdown optimization 31  Using a parameter ($$PushdownConfig):- The parameter lets you run a session using the different types of pushdown optimization. The settings in the $$PushdownConfig parameter override the pushdown optimization settings in the session properties.
  • 32. Wise Men Confidential Informatica Features –Pushdown Optimization Limitations :  The session fails if the SELECT statement in the SQL- override refers to a database sequence  The database might not support to all the function that is used in an expression in the transformation.  Expression containing variable port can’t be pushed.  Informatica can’t push the a set of parallel lookups to database  Unconnected lookup transformation performs slower  The session fails if the SQL override contains an ORDER BY clause and one tries to push the Source Qualifier transformation logic to an IBM DB2, Microsoft SQL Server, Sybase ASE, or a Teradata database. 32
  • 33. Wise Men Confidential Informatica Features –Pushdown Optimization 33 Converting Parallel Lookup to Pushdown optimized mapping  A mapping containing parallel lookups cannot be pushed to the database  Design the mapping and the change the lookups into joiners
  • 34. Wise Men Confidential Informatica Features –Pushdown Optimization 34 Converting Un Connected Lookup to Pushdown optimized mapping  A mapping containing unconnected lookups might perform slower as unconnected lookups are converted into outer joins  Compensate by changing the lookups to joiners whenever possible.
  • 35. Wise Men Confidential Informatica Features –Pushdown Optimization 35 Converting Expression with variable port to Pushdown optimized mapping  Pushdown Optimization is not possible for this mapping because variable ports are not supported.  Consider replacing the variable with actual calculation on source ports as shown : (NET_AMOUNT = AMOUNT – FEE, DOLLAR_AMT = NET_AMOUNT * RATE) with (DOLLAR_AMT = (AMOUNT – FEE) * RATE)
  • 36. Wise Men Confidential Informatica Features – Comparison b/w PDO and Non PDO Properties Non-PDO PDO Run-time Slow Quick Development time Less More (Mapping needs to be optimized) No of transformations/mapping No difference Might differ Connection Object Different connection objects as per normal approach Single connection object for source/target/lookup for full PDO No of look-ups No Difference No Difference (look-ups need sequential arrangement) Log row errors option available (yes/no?) Need not be set Set to report error on multiple matches Use of Informatica functions allowed Yes All are allowed (with Certain minute Restrictions) Requires centralized database No Yes (If tables are present in multiple databases)
  • 38. Wise Men Confidential Informatica Features – Session Partitioning Session Partitioning  Increases the performance of Powercenter through parallel data processing  Effectively utilize the hardware power of multiprocessor and grid based environment setup  Splits the large data set into smaller subsets to process them in parallel  Uses various algorithm to split the data such as database partitioning, round robin partitioning ,hash auto key, hash user defined, key range, pass through 38
  • 39. Wise Men Confidential Informatica Features –Session Partition  Database Partitioning  Pass-through  Round-robin  Hash auto-keys  Hash user keys  Key range 39
  • 40. Wise Men Confidential Informatica Features –Session Partition Partition Types – Pass Through  Data is processed without redistributing the rows among partitions  Serves only to add a stage to the pipeline  Use when you want an addition thread for a complex transformation but you don't need to redistribute the data 40
  • 41. Wise Men Confidential Informatica Features –Session Partition Partition Type – Key range  The DTM passes data to each partition depending on user-specified ranges  You may use several ports to form a compound partition key  The DTM discards rows not falling into any specified range  If two or more ranges overlap, a row can go down more than 1 partition resulting in duplicate data  Use Key range partitioning when the sources or targets in the pipeline are partitioned by key range 41
  • 42. Wise Men Confidential Informatica Features –Session Partition Partition Type – Round Robin  The Integration Service distributes rows of data evenly to all partitions  Use when there is no need to group data among partitions  Effective when reading flat file sources of different sizes  Use when data has been partitioned unevenly upstream and requires significantly more processing before arriving at the target 42
  • 43. Wise Men Confidential Informatica Features –Session Partition Partition Type – Hash Auto Keys  The DTM applies a hash function to a partition key to group data among partitions  Use hash partitioning to ensure that groups of rows are processed in the same partition  The DTM automatically determines the partition key based on : • Aggregator or rank group keys • Join keys • Sort keys 43
  • 44. Wise Men Confidential Informatica Features –Session Partition Partition Type – Hash User Keys  This is similar to hash auto keys except the user specifies which ports make up the partition  Alternative to hard-coded key range partition on relational target(if DB table is partitioned) 44
  • 45. Wise Men Confidential Informatica Features –Session Partition Partition Type – Database Partitioning  Only valid for DB2 and Oracle databases in a multi-node database  Sources : Oracle and DB2  Targets : DB2  The number of partitions does not have to be equal to the number of database nodes  Performance may be better if they are equal . 45
  • 46. Wise Men Confidential Informatica Features –Session Partition Rules for Adding Partition Point :  You cannot add a partition point to a sequence generator  You cannot add a partition point to an unconnected lookup transformation  You cannot add a partition point on a source definition  If a pipeline is split and then concatenated, you cannot add a partition on any of the transformation between the split and concatenation 46
  • 47. Wise Men Confidential Informatica Features –Session Partition Guidelines of Adding Partitions  Ensure you have enough free memory in order to avoid memory allocation failures  Don’t add partition points if the session is already source or target constrained  Tune the source or target to eliminate the bottleneck  Don’t add partition points if the CPUs are already maxed out (%idle < ~5%)  Eliminate unnecessary processing and/or buy more CPUs  Take advantage of database partitioning 47
  • 49. Wise Men Confidential Informatica Features – Dynamic Session Partition Dynamic Session Partitioning :  PowerCenter dynamically decide the degree of parallelism based on : • Number of source database partitions • Number of CPUs on the node • Number of nodes in the grid • Based on user defined number of partitions.  Is useful when the data volume increases or the number of CPU’s available changes 49
  • 50. Wise Men Confidential Informatica Features – Dynamic Session Partition Rules and Guidelines for Dynamic Partitioning  Dynamic partitioning uses the same connection for each partition.  You cannot use dynamic partitioning with XML sources and targets.  Sessions that use SFTP fail if you enable dynamic partitioning.  When you set dynamic partitioning and you manually partition the session on the Mapping tab, you invalidate the session. 50
  • 52. Wise Men Confidential Informatica Features – Concurrent Workflow Concurrent Workflow features  Configure a workflow to run its multiple instances  Multiple instances can have same instance name or can be configured to have a unique names 52
  • 54. Wise Men Confidential Informatica Features – Grid Deployment Grid Deployment  Provides load balancing and scalability by switching the nodes in grid  Integration Service runs a service process on each available node of the grid  Session threads are distributed to multiple DTM process in the grid 54
  • 55. Wise Men Confidential Informatica Features – Grid Deployment Grid Deployment helps to achieve  Load Balancing : Nodes are chosen dynamically based on process size , CPU utilization , memory requirement  High Availability : Facilitates switchover from master to backup node in case failure  Dynamic Partition :Facilitates dynamic Sessions partitions where in integration service make use of multiple nodes in the grid. 55
  • 57. Wise Men Confidential Administration best practices for performance tuning Administration best practices involves :  Setting up Grid configuration • Workflow on Grid • Session on Grid  Configuring High availability  Identifying and tuning up Informatica server resources such as CPU, Disk, Memory etc. 57
  • 59. Wise Men Confidential Administration best practices for performance tuning Benefits of Informatica Grid Configuration :  Workflows on a grid The Integration Service distributes workflows across the nodes in a grid. It also distributes the Session, Command, and predefined Event-Wait tasks within workflows across the nodes in a grid.  Sessions a grid The Integration Service distributes session threads across nodes in a grid. 59
  • 60. Wise Men Confidential Administration best practices –Grid Configuration 60 Setting workflow on Grid Setting Session on Grid
  • 61. Wise Men Confidential Administration best practices Optimizing Grid Deployments  Add compatible nodes to the grid  Increase storage capacity and bandwidth  Use shared file systems  Use a high-throughput network when accessing source/target over the network 61
  • 63. Wise Men Confidential Administration best practices –High Availability configuration Key underlying components to achieve a Powercenter HA solution are :  Highly available database  Redundant Network  Highly Available Shared file system 63 General Recommendations  Network >1 GB  HA CFS w/ heartbeat & failover  Redundant network
  • 64. Wise Men Confidential Administration Best Practices – HA Best Practices High availability setup best practices – Informatica components  Configure IS AND RS to run on opposite primary nodes  Configure gateway operation and application to run on separate nodes  Configure the IS AND RS to run on multiple worker nodes  Use highly available database for the repository and domain 64
  • 65. 65 Identifying & Tuning Server & Resources
  • 66. Wise Men Confidential Administration Best Practices Tuning Informatica Server/Resources  Improve network speed -Decrease the number of network hops  Use Multiple CPUs – Run multiple session on multiple CPUs  Reduce Paging – Configure physical memory for integration service process  Use processor binding : Distribute CPU well between different server resources. 66
  • 67. Wise Men Confidential Summary  Different challenges with data integration performance  Causes of Performance degradation  Impact of Performance issues  Addressing the issues • Developer best practices • Informatica product Features • Administration best practices  Wise Men has been providing Informatica based services for last 10+ years including performance improvement assessments, architecture engagements and Informatica development & support services 67
  • 68. 68
  • 69. Copyrights 2015. Wise Men. All Rights Reserved. Downtown Office 1010 Lamar Ste 550 Houston, TX 77002 O: +1 281-953-4500 Global Delivery Center 8-2-596/C/4 & 8-2-596/C/5 Ascent Towers, Floor No. 4 & 5 Road No: 10, Banjara Hills Hyderabad – 500034, India O: +91 40 4036 3344 Pune Office Sr. No. 106/ 107 Lohia Jain Business Center Floor No. 4 Senapati Bapat Road Pune 411016, India Headquarters 1500 S Dairy Ashford Ste 285 Houston, TX 77077 O: +1 281-679-6740 Thank you