How do we implement materialized view?when to use materialized view?
Answer / chanti
A materialized view provides indirect access to table data by storing the results of a query in a separate schema object. Unlike an ordinary view, which does not take up any storage space or contain any data.
A materialized view can be stored in the same database as its base table(s) or in a different database.
Materialized views stored in the same database as their base tables can improve query performance through query rewrites. Query rewrites are particularly useful in a data warehouse environment.
| Is This Answer Correct ? | 3 Yes | 0 No |
i have a wf i want to run this very day 3 time every 3 hours how can you scheduled that?
After a load is done to my target table, I need to insert a last row, which might be formed at some expression transformation and brought to target. Do I have to have separate mapping to be run after the 1st mapping? Or in a single mapping how to achieve this?
How union transformation is active ?
what is the main advantage of unconnected lookup
in flatfile target how can u create header and footer plese give me the comands how will u write in session properties
My source is like bellow F.NAME M.NAME L.NAME A B C D E F G H I and out put should like S.NO F.NAME M.NAME L.NAME 1 A B C 2 D E F 3 G H I 4 UNNOWN UNNOWN UNNOWN How can we acheive? please explane me indetail
How you prepared reports for OLAP?
In operator is used in which transformation in informatica 8.6.0
If we are using an aggregator but forget to mention the group by port .what will be the output??
I have source like this 1:2;3. so i want to load the target as 123
How to prepared lld.can any one tell me detailed explanetion.
What will be the approach?