Re: cache problem (v2)

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: cache problem (v2)
Дата
Msg-id 20070716203641.GF18049@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на cache problem (v2)  (De Leeuw Guy <G.De_Leeuw@eurofer.be>)
Ответы Re: cache problem (v2)  (De Leeuw Guy <G.De_Leeuw@eurofer.be>)
Re: cache problem (v2)  (De Leeuw Guy <G.De_Leeuw@eurofer.be>)
Список pgsql-admin
On Mon, Jul 16, 2007 at 10:22:33PM +0200, De Leeuw Guy wrote:
> >
> Yes, but maybe the post are too big, can I send it to your address ?
> It's written in C

Well, sending it to me will do you zero good, as my C skills are
awful.  Assuming it's a reasonable size, I think the list will take
it.

> > There is nothing in the cache that isn't "in the database", as it
> > were, but there are visibility rules that might be affecting you.
> >
> visibility rules ?

You can see things that happened in your own transaction, but nobody
else can.  If you're working READ COMMITTED, you can also see work
that other transactions commit while you were working.  Could any of
that be affecting you?  Unless your own function is doing something
with some cache, I am positive there's no cache issue here as you
describe it.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
Unfortunately reformatting the Internet is a little more painful
than reformatting your hard drive when it gets out of whack.
        --Scott Morris

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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Index on a COALESCE function
Следующее
От: De Leeuw Guy
Дата:
Сообщение: Re: cache problem (v2)