|
| Total Answers and Comments: 3 |
Last Update: January 27, 2009 Asked by: vishnukumar |
|
| | |
|
Submitted by: ABHI2411 A MDDB is generally used where large number of aggregations and summarizations are required along with a very fast retrieval of data.Here the data is stored in the form of multidiemnsional cube(however physically it is also implemented in the form of multidimensional pointers) rather than 2 dimensional regular tables.Here the data retrieval is very fast due to the concept of Sparse and Dense dimensions which helps in searching of data only in concerned blocks.However it is not capable of handling large volumes of data so practically MDDB is mainly placed over some very distinctive modules like Finance(where users cannot afford to wait while retrieving the records).Order Mnagement and Procurement still use the same RDBMS approach.
Above answer was rated as good by the following members: malay_dutta, feeblenoise | Go To Top
|