Connecting Multiple Fact Tables
3 posters
Page 1 of 1
Connecting Multiple Fact Tables
Hi There,
I have created a star schema with one Fact table & 6 dimensions tables. The Fact table has 10 million records as of Now. The data in this Fact table will keep on increasing (Lets assume we will be adding 10 million records each year to it). In such situation will it be appropriate to create mutiple fact table with same schema for each year or it will be advisable to add the new records to the existing Fact table(Will this create any performance issues).
If you recommend to add the new records to separate table with similar schema then how will i link these Fact tables together in the cube.
Thanks
I have created a star schema with one Fact table & 6 dimensions tables. The Fact table has 10 million records as of Now. The data in this Fact table will keep on increasing (Lets assume we will be adding 10 million records each year to it). In such situation will it be appropriate to create mutiple fact table with same schema for each year or it will be advisable to add the new records to the existing Fact table(Will this create any performance issues).
If you recommend to add the new records to separate table with similar schema then how will i link these Fact tables together in the cube.
Thanks
dhasan- Posts : 2
Join date : 2012-10-01
Re: Connecting Multiple Fact Tables
What database system are you using? Most support partitioning which allows you to break a table up into smaller pieces but still appear as a single table from a query standpoint.
Re: Connecting Multiple Fact Tables
I am using Sql Server 2008 R2.
dhasan- Posts : 2
Join date : 2012-10-01
Re: Connecting Multiple Fact Tables
You should be able to use SQL Server's table partitioning feature to patition the fact table, and it is the best practice to do so, as suggested by Ngalemmo.
hang- Posts : 528
Join date : 2010-05-07
Location : Brisbane, Australia
Similar topics
» Connecting multiple fact tables
» Modelling question - Multiple fact tables with one to many relationships and querying from many fact tables
» Joining Multiple Fact Tables
» Single fact table vs multiple fact tables - what is the right way in a dimensional model?
» Multiple Fact Tables vs. Consolidated Fact Table
» Modelling question - Multiple fact tables with one to many relationships and querying from many fact tables
» Joining Multiple Fact Tables
» Single fact table vs multiple fact tables - what is the right way in a dimensional model?
» Multiple Fact Tables vs. Consolidated Fact Table
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum