Re: Hot standby and b-tree killed items

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Hot standby and b-tree killed items
Дата
Msg-id 494D5087.3090401@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Hot standby and b-tree killed items  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Hot standby and b-tree killed items  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Hot standby and b-tree killed items  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Gregory Stark wrote:
> A vacuum being replayed -- even in a different database -- could trigger the
> error. Or with the btree split issue, a data load -- again even in a different
> database -- would be quite likely cause your SELECT to be killed.

Hmm, I wonder if we should/could track the "latestRemovedXid" separately 
for each database. There's no reason why we need to kill a read-only 
query in database X when a table in database Y is vacuumed.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Append major version number and for libraries soname major
Следующее
От: Tom Lane
Дата:
Сообщение: Re: dblink vs SQL/MED