473,836 Members | 2,123 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Excessive z-lock time with LOAD command?

There is a significant gap (~ 3.5 minutes) in the time our LOAD
command indicates that the BUILD phase is complete and the time we
have control returned to our script.

I ran the test below on a dedicated system with no other processes
running. Our tablespaces are on Veritas filesystems. Any insight/
suggestions welcome...

From the LOAD output:

SQL3515W The utility has finished the "LOAD" phase at time
"02/20/2008
13:31:55.301939 ".

SQL3500W The utility is beginning the "BUILD" phase at time
"02/20/2008
13:31:55.304641 ".

SQL3213I The indexing mode is "INCREMENTA L".

SQL3515W The utility has finished the "BUILD" phase at time
"02/20/2008
13:32:38.044731 ".
Number of rows read = 437645
Number of rows skipped = 0
Number of rows loaded = 437645
Number of rows rejected = 0
Number of rows deleted = 0
Number of rows committed = 437645

db2 =db2 (cont.) =DB20000I The SQL command completed
successfully.
db2 =>
Wed Feb 20 13:36:08 EST 2008
Feb 20 '08 #1
2 3052
On Feb 20, 12:46*pm, mike.lopi...@fm r.com wrote:
There is a significant gap (~ 3.5 minutes) in the time our LOAD
command indicates that the BUILD phase is complete and the time we
have control returned to our script.

I ran the test below on a dedicated system with no other processes
running. Our tablespaces are on Veritas filesystems. Any insight/
suggestions welcome...

From the LOAD output:

SQL3515W *The utility has finished the "LOAD" phase at time
"02/20/2008
13:31:55.301939 ".

SQL3500W *The utility is beginning the "BUILD" phase at time
"02/20/2008
13:31:55.304641 ".

SQL3213I *The indexing mode is "INCREMENTA L".

SQL3515W *The utility has finished the "BUILD" phase at time
"02/20/2008
13:32:38.044731 ".

Number of rows read * * * * = 437645
Number of rows skipped * * *= 0
Number of rows loaded * * * = 437645
Number of rows rejected * * = 0
Number of rows deleted * * *= 0
Number of rows committed * *= 437645

db2 =db2 (cont.) =DB20000I *The SQL command completed
successfully.
db2 =>
Wed Feb 20 13:36:08 EST 2008
Can you paste the load command ? Do you use temp tablespaces to build
indexes? That would mean more time to transfer the indexes from the
temp tablespaces to it's parent tablespace..
Feb 20 '08 #2
On Feb 20, 2:09*pm, Arun Srinivasan <arunro...@gmai l.comwrote:
On Feb 20, 12:46*pm, mike.lopi...@fm r.com wrote:


There is a significant gap (~ 3.5 minutes) in the time our LOAD
command indicates that the BUILD phase is complete and the time we
have control returned to our script.
I ran the test below on a dedicated system with no other processes
running. Our tablespaces are on Veritas filesystems. Any insight/
suggestions welcome...
From the LOAD output:
SQL3515W *The utility has finished the "LOAD" phase at time
"02/20/2008
13:31:55.301939 ".
SQL3500W *The utility is beginning the "BUILD" phase at time
"02/20/2008
13:31:55.304641 ".
SQL3213I *The indexing mode is "INCREMENTA L".
SQL3515W *The utility has finished the "BUILD" phase at time
"02/20/2008
13:32:38.044731 ".
Number of rows read * * * * = 437645
Number of rows skipped * * *= 0
Number of rows loaded * * * = 437645
Number of rows rejected * * = 0
Number of rows deleted * * *= 0
Number of rows committed * *= 437645
db2 =db2 (cont.) =DB20000I *The SQL command completed
successfully.
db2 =>
Wed Feb 20 13:36:08 EST 2008

Can you paste the load command ? Do you use temp tablespaces to build
indexes? That would mean more time to transfer the indexes from the
temp tablespaces to it's parent tablespace..- Hide quoted text -

- Show quoted text -
Here is the abbreviated command (removed some columns):

