RE: What is Difference between E-R Modeling and Diment...
hi everybody,In ER modeling the data is in normalised form. So more number of Joins, which may adversly affect the system performnace.Whereas in Dimensional Modelling the data is denormalised, so less number of joins, by which system performance will improve.bye.
RE: What is Difference between E-R Modeling and Diment...
In the E-R modeling the data is represented in entities and attributes and it's in the denormalized form.. In the dimensional modeling the data is represented in form of facts and dimension's the fact's contain only neumaricals and foreign key's and the dimension's are used to refer's the data from fact table's using these fact and dimensions we can form OLAP cubes for analysis ..which are useful for decision support for management
RE: What is Difference between E-R Modeling and Diment...
E-R Modeling is a model for OLTP, optimized for Operational database, namely insert, update, delete data and stressing on data relational integrity.Dimensional Modeling is a model for OLAP, optimized for retrieving data because it's uncommon to update or delete the data.