Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / General / Data Warehousing / June 2005

Tip: Looking for answers? Try searching our database.

Trouble maintaining large fact table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Nestor - 28 Jun 2005 14:20 GMT
I have a fact table which holds historical records. This table is increasing
exponentially in size. To date there're already over 10 million records. I'm
having trouble maintain this table on updates and queries.

Can anyone recommend any way to deal with this?

Thanks.
JT - 29 Jun 2005 13:53 GMT
Start by profiling what date range of records are typically selected from
the table. If 90% of your queries are against transactions for the current
reporting period and only 10% of queries include records from past periods,
then consider maintaining your historical records in a seperate table with
the same structure while retaining only records for the current period in
the primary table. Perhaps a process at month end can insert into the
historical table and delete from the current table. If needed, both current
and historical records can be queried by implementing a view that unionizes
the two tables.

> I have a fact table which holds historical records. This table is increasing
> exponentially in size. To date there're already over 10 million records. I'm
[quoted text clipped - 3 lines]
>
> Thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.