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

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: performance degradation after launching postgres cluster using pgpool-II
Дата
Msg-id 20140407.224610.2291121243020563456.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на performance degradation after launching postgres cluster using pgpool-II  (Cora Ma <machengcheng001@hotmail.com>)
Ответы Re: performance degradation after launching postgres cluster using pgpool-II  (Cora Ma <machengcheng001@hotmail.com>)
Список pgsql-performance
> 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


В списке pgsql-performance по дате отправления:

Предыдущее
От: "Graeme B. Bell"
Дата:
Сообщение: Re: PGSQL 9.3 - Materialized View - multithreading
Следующее
От: Nicolas Paris
Дата:
Сообщение: Re: PGSQL 9.3 - Materialized View - multithreading