what is the difference between start schma and Fsldm?
Answers were Sorted based on User's Feedback
Answer / saurabh
FSLDM -> 3rd normal form
Star Schema --> Denormalized for query performance
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / prabakaran
FLSDM is a 3nf model, vanilla made to cater a Bank's EDW
need.
Star Schema is a denormalized model
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / shubhangi
A star schema has one Fact tables and many dimensional
tables to store the related.
FSLDM (Financial services logical data model) is a model
proposed and designed by NCR to cater the needs of financial
sectors, specially the Banking domain.
It has many Fact tabls and dimension tbls.
The major fact tbls include Party (Customers of the bank),
Product (Services offered by the bank), Event (An event
occurred ex: An ATM transaction), Agreement (A deal betweem
the party and the bank for a product)etc...
The FSLDM can be customized to cater to bank's specific needs.
| Is This Answer Correct ? | 19 Yes | 13 No |
Answer / vinay sir(datawarehousing tech
Adding more to the above:
FSLDM->It was designed with variuos Subject Areas
(PARTY,LOCATION,ADDRESS,EVENT etc...).Each Subject Area is
again made up of different Entities and all these entities
are fully normalized.
Simply FSLDM consists of Many Entities and the structure
is in 3NF.
Star Schema: This can also be called as Star Join Schema.
Star schema consists of Less Entities(Fewer Fact and
Dimension tables--preferrably one fact with many dimensions)
and the structure is Denormalized.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / fsldmlearner
Can anyone please let me know what is the recommended ETL
design for loading FSLDM ? I saw one of the designs for ETL
for this at www.fsldm.com but want to understand if there
are any contents I can find anywhere on the various
components shown as www.fsldm.com ?
| Is This Answer Correct ? | 3 Yes | 7 No |
can we load 10 millions of records into target table by using tpump?
can i call router is a passive transformation
what are the file sizes in your project?
How you will check the version of teradata?
What is partitioned primary index (ppi)?
If the table does not have duplicates then which utility you can suggest to load the data ?
Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?
Discuss the advantages of using partitioned primary index in a query?
What are some primary characteristics of teradata?
I have a employee table with EMPID, EMPNAME, DEPTID, SAL and want to fetch the maximum and minimum salary on each dept id with the emp name. Can anyone help in this? The result should contain the EMPNAME, DEPTID, SAL.
Backup Script was blocked you are unable to archive the data now. how do you analyze it and where do you identify ?
How to select first n records in teradata?