Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > DB2 > DB2: Slow table creation on NFS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-10-02, 23:26
mirani mirani is offline
Registered User
 
Join Date: Jan 2002
Posts: 2
DB2: Slow table creation on NFS

I am experiencing very slow table creation/import using DMS on NFS.

We are using DB2 V7.1 fp2 on AIX 4.3.3 (installed on the local disk) with NetApp (NFS v3 ). The NIC is 100Mbs (full duplex)/ 4GB memory. There are no heavy DB2/or other activities on these boxes. The tablespaces are created already before the test.

When creating tables using DMS, I am experiencing a very slow table creation (some 50 tables with handful of rows takes 5-6 minutes. This normally takes around 30 seconds). The db2 import is also slow. My entire import takes some 20 minutes instead of ~2-3 minutes.

Using local file system for the tablespace, I do not see this problem. Also if I use SMS on NFS instead of DMS on NFS there is no issues.

We also exported a local disk and used that for the location of DMS tablespace. The outcome is the same as for the netapp. This tells me the issue is not NetApp but NFSor possibly DB2/AIX configuration.

I worked with IBM support and they ran the same set of test I ran locally and they do not see the slow table creation on NFS.

I would appreciate any feedback.

thanks
Reply With Quote
  #2 (permalink)  
Old 01-21-02, 20:36
mirani mirani is offline
Registered User
 
Join Date: Jan 2002
Posts: 2
Smile DB2: Slow table creation on NFS

I solved my own problem. Just in case someone else has this issue here is what I did. By changing the EXTENTSIZE from 32 to 2 at the time of the tablespace creation, I was able to increase table creation performance by 5 times.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On