Re: 7.4 Press Release -- Draft #4

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: 7.4 Press Release -- Draft #4
Дата
Msg-id 200307281356.59632.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: 7.4 Press Release -- Draft #4  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: 7.4 Press Release -- Draft #4  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-advocacy
Robert,

> Aside from spec compliance, whats the bonus for having it then? Or put a
> better way, why/when would I want to use this?

One scenario:  You have 5 PostgreSQL servers connecting to one SAN or NAS
which is your /data directory for a single database.   You use your
middleware to distribute requests among the servers; One server gets data
write requests, the other 4 get read-only requests.

However, you want to make sure that if your middleware hiccups you don't
corrupt the database files.  For this, setting 4 of the servers to "Read Only
Transactions" would be useful.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: 7.4 Press Release -- starting Draft #5
Следующее
От: Christopher Browne
Дата:
Сообщение: Why READ ONLY transactions?