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

Tempspace only one container is being used - EEE!

Hi all,

DB2 - Ver 7.2 EEE on AIX

This Sytem temporary tablespace in question is created on all the 5
nodegroups, and the containers are in 5 different filesystems. For some
reason only one container is being used and eventually the filesystem
is getting FULL and the transcation fails.

The SQL being executed is a select statement with about five joins and
a group by , and tables involved are relatively big.

The filesystem holding each containers have 37GB freespace. And ulimit
for the user is unlimited.

Any hint on why this happens will be a great help!

Thanks

Nov 12 '05 #1
1 1254

"Visu" <Vi*******@gmail.com> a écrit dans le message de
news:11*********************@g44g2000cwa.googlegro ups.com...
Hi all,

DB2 - Ver 7.2 EEE on AIX

This Sytem temporary tablespace in question is created on all the 5
nodegroups, and the containers are in 5 different filesystems. For some
reason only one container is being used and eventually the filesystem
is getting FULL and the transcation fails.

The SQL being executed is a select statement with about five joins and
a group by , and tables involved are relatively big.

The filesystem holding each containers have 37GB freespace. And ulimit
for the user is unlimited.

Any hint on why this happens will be a great help!

Thanks


Hi, you should look at the access plan to see if at one step all goes to a
mono-partition nodegroup thru a tablequeue, to join with a table that is in
this mono-partition nodegroup.

One way to lift this is to create a REPLICATED table of this table in a
tablespace that is multi-partition to allow DB2 continue inter-partition
parallelism. Don't forget to runstats on this table, and you can also create
indexes (non unique) on this type of table.

HTH,

Jean-Marc
Nov 12 '05 #2

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

Similar topics

9
by: Jack | last post by:
I wrote this code: <SCRIPT LANGUAGE=JScript RUNAT=Server> .... Response.Write("<INPUT type=text id=text100 name=text100 onchange='text101.value=eee'>"); Response.Write("<BR>");...
3
by: Peteris Krumins | last post by:
Hello! I would like to ask how to search for a container element which matches some criteria. Here is what I mean. Suppose I have a structure: struct my_struct { my_struct(const std::string...
2
by: Joachim Mueller | last post by:
This sql statement dies after using more than 40GB Tempspace: INSERT INTO dcp.cmp_mo_p_bab_kart ( currency, year, figure, period, month_date, company, center, account, value ) SELECT CASE...
3
by: Mats Mohlin | last post by:
We are testing Db2 Cube Views on DB2 V8 for Solaris Small MQT get created OK but for a big MQT we get this message in the db2diag.log ADM6017E The table space "TEMPSPACE1" (ID "1") is full....
1
by: Luc Le Blanc | last post by:
Under UDB 7.2 for OS/2, how can I determine the % of used space in a DMS container (preferably via the CLP interface, so I can script the command with REXX)? At what level should I go about adding...
0
by: apple | last post by:
How large should tempspace be relative to the largest table in a database to do reorgs? Does tempspace have to be at least twice the size of the table being reorged. Assuming nothing is using...
36
by: Peter Olcott | last post by:
So far the only way that I found to do this was by making a single global instance of the container class and providing access to the contained class, through this single global instance. Are...
5
by: gerry | last post by:
I am trying to create a custom container control that will only ever contain a specific type of control. At design time, when a control of a different type is added to the container I would like...
80
by: Boltar | last post by:
Hi I need to store a number of integer values which I will then search on later to see if they exist in my container. Can someone tell me which container would be quickest for finding these...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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.