|
| Total Answers and Comments: 3 |
Last Update: October 04, 2005 |
|
| | |
|
Submitted by: senkumar79 Aggregate table contains the summary of existing warehouse data which is grouped to certain levels of dimensions.Retrieving the required data from the actual table, which have millions of records will take more time and also affects the server performance.To avoid this we can aggregate the table to certain required level and can use it.This tables reduces the load in the database server and increases the performance of the query and can retrieve the result very fastly.
Above answer was rated as good by the following members: ankeshjain | Go To Top
|