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 > Filesystems v/s Devices

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-03-05, 17:22
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
Filesystems v/s Devices

Latest I heard is that IBM DB2 guys are recommending using fileystems as opposed to devices due to higher management cost and also the fact that recent technological advances have made filesystems performance par with devices...any comment/input?

DB2 UDB V8 on AIX.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 11-03-05, 19:04
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
This is generally true.

But it also depends on what type of database you have (OLTP vs. Data Warehouse), and what type of disk you have (JBOD internal, RAID-5, SAN, NAS, etc.

Unless you do a lot of table scans (typical in data warehouse databases) you are unlikely to see any difference, especially if you have a lot of memory allocated to your bufferpools.

Even with table scans, if you have SAN or NAS disk, you are unlikely to see any difference.

System temporary tablespaces should always use SMS because DB2 can create temporary tables much faster on SMS than on DMS. When creating tables on DMS, DB2 spends more time looking for the optimum contiguous space to place the table.
__________________
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
  #3 (permalink)  
Old 11-03-05, 19:45
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
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