Re: WAL to RAW devices ?
От
Alex Vinogradovs
Тема
Re: WAL to RAW devices ?
Дата
Msg-id
1188606668.6082.58.camel@localhost
Ответ на
Re: WAL to RAW devices ? (Alvaro Herrera)
Список
Дерево обсуждения
URGENT: Whole DB down ("no space left on device") "Phoenix Kiula" <phoenix.kiula@gmail.com>
Re: URGENT: Whole DB down ("no space left on device") Tommy Gildseth <tommy.gildseth@usit.uio.no>
Re: URGENT: Whole DB down ("no space left on device") Bruce McAlister <bruce.mcalister@blueface.ie>
Re: URGENT: Whole DB down ("no space left on device") Zoltan Boszormenyi <zb@cybertec.at>
Re: URGENT: Whole DB down ("no space left on device") "Phoenix Kiula" <phoenix.kiula@gmail.com>
Re: URGENT: Whole DB down ("no space left on device") Erik Jones <erik@myemma.com>
Re: URGENT: Whole DB down ("no space left on device") "Josh Tolley" <eggyknap@gmail.com>
Re: URGENT: Whole DB down ("no space left on device") "Phoenix Kiula" <phoenix.kiula@gmail.com>
Re: URGENT: Whole DB down ("no space left on device") Jeff Davis <pgsql@j-davis.com>
WAL to RAW devices ? Alex Vinogradovs <AVinogradovs@clearpathnet.com>
Re: WAL to RAW devices ? Tom Lane <tgl@sss.pgh.pa.us>
Re: WAL to RAW devices ? Alex Vinogradovs <AVinogradovs@Clearpathnet.com>
Re: WAL to RAW devices ? Alvaro Herrera <alvherre@commandprompt.com>
Re: WAL to RAW devices ? Alex Vinogradovs <AVinogradovs@Clearpathnet.com>
Re: WAL to RAW devices ? Alvaro Herrera <alvherre@commandprompt.com>
Re: WAL to RAW devices ? Alex Vinogradovs <AVinogradovs@Clearpathnet.com>
Re: WAL to RAW devices ? Tom Lane <tgl@sss.pgh.pa.us>
Re: WAL to RAW devices ? Alex Vinogradovs <AVinogradovs@Clearpathnet.com>
Re: WAL to RAW devices ? "Joshua D. Drake" <jdrake@postgresql.org>
Re: WAL to RAW devices ? "Joshua D. Drake" <jd@commandprompt.com>
Re: WAL to RAW devices ? Alex Vinogradovs <AVinogradovs@Clearpathnet.com>
Re: URGENT: Whole DB down ("no space left on device") "Anton Melser" <melser.anton@gmail.com>
Re: URGENT: Whole DB down ("no space left on device") "Merlin Moncure" <mmoncure@gmail.com>
Probably you missed that part... In my setup, I need at least 2 boxes going after those files, while 3rd box keeps on writing to them... I can't mount ext2 even in R/O mode while it's being written to by another guy. I can't unmount it before mounting exclusively on any of them either, since PG will be writing to that location. The only way is to do the WAL shipping, which probably wouldn't be that bad since the copying would be done via DMA, but still isn't as good as it could be since that would utilize the same spindles... On Fri, 2007-08-31 at 20:23 -0400, Alvaro Herrera wrote: > Alex Vinogradovs wrote: > > WAL segments already have their structure. Filesystem would be an > > overhead, > > In this case you can choose a filesystem with lower overhead. For > example with WAL you don't need a journalling filesystem at all, so > using ext2 is not a bad idea. For Pg data files, you need journalling > of metadata only, not of data; the latter is provided by WAL. So you > can mount the data filesystem with the option data=writeback. >
В списке pgsql-general по дате отправления