473,395 Members | 1,679 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,395 software developers and data experts.

Any designs required to enhance PARALLEL load

All,

Running environment is non-partition database for datawarehouse with
DB2 V8.2 on AIX.

We have a few logical grouping of tables that we would like to load in
parallel to save time. Each grouping may load up more than 10 GB of
data.

Are there any (physical) designs that may enhance loading tables in
parallel?

Thanks!

Feb 2 '07 #1
3 1840
On Feb 3, 10:03 am, lambert...@gmail.com wrote:
All,

Running environment is non-partition database for datawarehouse with
DB2 V8.2 on AIX.

We have a few logical grouping of tables that we would like to load in
parallel to save time. Each grouping may load up more than 10 GB of
data.

Are there any (physical) designs that may enhance loading tables in
parallel?

Thanks!
Just want to clear one uncertainty: would placing tables to be loaded
in separate tablespaces help? Thanks!

Feb 5 '07 #2
la********@gmail.com wrote:
On Feb 3, 10:03 am, lambert...@gmail.com wrote:
>Running environment is non-partition database for datawarehouse with
DB2 V8.2 on AIX.

We have a few logical grouping of tables that we would like to load in
parallel to save time. Each grouping may load up more than 10 GB of
data.

Are there any (physical) designs that may enhance loading tables in
parallel?

Just want to clear one uncertainty: would placing tables to be loaded
in separate tablespaces help? Thanks!
Placing the data on multiple disks could take advantage of parallel I/O
operations for sure.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Feb 6 '07 #3
Ian
la********@gmail.com wrote:
All,

Running environment is non-partition database for datawarehouse with
DB2 V8.2 on AIX.

We have a few logical grouping of tables that we would like to load in
parallel to save time. Each grouping may load up more than 10 GB of
data.
There's nothing in DB2 that *prevents* you from loading 2 tables at the
same time. Performance may not be great if all data is on the same
disks (regardless of whether the tables are in separate tablespaces), or
if you have CPU utilization issues. But it will work.


Feb 6 '07 #4

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

Similar topics

0
by: Markus Franz | last post by:
Hi. I have a difficult problem: An array contains several different URLs. I want to load these websites in parallel by using a HTTP-Request. How can I do this in PHP? Up to now I did this...
0
by: mmf | last post by:
Hi! I am using Python for CGI scripting. I had the following script: #!/usr/bin/python import sys print 'Content-type: text/html\r\n\r\n' print 'starting...' sys.stdout.flush() x = 999999
145
by: Mark Johnson | last post by:
Oddly enough, I found it difficult, using Google, to find a list of best-of sites based on the quality of their css packages. So I'd ask. Does anyone know of particularly good sites which are in...
1
by: Sandeep Arya | last post by:
Hello I am developing an application using PyQT. My application scenario is:: "At any instance one socket is open in my application. Now if user wants to execute some command on another...
3
by: nekiv90 | last post by:
Greetings, We need to initial load hundreds of tables from within programs. We try to run several programs that call the DB2LOAD in parallel (to load different tables of course) in order to...
3
by: Sourin | last post by:
Hi all, I am trying to write code for my experiments. My work involves huge datasets, and as such my code needs to be memory efficient. I did some hand calculations regarding the amount of...
12
by: Peter Eisentraut | last post by:
Is there any practical limit on the number of parallel connections that a PostgreSQL server can service? We're in the process of setting up a system that will require up to 10000 connections open...
14
by: Dave Booker | last post by:
I'm doing some analysis that is readily broken up into many independent pieces, on a multicore machine. I thought it would be best to just queue like 1000 of these pieces in the ThreadPool, and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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...
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
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
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.