Re: PostgreSQL 8.4.8 bringing my website down every evening

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.4.8 bringing my website down every evening
Date: 2011-06-20 16:47:11
Message-ID: BANLkTi=Hu_tvmpCkzsJjEUnczJtRyisUYg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hell Marko and others,

On Mon, Jun 20, 2011 at 4:08 PM, Marko Kreen <markokr(at)gmail(dot)com> wrote:
>> Maybe I should try session mode of pgbouncer
>> again, now that I've got rid of the persistent
>> PHP connections?
>
> You could, but try to turn off prepared
> statements in PDO first.

isn't having prepared statements good for overall performance?

I've decided to try another way first -

I've set "pgsql.allow_persistent = Off" in /etc/php.ini
and have changed pgbouncer back to session mode
(sorry, here's my config again - it unfortunately
was eaten by Gmail in the previous mail):

[databases]
pref = host=/tmp user=pref password=XXX dbname=pref

[pgbouncer]
logfile = /var/log/pgbouncer.log
pidfile = /var/run/pgbouncer/pgbouncer.pid
listen_port = 6432
unix_socket_dir = /tmp
auth_type = md5
auth_file = /var/lib/pgsql/data/global/pg_auth

pool_mode = session

server_check_delay = 10
max_client_conn = 200
default_pool_size = 20
log_connections = 0
log_disconnections = 0
log_pooler_errors = 1

I'll see, if my server survives the next few evenings.

I must add, that PostgreSQL doesn't make it easy
to use it - at least for me as an amateur user :-(

Wonder, if MySQL would put less hassle on me
(just want to run Drupal 7.2 + my custom PHP/Perl
scripts on what I think is a good enough hardware...)

Still I will try to stick with PostgreSQL,
I somehow have a good feeling using it :-)

Regards
Alex

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2011-06-20 17:34:46 Re: PostgreSQL 8.4.8 bringing my website down every evening
Previous Message salah jubeh 2011-06-20 15:57:22 Re: connection time out