If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Hardware/Database Configuration

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-01-04, 14:55
sivram_k sivram_k is offline
Registered User
 
Join Date: Aug 2003
Posts: 8
Hardware/Database Configuration

Hello,

Please suggest a best way to access and preserve 180 million records in both database perspective and hardware perspective.

Regards,
Siva
Reply With Quote
  #2 (permalink)  
Old 06-01-04, 14:59
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
Too many ambiguities . what do you mean by "access" , "preserve".
In the jargon of database,use read only ,import files and etc

regards,

mujeeb
Reply With Quote
  #3 (permalink)  
Old 06-01-04, 18:26
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
RAID-5 will provide good data protection and will not penalize reads. There will be a penalty on writes (about 20% depending on the number of disks in the array). Some advanced disk systems like IBM Shark do not have write penalty when using RAID-5.

When setting up tablespaces and containers on DB2 it is very important to do this in an optimal manner, taking into consideration stripe size, extents, and prefetch quantity.

Using multiple containers for a single tablespace, with each container on a separate physical disk or separate array, may enable intra-partition query parallelism. It helps to have at least one CPU for each container in a tablespace.

Using DB2 ESE with DPF and creating multiple partitions will enable inter-partition parallelism. You should have at least one CPU per partition.

Having very large buffer pools (backed up with real system memory) is also important.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #4 (permalink)  
Old 06-02-04, 06:38
sivram_k sivram_k is offline
Registered User
 
Join Date: Aug 2003
Posts: 8
Re: Hardware/Database Configuration

We have a 5CPU, 4GB RAM machine with database residing on EMC SAN(RAID-5 Implemented).We do have partitions created for the tables. But still we are skeptical about the performance of querying through 180 million records.

Average size of the row is 600 Bytes, the kind of access pattern is "Select Only" , the kind of load will be "more than average (through screens)" and our application is a transactional application.

Please suggest on hardware and database configuration.
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

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