Why should we use star schema in datawarehouse design?
Answers were Sorted based on User's Feedback
Answer / arun
Star schema has less joins within its related dimensions so query retreival is faster than SNow-flake.
Space consumed is more than snow-flake
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jz
1) Query performance is high.
2) It consume less space compare to SnowFlake.
| Is This Answer Correct ? | 4 Yes | 6 No |
Is it possible to create multiple domains on a single Informatica server?
How to load the data into target table, which not have Primary/Surrogate key (Duplicate records not acceptable)
how to load dimension table and fact table. plz tell me the steps.
empno sal 1 8000 2 9000 3 8000 4 1000 how to get highest sal wise rankings in rank t/r.
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
What are the different tools in workflow manager?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
How can one identify whether mapping is correct or not without connecting session?
I have a scenario with lookup table. in that lookup table have colomns, but i need to process only 10 colomns out of 50. Please te me how can we acheive it?
which one is costliest transformation? costliest means occupying more memory. which one Aggregator,sorter,filter,etc..
What if we sort the data in descending order instead of increasing order in sorter t/f and send the data in aggregator t/f is there any performance downfall? Please answer below. thank you.
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?