473,387 Members | 1,520 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Online Reorgs and logging

I'm working on implementing online reorgs(V8 FP11 on AIX), and am
seeing a lot of transaction logging during the reorgs. My problem is
that the archive logs are filling up the active log path before they
can all be archived off to TSM. I don't have unlimited disk space. Is
there any way I can estimate the total log space that will be used by
an online reorg so I can allocate the right amount of space? I'm also
looking into speeding up archiving to TSM, but wanted to approach this
from both perspectives.

Thanks,
Ember Crooks
IBM Certified Advanced Database Administrator
-DB2 UDB V8.1 for Linux, UNIX, and Windows

Oct 12 '06 #1
1 2874
At what stage you are getting this error. If that is the stage of
INDEX rebuild use this
formula

Log space required for index rebuilding during the reorganization:
2 * (10500 + ((number of index pages / extent size) * 110) +
(number of index pages * 45) +
((number of index pages / 16000) * 64) )

cheers...
Shashi Mannepalli

da**********@gmail.com wrote:
I'm working on implementing online reorgs(V8 FP11 on AIX), and am
seeing a lot of transaction logging during the reorgs. My problem is
that the archive logs are filling up the active log path before they
can all be archived off to TSM. I don't have unlimited disk space. Is
there any way I can estimate the total log space that will be used by
an online reorg so I can allocate the right amount of space? I'm also
looking into speeding up archiving to TSM, but wanted to approach this
from both perspectives.

Thanks,
Ember Crooks
IBM Certified Advanced Database Administrator
-DB2 UDB V8.1 for Linux, UNIX, and Windows
Oct 12 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: datapro01 | last post by:
I have a question concerning reorgs. We have a relatively new DB2 system (8.1) on Aix 5.1 and we are trying to institute regular reorgs via scripts. Does it matter if the index for a table or...
4
by: GB | last post by:
Hi All, I would like to optimize my reorgs. Here are several ways to shorten reorgs or keep data online during reorgs: - db2 reorg has some shrlevel option: reference or change - db2 v7 has...
1
by: simon | last post by:
Hi Hopefully someone could point me in the right direction on this one. INFRASTRUCTURE DB2 v7 on MVS OS390 SCENARIO We are currently loading large volumes of data (eg 20MM rows) per day...
16
by: andy.standley | last post by:
Hi, we are running DB2 V8.2 (8.1.0.80) on redhat linux and I am trying to set the reorg to be online. I use the control center on the box - db2cc and then configure automatic maintenance wizard -...
2
by: datapro01 | last post by:
Running DB2 8.2 on AIX 5.2 I have a question on reorgs and reorgchk results. My reorg script is using the db2reorgchk (which I understand has certain limitations) to determine if a table or an...
1
by: David Beardsley | last post by:
I'm working with several stored procedures processing a large volume of data. After monitoring their execution using Quest's Spotlight functionality I noticed a fair number of overflow accesses...
3
by: rdudejr | last post by:
Hi all, Ive got a script Ive built which runs reorgs on all tables needing it based on output of reorgchk. The reorgs are ran inline. This past weekend, the reorgs were running against 450...
0
by: Wasted Youth | last post by:
I am having a problem in LUW. I submitted around 30 online reorgs. About half of them finished and the other half went into PAUSE status. My fellow DBA thinks it is a problem with running out of log...
0
by: mmcsbell | last post by:
What considerations do I need to take for conducting offiline reorgs in and HADR environment? Do I need to stop HADR or will the reorganization take care of both nodes?
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.