Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Programmer > Re: Data Storag...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 24 Topic 52608 of 55513
Post > Topic >>

Re: Data Storage Issue (Basic Issue)

by Lew <lew@[EMAIL PROTECTED] > May 11, 2008 at 03:38 PM

Wayne wrote:
(a bunch of really cogent stuff)

I just have one tiny nit to pick.

> Different types of filesystems work better with DBs than
> others.  Using any FAT filesystem for a serious DB will cause
> poor performance.  Using something like JFS or ext2 can
> improve performance at the cost of safety (not all writes are
> journaled).

 From what I've been reading and hearing from DBAs (disclaimer: I am but a

lowly programmer myself, not a DBA), journaling file syatems are not the
key 
to safety in big-iron DMBSes like PostgreSQL and Oracle.  The key is to
turn 
on 'sync', i.e., make sure there is no write-behind cache, or else for 
performance use battery-backed-up RAID controllers, so that all writes
reach 
the disk before claiming to the DBMS that they are written.

The transaction logs for the DBMS itself provide the journaling, as
mentioned 
by Wayne:

> Using a journaling filesystem or RAID-1 (or similar) works
> best for DBs that don't do that internally anyway (but most do).

If you are in a scenario where these issues make a difference, you had
best be 
using one of the DBMSes that has engineered solutions to these things. 
Also, 
as Wayne ably mentioned. there are a Nawful lot of parameters to tune to
make 
a database sing.  DB administration is of the Dark Arts.

-- 
Lew
 




 24 Posts in Topic:
Data Storage Issue (Basic Issue)
Srini <Srinihello@[EMA  2008-05-09 07:37:29 
Re: Data Storage Issue (Basic Issue)
Tom Anderson <twic@[EM  2008-05-09 18:19:34 
Re: Data Storage Issue (Basic Issue)
Lew <lew@[EMAIL PROTEC  2008-05-09 23:01:21 
Re: Data Storage Issue (Basic Issue)
Wayne <nospam@[EMAIL P  2008-05-11 14:56:24 
Re: Data Storage Issue (Basic Issue)
Lew <lew@[EMAIL PROTEC  2008-05-11 15:38:41 
Re: Data Storage Issue (Basic Issue)
=?UTF-8?B?QXJuZSBWYWpow7h  2008-05-11 22:59:14 
Re: Data Storage Issue (Basic Issue)
Lew <lew@[EMAIL PROTEC  2008-05-11 23:07:41 
Re: Data Storage Issue (Basic Issue)
=?UTF-8?B?QXJuZSBWYWpow7h  2008-05-11 23:03:03 
Re: Data Storage Issue (Basic Issue)
Rex Mottram <rexm@[EMA  2008-05-09 23:14:01 
Re: Data Storage Issue (Basic Issue)
Tom Anderson <twic@[EM  2008-05-10 14:17:04 
Re: Data Storage Issue (Basic Issue)
Eric Sosman <esosman@[  2008-05-10 09:45:18 
Re: Data Storage Issue (Basic Issue)
Lew <lew@[EMAIL PROTEC  2008-05-10 10:02:02 
Re: Data Storage Issue (Basic Issue)
Eric Sosman <esosman@[  2008-05-10 13:33:34 
Re: Data Storage Issue (Basic Issue)
Lew <lew@[EMAIL PROTEC  2008-05-10 18:04:49 
Re: Data Storage Issue (Basic Issue)
Patricia Shanahan <pat  2008-05-10 15:30:32 
Re: Data Storage Issue (Basic Issue)
Eric Sosman <esosman@[  2008-05-11 09:20:52 
Re: Data Storage Issue (Basic Issue)
Mark Space <markspace@  2008-05-14 19:30:01 
Re: Data Storage Issue (Basic Issue)
=?UTF-8?B?QXJuZSBWYWpow7h  2008-05-31 21:17:31 
Re: Data Storage Issue (Basic Issue)
Roedy Green <see_websi  2008-05-11 03:51:09 
Re: Data Storage Issue (Basic Issue)
Tom Anderson <twic@[EM  2008-05-11 15:37:34 
Re: Data Storage Issue (Basic Issue)
Lew <lew@[EMAIL PROTEC  2008-05-11 11:20:21 
Re: Data Storage Issue (Basic Issue)
John W Kennedy <jwkenn  2008-05-14 11:45:49 
Re: Data Storage Issue (Basic Issue)
Lew <lew@[EMAIL PROTEC  2008-05-14 23:46:05 
Re: Data Storage Issue (Basic Issue)
=?ISO-8859-1?Q?Arne_Vajh=  2008-05-11 23:08:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 18:52:04 CST 2008.