Re: Database Caching

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Database Caching
Дата
Msg-id 010d01c1c3c7$bb4983b0$b002000a@jester
обсуждение исходный текст
Ответ на Re: Database Caching  ("Dann Corbit" <DCorbit@connx.com>)
Список pgsql-hackers
Sorry, NOTIFY -- not NOTICE  (damn keyboard...)

Right now we're required to do a select against the database
periodically which means a test is required before hitting any cached
elements.  By the time you select true, might as well do the real
select anyway (normally simple index lookup).

The ability to receive one without making a query first would be very
advantageous.
--
Rod Taylor

This message represents the official view of the voices in my head

----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Rod Taylor" <rbt@zort.ca>
Cc: "Hannu Krosing" <hannu@krosing.net>; "Dann Corbit"
<DCorbit@connx.com>; "Greg Sabino Mullane" <greg@turnstep.com>;
<pgsql-hackers@postgresql.org>
Sent: Monday, March 04, 2002 4:50 PM
Subject: Re: [HACKERS] Database Caching


> "Rod Taylor" <rbt@zort.ca> writes:
> > Rather than result caching, I'd much rather see an asynchronous
NOTICE
> > telling my webservers which have RULES firing them off when a
table is
> > modified.
>
> LISTEN/NOTIFY?
>
> regards, tom lane
>



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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Bug or Feature?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: [SQL] Uniqueness of rule, constraint, and trigger names