I am asking to improve performace.
Can you explain me how WAL improves performance.
ex:
a query lasts 1 second when WAL would be disabled
if it is enabled how WAL improves performance?
What does it do?
Gabi
----- Original Message -----
From: "Martijn van Oosterhout" <kleptog@svana.org>
To: "Munteanu Gabriel" <gmunteanu@rdslink.ro>
Cc: "postgres-general" <pgsql-general@postgresql.org>
Sent: Monday, March 03, 2003 4:48 AM
Subject: Re: [GENERAL] wal-debug
No, it can't be done. WAL is *good*. WAL stops you from losing data if the
machine crashes. WAL can improve performance.
Why are you asking.