What are partitions in informatica and which one is used
for better performance?
Answer Posted / srinu
Pipeline Partitioning Overview
Configuring Partitioning Information
Cache Partitioning
Round-Robin Partition Type
Hash Keys Partition Types
Key Range Partition Type ---BestPerformance
Pass-Through Partition Type
Database Partitioning Partition Type
Partitioning Relational Sources
Partitioning File Sources
Partitioning Relational Targets
Partitioning File Targets
Partitioning Joiner Transformations
Partitioning Lookup Transformations
Partitioning Sorter Transformations
Mapping Variables in Partitioned Pipelines
Partitioning Rules
Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
How can you differentiate between powercenter and power map?
How to extract sap data using informatica?
What is the scenario which compels informatica server to reject files?
How to generate sequence numbers?
can anyone suggest best free Talend data integration training online
What are the types of schemas we have in data warehouse and what are the difference between them?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
What is a dimensional model?
Define Pmrep command?
What are the reusable transformations?
What are the measure objects?
How can repository reports be accessed without sql or other transformations?
hi friends .i designed mapping in windows but i want to run mapping in linux.should i install the server components in linux?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks