Preserving Cluster-Wise Data

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема Preserving Cluster-Wise Data
Дата
Msg-id 20061205175825.GC1316@alamut
обсуждение исходный текст
Ответы Re: Preserving Cluster-Wise Data  (Andrew Dunstan <andrew@dunslane.net>)
Re: Preserving Cluster-Wise Data  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

I was taking a look at _SHARED variable implementation of different
PLs and it looks like every PL implements its own ad-hoc method to
preserve cluster-wise data. Wouldn't it be beneficial to have a
cluster-wise table (sytem catalog?) which is accessible by any
procedure with required (superuser?) privileges? With such a table,
procedures (and PLs) will be able to preserve their state data
natively without need of any ad-hoc method and because of we're using
a just yet another plain table, all of the MVCC related stuff will be
handled by PostgreSQL easily.


Regards.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: old synchronized scan patch
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: old synchronized scan patch