How is it possible to implement the ETL process for a web site with millions of users and transactions?
Suppose that there is web site with millions of transactions. Its manager needs to see semi real time multidimensional reports. How is it better to perform the ETL process? What kind of architecture we should use to Extracting data from databases, Transforming and then loading them to the data warehouse? Is it a good solution to perform the ETL process every hour or every half hour? What kind of risks of performance we may face? Do we always need to have a data warehouse to get rich reports? Thanks
July 26th, 2011 5:28am

Hmm, if he\she wants to see reports in real time I think you would be better of to create SSRS report that based on SELECT statements needed for report.. To seep up the query you need properly defined indexes. SSRS has caching to run reports from the memory... Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2011 6:00am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics