• subscribe
June 16, 2008 12:00 AM

Indexing the Staging Database

SQL Server Pro
InstantDoc ID #99494

In a data warehouse environment, there’s often a separate database used by the ETL process that's typically called the staging database. The tables in this database might bear little to no resemblance to the tables in the final data warehouse; some are landing places for transactional and non-transactional datasources as they enter the data warehouse environment. Other tables are used as intermediate steps in the checking, scrubbing, separating, decoding, validating, and verifying portions of the ETL process. Still other tables are used to store operational audit logs. Typically, indexing these tables is severely limited, to the point in which some tables have no indexes on them at all. Instead, data integrity is managed and maintained by the transformation process. I'll discuss some of the transformation process in a future article



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...