Hello Everyone,
I just a very general question. I have a client application that uploads real-time sales data to a web site which is then stored on a SQL Server backend.
Potentially, the size of my sales data tables can become enormous causing my online reports to take a very long time to process the rows and rows of data.
As an alternative, I want to offer a summarized view of the data. Initially, I considered writing an Insert Trigger to propagate the data into another summary table containing running totals and stuff but I'm not sure if this is the way to go.
I want to make all the data available but i also want better performance.
I have been reading a bit on Data Warehouses and Data Marts and wonder if either one of these might be an alternative solution.
I am looking for any thoughts anyone might have.
Thanks a bunch.
I just a very general question. I have a client application that uploads real-time sales data to a web site which is then stored on a SQL Server backend.
Potentially, the size of my sales data tables can become enormous causing my online reports to take a very long time to process the rows and rows of data.
As an alternative, I want to offer a summarized view of the data. Initially, I considered writing an Insert Trigger to propagate the data into another summary table containing running totals and stuff but I'm not sure if this is the way to go.
I want to make all the data available but i also want better performance.
I have been reading a bit on Data Warehouses and Data Marts and wonder if either one of these might be an alternative solution.
I am looking for any thoughts anyone might have.
Thanks a bunch.