Search Postgresql Archives

Re: Four issues why "old elephants" lack performance: Explanation sought Four issues why "old elephants" lack performance: Explanation sought

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Feb 26, 2012 at 08:37:54AM -0600, Andy Colson wrote:

>> 3. WAL logging
> 
> PG writes a transaction twice.  Once to WAL and once to
> the DB.  WAL is a simple and quick write, and is only ever
> used if your computer crashes and PG has to re-play
> transactions to get the db into a good/known state.  Its a
> safety measure that doesn't really take much time, and I
> don't think I've heard of anyone being WAL bound.  Although
> it does increase IO ops, it's not the biggest usage of IO. 
> This one falls under "lets be safe" which is something NoSQL
> did away with.  Its not something I want to give up,
> personally.  I like using a net.

And, one could still effectively disable WAL by using
unlogged tables.

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux