dbTalk Databases Forums  

Historical Data !

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Historical Data ! in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
sekharsql
 
Posts: n/a

Default RE: Historical Data ! - 04-07-2008 , 05:25 PM






Yes, you can create a horizontal partion on the table.

create a view on the base table and the archive table with union all.
create a check constraint on the archive table to enter the data below the
specific date. this will redirects your query from the view to searcht the
historical table only , instead of the base table.





"Noor" wrote:

Quote:
Dear Professional.

I would appreciate if you can guide me one thing. I am working on one of the
trading environment and I am expecting billions of records in order table. I
am thinking to move historical record into Historical Database and fetch the
record from Historical database if needed and implement the Partition on top
of it which Partitioning I have to implement Data Range or ??.

I am not sure this is the right solution or I have to adopt different
approach.

Please advice.

Thanks




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.