Re: vacuum, performance, and MVCC

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: vacuum, performance, and MVCC
Дата
Msg-id 1151074993.3309.184.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: vacuum, performance, and MVCC  ("Zeugswetter Andreas DCP SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
First of all, I base my assumptions on what I recall to have read on
this list, as I didn't try yet partitioning using inheritance. It's not
trivial to set up and I didn't have the time to play with it yet. So I
wouldn't know for sure that it won't work fine with our application, and
that will only change when I'll get a few days to experiment. The
experimentation will include the migration of existing data to the
partitioned schema, which will be probably the most difficult part of it
due to the size of the tables which need partitioning...

> You would query the parent (no union). Do you need order by's ?
> Without order by it is currently no problem.

It's clear to me that partitioning by inheritance is transparent to the
application, what worries me is that our application likely has a few
queries which will be equivalent to a union when planning, and I fear
bad performance there.

An I need order by on all queries with limit. The few exceptions where I
wouldn't need order by are when I want to delete/update chunk-wise, but
that's not supported right now... another feature I made noise about ;-)

[snip]

Cheers,
Csaba.




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

Предыдущее
От: James Robinson
Дата:
Сообщение: Webcluster session storage, was vacuum, performance, and MVCC
Следующее
От: Tzahi Fadida
Дата:
Сообщение: Re: Planning without reason.