Re: Hash partitioning.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Hash partitioning.
Дата
Msg-id 20130626151313.GD3341@momjian.us
обсуждение исходный текст
Ответ на Re: Hash partitioning.  (Markus Wanner <markus@bluegap.ch>)
Список pgsql-hackers
On Wed, Jun 26, 2013 at 05:04:11PM +0200, Markus Wanner wrote:
> On 06/26/2013 04:01 PM, ktm@rice.edu wrote:
> > I think he is referring to the fact that with parallel query execution,
> > multiple partitions can be processed simultaneously instead of serially
> > as they are now with the resulting speed increase.
> 
> Processing simultaneously is the purpose of parallel query execution,
> yes. But I see no reason for that not to work equally well for
> unpartitioned tables.

Well, I think by definition you are going to be able to spread lookups
for a particular range across more partitions with 'hash' than with
range or list partitioning.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: Re: Hash partitioning.
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: Kudos for Reviewers -- straw poll