If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Reporting database strategy

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-13-07, 10:41
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
Reporting database strategy

DB2 v8.2
AIX 5

I am working on creating a reporting database that customers can query.
The rpt database should include the records of the app database, but should not be pruned like the app database so it will include historical data.

Currently we are doing this through a once a day export/load process. However I want to take this down to 3-5 minutes. After changing the interval on the export/load I am beginning to wonder if this is the best way to do this. I think the constant loading on the database will bring in locking issues with the customers querying. So not sure if using export/import would be any better, or a DB2 SQL Replication that does not replicate deletes.

Any thoughts?


Charlie.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On