1 May 2012 14:51
Re: Tuning Postgres 9.1 on Windows
Walker, James Les <JAWalker <at> cantor.com>
2012-05-01 12:51:57 GMT
2012-05-01 12:51:57 GMT
Exactly, if turning off fsync gives me 100 commits/sec then I know where my bottleneck is and I can attack it. Keep in mind though that I already turned off synchronous commit -- *really* dangerous -- and it didn't have any effect. -- Les -----Original Message----- From: pgsql-performance-owner <at> postgresql.org [mailto:pgsql-performance-owner <at> postgresql.org] On Behalf Of Merlin Moncure Sent: Monday, April 30, 2012 6:04 PM To: Thomas Kellerer Cc: pgsql-performance <at> postgresql.org Subject: Re: [PERFORM] Tuning Postgres 9.1 on Windows On Mon, Apr 30, 2012 at 5:00 PM, Thomas Kellerer <spam_eater <at> gmx.net> wrote: > Merlin Moncure wrote on 30.04.2012 23:43: > >> Trying turning off fsync in postgrsql.conf to be sure. > > > This is a dangerous advise. > Turning off fsync can potentially corrupt the database in case of a > system failure (e.g. power outage). > sure. that said, we're just trying to figure out why he's getting around 40tps. since he's only benchmarking test data it's perfectly ok to do that. merlin(Continue reading)
RSS Feed