Re: A Replication Idea

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Re: A Replication Idea
Дата
Msg-id 000d01c1bb28$ff1f1e80$d281f6cc@iboats.com
обсуждение исходный текст
Ответ на Re: A Replication Idea  ("Peter Darley" <pdarley@kinesis-cem.com>)
Ответы Re: A Replication Idea
Список pgsql-general

> Orion,
> How would it handle functions, which could potentially modify data, even
> from a select statement?

  That is the problem with any sort of a proxy for PostgreSQL.  There are
too many ways for data to be changed without the proxy being made aware of
it.

  I had started development on a query result caching system (caching the
results of queries), but it really can't be done with any guarantee of
reliability outside of PostgreSQL itself.  And since I'm not a big C
programmer, I'm not really up to doing it myself, so it will have to be
left until someone else decides to pick it up.

steve



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

Предыдущее
От: "Tim Barnard"
Дата:
Сообщение: deleting an identical record
Следующее
От: Medi Montaseri
Дата:
Сообщение: Re: A Replication Idea