Greg Smith wrote: On Fri, 14 Mar 2008, Justin wrote:I moved the window server back to fsync a long time ago. Around here we are super paranoid about making sure the data does not become corrupt, performance is secondary. The new server along with the old server is way over built for the load it will ever see. I will be making the old server a slony replicator located in the manufacturing building. Also *note* tried setting the value open_datasync and get invalid parameter. instead i use open_sync Why is the -C option odd? ---- retested with fsync turned on ----- C:\Program Files\PostgreSQL\8.3\bin>pgbench -c 10 -t 40000 -v -h 192.168.1.9 -U postgres empro Password: starting vacuum...end. starting vacuum accounts...end. transaction type: TPC-B (sort of) scaling factor: 100 number of clients: 10 number of transactions per client: 40000 number of transactions actually processed: 400000/400000 tps = 767.040279 (including connections establishing) tps = 767.707166 (excluding connections establishing) C:\Program Files\PostgreSQL\8.3\bin>pgbench -c 40 -t 10000 -v -h 192.168.1.9 -U postgres empro Password: starting vacuum...end. starting vacuum accounts...end. transaction type: TPC-B (sort of) scaling factor: 100 number of clients: 40 number of transactions per client: 10000 number of transactions actually processed: 400000/400000 tps = 648.988227 (including connections establishing) tps = 650.935720 (excluding connections establishing) -------open_sync------------ C:\Program Files\PostgreSQL\8.3\bin>pgbench -c 10 -t 40000 -v -h 192.168.1.9 -U postgres empro Password: starting vacuum...end. starting vacuum accounts...end. transaction type: TPC-B (sort of) scaling factor: 100 number of clients: 10 number of transactions per client: 40000 number of transactions actually processed: 400000/400000 tps = 798.030461 (including connections establishing) tps = 798.752349 (excluding connections establishing) C:\Program Files\PostgreSQL\8.3\bin>pgbench -c 40 -t 10000 -v -h 192.168.1.9 -U postgres empro Password: starting vacuum...end. starting vacuum accounts...end. transaction type: TPC-B (sort of) scaling factor: 100 number of clients: 40 number of transactions per client: 10000 number of transactions actually processed: 400000/400000 tps = 613.879195 (including connections establishing) tps = 615.592023 (excluding connections establishing) |