Re: Sustained inserts per sec ... ?

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Sustained inserts per sec ... ?
Дата
Msg-id 1112775259.16721.1005.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Sustained inserts per sec ... ?  (Christopher Petrilli <petrilli@gmail.com>)
Список pgsql-performance
On Tue, 2005-04-05 at 16:05 -0400, Christopher Petrilli wrote:
> On Apr 5, 2005 3:48 PM, Simon Riggs <simon@2ndquadrant.com> wrote:
> > > The indicated fix of course is to increase shared_buffers.
> >
> > Splitting your tables at 4M, not 10M would work even better.
>
> Unfortunately, given we are talking about billions of rows
> potentially, I'm concerned about that many tables when it comes to
> query time. I assume this will kick in the genetic optimizer?

No, it won't start using the genetic optimizer.

You could just buy more RAM and keep table size the same.

Best Regards, Simon Riggs


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Sustained inserts per sec ... ?
Следующее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: Follow-Up: How to improve db performance with $7K?