Re: XID wraparound and busy databases

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: XID wraparound and busy databases
Дата
Msg-id 1187268245.4460.7.camel@ebony.site
обсуждение исходный текст
Ответ на Re: XID wraparound and busy databases  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, 2007-08-15 at 12:49 -0400, Tom Lane wrote:
> Heikki Linnakangas <heikki@enterprisedb.com> writes:
> > Maybe we can do something to reduce the xid consumption? For example,
> > reuse xids for read-only queries.
> 
> Hmm, that's an idea.

That would be a very useful idea for additional scalability and it does
sound like a good idea.

We kicked around the idea of reusing snapshots previously also, as a way
of reducing access to the ProcArray. That idea had some problems, but if
your workload was all read-only and we reused xids then everybody would
have an identical snapshot, so reusing it would make lots of sense.

--  Simon Riggs EnterpriseDB  http://www.enterprisedb.com



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: build farm failures
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tsearch2 in PostgreSQL 8.3?