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 > relation of updating a table and logfile

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-03, 12:01
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
relation of updating a table and logfile

Hi All,
I am working with db2 v7.2 fix pack 6 and AIX 5.2

I am trying to update a table with 10 mil records and updating will impact to 1.7 mil records

my question is:
whole of table will transfer to logfile or just 1.7 mil records?

Thank you in advance for your help.
Reply With Quote
  #2 (permalink)  
Old 11-21-03, 12:31
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
Just the 1.7 rows that are changed are logged. It would good if you could do intermediate commits. This can be specified on the import command. Intermediate commits every 100-1000 updates is a good commit interval.

If you don't perform intermediate commits, your log files may fill up.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 11-21-03, 12:37
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
Quote:
Originally posted by Marcus_A
Just the 1.7 rows that are changed are logged. It would good if you could do intermediate commits. This can be specified on the import command. Intermediate commits every 100-1000 updates is a good commit interval.

If you don't perform intermediate commits, your log files may fill up.
Thank you Marcus
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