Login
Remember
Register
Ask a Question
What are the different mapping design tips for Informatica?
0
votes
asked
May 23, 2023
in
Informatica
by
SakshiSharma
What are the different mapping design tips for Informatica?
informatica
mappingdesign
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2023
by
SakshiSharma
The different mapping design tips are as follows:
Standards - The design should be of a good standard. Following a standard consistently is proven to be beneficial in the long run projects. Standards include naming descriptions, conventions, environmental settings, documentation and parameter files, etc.
Reusability - Using reusable transformation is the best way to react to the potential changes as quickly as possible. applets and worklets, these types of Informatica components are best suited to be used.
Scalability - It is important to scale while designing. In the development of mappings, the volume must be correct.
Simplicity - It is always better to create different mappings instead of creating one complex mapping. It is all about creating a simple and logical process of design
Modularity - This includes reprocessing and using modular techniques for designing.
...