473,398 Members | 2,120 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,398 software developers and data experts.

manual rebalancing

Hi all,

I have certain questions for which I am not able to get any answers.

1. Can I manually rebalance a tablespace? The problem is that I have a
18 hr live production environment. If a tablespace gets full during
this time, I can use "BEGIN NEW STRIPE SET" option to add a container
without rebalance and continue my transactions. At the end of the day,
I want to rebalance the data. So is there any way to manually
rebalance the tablespace.

2. Can I read already committed data?. I have certain records which
are getting updated. So there is a IX lock on those records. Can I
read the column's previous value?

Please help me out in solving this.

Saurabh

Mar 22 '07 #1
2 1563
spider007 wrote:
2. Can I read already committed data?.
You can _only_ read committed data, unless you use the UR isolation level
(UR = uncommitted read).
I have certain records which
are getting updated. So there is a IX lock on those records. Can I
read the column's previous value?
No. You will have to maintain the before image yourself somehow yourself.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Mar 22 '07 #2
Ian
spider007 wrote:
1. Can I manually rebalance a tablespace? The problem is that I have a
18 hr live production environment. If a tablespace gets full during
this time, I can use "BEGIN NEW STRIPE SET" option to add a container
without rebalance and continue my transactions. At the end of the day,
I want to rebalance the data. So is there any way to manually
rebalance the tablespace.

No. Once you've started a new stripe set, the old one is frozen.

However, why don't you just extend your existing containers (i.e.,
"alter tablespace ... extend ... ")?

That saves you from having to rebalance at all.
Mar 23 '07 #3

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

Similar topics

2
by: Hayden Kirk | last post by:
Hi Is there an updated PHP 5 manual with all the new class stuff in it to download? The chm one is still old and only has php5 comparing classes... Thanks
5
by: Glenn | last post by:
I've RTFM'd and searched google and Zend and still am having a problem loading php_mssql.dll. First, background: I'm using PHP Version 4.3.10 Apache/2.0.52 MySQL Server 4.1 Windows 2000...
5
by: Joe Green | last post by:
When I do a: import socket print socket.socket().recv.__doc__ it tells me to look in the Unix manual. What is it on about, and is this manual online? I am generally struggeling with the...
2
by: Gunnar | last post by:
Hello, I've just written a CPP program that reads integers from a binary file, and used this code while (my_ifstram.read( (char* ) &number, sizeof(int)) { // do something with number } My...
6
by: hrishy | last post by:
Hi I am reading a book called adavanced db2 dba certification guide by Thomas Phan..this is the only db2 book available in india..There they are talking about tablespace reblance when a new...
5
by: Zlatko Matić | last post by:
Hello. I have finished my MS Access application and now I would like to embedd some users manual in the aplication. Is it possible and how to create it ? In which format, by which tools ? Thanks...
4
by: Paul Aspinall | last post by:
Hi I have a service installed, but I want to programatically set it to 'Manual' startup, rather than 'Automatic'. I cannot do this with 'System.serviceProcess.ServiceInstaller()' as I don't...
4
by: Charles Law | last post by:
I've been using monitors a bit lately (some of you may have heard ;-) ) and then up pop Manual and AutoResetEvents , and they look for all the world like the same thing. Are they...
2
by: dangerd | last post by:
Hi there, I have another trivial question. In the PHP manual, the description section often contains the following elements: Description array mysql_fetch_array ( resource $result ) I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.