Re: GSoC - proposal - Materialized Views in PostgreSQL

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: GSoC - proposal - Materialized Views in PostgreSQL
Дата
Msg-id 4BC06B6202000025000306B8@gw.wicourts.gov
обсуждение исходный текст
Список pgsql-hackers
Greg Smith  wrote:
> And work on MERGE support is itself blocked behind the fact that
> PostgreSQL doesn't have a good way to lock access to a key value
> that doesn't exist yet--what other databases call key range
> locking.
The bulk of the serializable implementation WIP is work to implement
just this sort of locking.  There are already a couple possible
spin-off uses on the horizon based on the ability of these locks to
survive their initiating transactions and detect conflicting writes.
Both spinoffs involve somehow flagging a transaction as being one for
which the locks should be kept until further notice, and issuing a
notification when a conflicting write occurs.  That seems consistent
with the needs of materialized views, too.
It probably won't be solid in time to be useful for GSoC, but if
someone's looking to map out a plan for materialized views, I thought
this information might be germane.
-Kevin



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: extended operator classes vs. type interfaces
Следующее
От: Yeb Havinga
Дата:
Сообщение: Re: extended operator classes vs. type interfaces