Re: improvement suggestions for performance design

Поиск
Список
Период
Сортировка
От tfinneid@ifi.uio.no
Тема Re: improvement suggestions for performance design
Дата
Msg-id 41319.134.32.140.234.1183650569.squirrel@webmail.uio.no
обсуждение исходный текст
Ответ на Re: improvement suggestions for performance design  ("Y Sidhu" <ysidhu@gmail.com>)
Ответы Re: improvement suggestions for performance design
Список pgsql-performance
> On 7/5/07, tfinneid@ifi.uio.no <tfinneid@ifi.uio.no> wrote:
>
> I don't know much about this EAV stuff. Except to say that my company is
> in
> a situation with a lot of adds and bulk deletes and I wish the tables were
> designed with partitioning in mind. That is if you know how much, order of
> magnitude, data each table will hold or will pass through (add and
> delete),
> you may want to design the table with partitioning in mind. I have not
> done
> any partitioning so I cannot give you details but can tell you that mass
> deletes are a breeze because you just "drop" that part of the table. I
> think
> it is a sub table. And that alleviates table bloat and excessive
> vacuuming.

By partitioning, do you mean some sort of internal db table partitioning
scheme or just me dividing the data into different tables?

There want be many deletes, but there might of course be some.
Additionally, because of the
performance requirements, there wont be time to run vacuum in between the
insert, except for in non-operational periods. which will only be a couple
of hours during the day. So vacuum will have to be scheduled at those
times, instead of the normal intervals.



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

Предыдущее
От: "Y Sidhu"
Дата:
Сообщение: Re: improvement suggestions for performance design
Следующее
От: "Y Sidhu"
Дата:
Сообщение: Re: improvement suggestions for performance design