LOAD FROM File.del of del modified by coldel| tempfiles path '/
filesystem1/archive/dbconfig/TEMPFILES'
INSERT INTO Daily1 (
date,
time,
..... upd_d
) NONRECOVERABLE cpu_parallelism 6

Running DB2 V8 FixPak #12.
Feb 20 '08 #3

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

Similar topics

9
2325
by: Tom Cat | last post by:
Is there anything wrong with using a lot of include files? On one part of my website, I have a form. The page it posts data to, includes a different file based on some of the values. The include files also include other pages based on different values. All of these work together to select the right information from the database and display it in the correct format. I'm just wondering if it is better to put all the code in one file...
1
1504
by: Luigi | last post by:
I noted a strange behavior in floated boxes. Let's suppose you have a container box with a padding of x pixels. Put, within this box, another box, with a margin of y pixels, floated by the float: right property. Perhaps you think that the horizontal distance between the boxes (the inner box and the outer box) borders is equal to x + y. It is equal to x + 2y instead !!!
5
1511
by: ptass | last post by:
If i create a simple windows form .exe then launch it via a href, ( simple one touch deployment ), why does the .net framework/iis search in multiple places and for multiple files derived from the actual .exe name. ( most of which don't exist ) eg; 2005-03-01 04:47:35 10.2.5.229 GET /Components/Softix.Platform.Application.Startup.exe - 80 - 10.2.5.232 200 0 0 16621 314 15 2005-03-01 04:47:40 10.2.5.229 GET
2
2172
by: Enjoy Life | last post by:
We have an ASP site that hits up an Access database of categories of products and products. (e.g. Categories = Napkins, Tablecloths; Products = 20x20 Napkins, 21x21 Napkins, 54x54 Tablecloths, 60x60 Tablecloths) We currently have select boxes that when you select a category, it populates the next select box with the proper list of products (i.e. I select Napkins as a category, I get a listing of the Napkins) We would like to put a...
1
1598
by: AP | last post by:
I have a form with a subform. when I navigate through the records using a combo box to jump to a particular record on the main form, "calculating..." appears in the status bar and there is at least one control with a flashing value (that looks like the form is looping through records) sometimes, if I roll the mouse over the flashing control, the status bar quickly switches to 'Form View', but sometimes, it continues for a bit. Any code...
0
1417
by: Tom Stepka | last post by:
Problem: We are experiencing an excessive (i.e. 16 - 20 seconds) delay when attempting to establish socket connection over the network, using the TcpLister.AcceptSocket() and TcpClient.Connect(ipAddress, Port) calls. It seems that the delay is between client.Connect() and listener.Accept(). We never have a delay when we use a telnet client to connect to the server. And we do not have a delay on all networks, just on some. The code we...
6
8122
by: nekiv90 | last post by:
Greetings, Could someone confirm if the following reasoning is correct (64-bit DB2 on 64-bit AIX v5.3): ================================================================== For each connection to DB2 db, AIX will reserve a 64GB shared memory segment for buffer caching. So if there are connections to 3 different DBs, AIX will reserve a
2
2317
by: jd_12345 | last post by:
Windows XP Pro SP2 Excel 2003 SP2 IBM DB2 Personal Edition accessing a DB2 database on an AIX server via the DB2 ODBC driver I am accessing an external DB via MS Excel using Data-->Import External Data -->New Database Query. Last week I connected quickly and reliably. As of Monday morning, It now takes 7.5 minutes to connect to the DB and all the while the hard disk is spinning constantly. Another tool no longer connects at all with...
0
1143
by: Dennis Yurichev | last post by:
Hi. Sorry for being lame, but is there any automatic tool or editor feature which can eliminate excessive brackets in C++ expression to show it in tidy look?
7
1475
by: Dennis Yurichev | last post by:
Hello. I'm looking for any algorithm which can take C++ experssion at input and offer at output the same expression with excessive bracketts removed. Where should I look for it?
0
9812
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9657
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10823
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10532
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10243
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6975
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5642
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4443
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4003
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.