SLOW Remote Connection to PostgreSQL Database

Поиск
Список
Период
Сортировка
От Matt White
Тема SLOW Remote Connection to PostgreSQL Database
Дата
Msg-id 1191425999.460703.36320@g4g2000hsf.googlegroups.com
обсуждение исходный текст
Ответы Re: SLOW Remote Connection to PostgreSQL Database  (Chris <dmagick@gmail.com>)
Список pgsql-general
Hello,

I am running a Rails app on server1 that connects to dbserver where
the database is. There is another server, server2, that connects to
dbserver quickly and returns quickly no matter how high dbserver's
load is. Doing "psql -h dbserver.domain.com database username" from
server1 times out every time. The same command from server2 returns
quickly. dbserver is located in a remote location but server1 and
server2 are in the same building using the same internet connection.
Requests directly to server1 return quickly as well. What do I need to
look at to make it move quickly? Thanks!


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

Предыдущее
От: Goboxe
Дата:
Сообщение: Re: Partitioned table limitation
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: It's time to support GRANT SELECT,UPDATE,...,...,... ON database.* to username