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

Consideration in chosing DMS container type

Hi,

What are the different considerations/guidelines in chosing raw device
or file containers for DMS tablespaces?

A link would be very helpful.

Thanks,
Prasad.

May 2 '07 #1
4 1549
On May 2, 11:54 am, Prasad <bavpra...@gmail.comwrote:
Hi,

What are the different considerations/guidelines in chosing raw device
or file containers for DMS tablespaces?

A link would be very helpful.

Thanks,
Prasad.
There is not much difference in performance. I would only consider raw
for a data warehouse with a lot of table scans, and even then I might
used cooked files.

If you have an OLTP system with almost all access via indexes (except
for small tables), then I would not even consider raw.

May 2 '07 #2
>
What are the different considerations/guidelines in chosing raw device
or file containers for DMS tablespaces?
Hi,

I have no link for DB2. But you may use
http://www.jlcomp.demon.co.uk/raworfs_i.html which discusses a bit the
differences between raw and cooked files. The information's there are not up
to date, but it is may be interesting to read how you could figure it out
what you should do to get optimal performance in your environment. Its
written for Oracle, but not everything is different between Oracle and DB2.

I don't know all operating systems, but I could tell you, that on Solaris (9
& 10) you should switch on forcedirectio for the database containers and the
logs. This will allow parallel writes to cooked files like you would achieve
it with raw devices. On HP-UX (11.23) you don't have this option. There
writers block writers on cooked files. The negative performance impact could
be lowered by creating more and smaller containers. On huge databases with
lots of connections you may be have to create less containers on HP-UX to
reduce the amount of open files.

But the bottom line is, you have to find it out for your application and
your workload. We run all databases with cooked files, but our databases
haven't reached 10TB yet. May be we have to decide differently in the
future.

Best regards
Ralph

May 3 '07 #3
Prasad,

There are two really good papers for that what you ask, one for DB2 UDB and
one for Oracle:
http://www3.software.ibm.com/ibmdl/p...IO-article.pdf

http://www-03.ibm.com/servers/aix/wh...b_perf_aix.pdf

Best regards,
Joachim Müller

"Prasad" <ba*******@gmail.comschrieb im Newsbeitrag
news:11*********************@c35g2000hsg.googlegro ups.com...
Hi,

What are the different considerations/guidelines in chosing raw device
or file containers for DMS tablespaces?

A link would be very helpful.

Thanks,
Prasad.
May 3 '07 #4
Our architects decided to use RAW devices. Thank you all for your
responses.

May 10 '07 #5

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

Similar topics

0
by: skscpp | last post by:
What's wrong with the following code? Compiler error is at the bottom. The compiler I am using is gcc version 2.95. ============================= // traits.h =============================...
2
by: pc | last post by:
Hi, Currently we are using a CDwordArray type array to store some DWORD data. This data is dynamic and we need to continuously grow the array size using SetAtGrow() . Due to performance reasons,...
19
by: Nafai | last post by:
Hi I want to write a function which erases al the repeated elements in a range. How should be the prototype? template <class Iterator> void eraseRepeated(Iterator begin, Iterator end); ...
11
by: PengYu.UT | last post by:
The following program calls the normal constructor and the copy constructor. By calling the copy constuctor is redundandant, all I want is only a vector of a trial object. Is there any way to...
11
by: food4uk | last post by:
Dear all : I am not good at programming, please give a hand. My data structure is very similar as an array. I actually can use the std::vector as container to organize my data objects. However,...
1
by: Miked | last post by:
Hello: I'm relatively new to CSS, and I'm doing a site where I don't want to use any tables. I've gotten pretty far, and the site has the layout I want. My only problem is that I'm using the...
8
by: colin | last post by:
Hi, Im using reflection and I have a general handler for a container type object where I have the System.Type info of the container itself but I need to find out the type of the element contained...
5
by: gerry | last post by:
I am trying to create a custom container control that will only ever contain a specific type of control. At design time, when a control of a different type is added to the container I would like...
2
by: Jim Carlock | last post by:
I ran into a problem a think. Either that or I overlooked something. I seem to run into this problem quite often. I fail to pinpoint the problem and it appears as a bug with mozilla browsers....
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.