Re: Join query on 1M row table slow

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Join query on 1M row table slow
Дата
Msg-id Pine.LNX.4.33.0402101520400.29717-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Join query on 1M row table slow  (CSN <cool_screen_name90001@yahoo.com>)
Список pgsql-general
On Tue, 10 Feb 2004, CSN wrote:

>
> --- "scott.marlowe" <scott.marlowe@ihs.com> wrote:
> > >What's weird is that when the same query
> > is
> > > executed again, it seems much faster - some sort
> > of
> > > caching maybe?>
> >
> > Yep.  Exactly.
>
> Really? Where can I RTFM about it?

Not sure.  Basically, your kernel should be caching a fair bit.  See what
top says about cache and buffer size.  If you've got a big enough kernel
buffer, and the table gets hit often enough, it should stay in kernel
memory.


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Join query on 1M row table slow
Следующее
От: CSN
Дата:
Сообщение: Re: Join query on 1M row table slow