Re: performance degradation after launching postgres cluster using pgpool-II - Mailing list pgsql-performance

From Cora Ma
Subject Re: performance degradation after launching postgres cluster using pgpool-II
Date
Msg-id BAY178-W330469ED6991737FB8C07F2540@phx.gbl
Whole thread Raw
In response to Re: performance degradation after launching postgres cluster using pgpool-II  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-performance
Feeling a little sorry about replying you later.

Then, I want to say so many thanks for this advice, cause we pointed our jobserver to the master directly and then the performance issues resolved. My client is so curious that why pgpool doesn't support so welcome platform like java. Hoping it can get improved in the following versions.

So, besides pgpool, do you have any other solutions for postgresql cluster?

Thanks a lot,
Cora


Date: Mon, 7 Apr 2014 06:47:13 -0700
From: [hidden email]
To: [hidden email]
Subject: Re: performance degradation after launching postgres cluster using pgpool-II

> Before starting the cluster, one bulk updates through java code would cost
> about 1 hour to finish, but then it would take twice amount of time.

pgpool-II is not very good at handling extended protocol (mostly used
in Java). If you need to execute large updates, you'd better to
connect to PostgreSQL directly. Note that there's no problem that some
sessions connect via pgpool-II, while others directly connect
PostgreSQL.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


--
Sent via pgsql-performance mailing list ([hidden email])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance



To unsubscribe from performance degradation after launching postgres cluster using pgpool-II, click here.
NAML


View this message in context: RE: performance degradation after launching postgres cluster using pgpool-II
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

pgsql-performance by date:

Previous
From: Hans Drexler
Date:
Subject: Re: batch update query performance
Next
From: "Andrew W. Gibbs"
Date:
Subject: Re: query against large table not using sensible index to find very small amount of data