Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2008 02:06:17 -0700
From:      Alfred Perlstein <alfred@freebsd.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: gjournal....
Message-ID:  <20080330090617.GH95731@elvis.mu.org>
In-Reply-To: <20080330031017.GA32063@FS.denninger.net>
References:  <20080330031017.GA32063@FS.denninger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Karl Denninger <karl@denninger.net> [080329 20:10] wrote:
> Hi folks;
> 
> Wondering about the various pros and cons of using the "gjournal" GEOM
> provider... and if you can "promote" and existing system using it, or
> whether you need to build something anew.
> 
> The scenario is a fairly busy and large system with PostgreSQL database data
> on it.  The data is currently on a 2-disk gmirror pair to provide data
> safety in the event of a disk failure.
> 
> I am using softupdates right now.
> 
> If I'm reading the docs correctly, I can't put gjournal in use on the
> existing filesystem, and need to effectively build a new disk structure then
> copy over the data onto it.
> 
> Can you boot from a gjournal'd root? 
> 
> Ideas please, pros and cons of the various alternatives, etc..... thanks!
> 

If you're using a database then it shouldn't matter what meta data
provider you use "all that much" with the exception of temporary
tables.

Basically, SU and gjournal both provide for meta data consistency,
something that a database rarely needs as it rarely creates/deletes
files often.

-- 
- Alfred Perlstein



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080330090617.GH95731>