Re: Ayuda con tuning PostgreSQL 8.3

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: "Andres A(dot) Mamani" <andres(dot)abel(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Ayuda con tuning PostgreSQL 8.3
Date: 2008-02-12 14:51:18
Message-ID: 20080212145118.GG14683@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Andres A. Mamani escribió:

> fsync=off

Te recomiendo volver fsync al valor "on", si es que valoras tus datos.
De lo contrario se pueden corromper facilmente.

> realisando pruebas con pgbench escala de 10

pgbench debe ejecutarse con un valor de escala que sea >= que la
cantidad de clientes concurrentes. De lo contrario los resultados no
son significativos. Ver aca:
http://www.westnet.com/~gsmith/content/postgresql/pgbench-scaling.htm
o aca:
http://www.westnet.com/~gsmith/content/postgresql/pgbench-tools.htm

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Silvio Quadri 2008-02-12 15:11:29 Re: Performance y Postgresql.conf
Previous Message Alvaro Herrera 2008-02-12 14:46:54 Re: REGISTROS DUPLICADOS EN LA BASE DE DATOS