Re: Hash Join Optimization

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Re: Hash Join Optimization
Дата
Msg-id 20080328172434.6A07.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Hash Join Optimization  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Ответы Re: Hash Join Optimization  ("Gokulakannan Somasundaram" <gokul007@gmail.com>)
Список pgsql-hackers
"Gokulakannan Somasundaram" <gokul007@gmail.com> wrote:

> I think the creation of minimal_tuple in the middle is a overhead which can
> be avoided by creating a mem-map and directly creating the minimal_tuple in
> the mem-map.

Many implementations of mem-map disallow to extend the sizes.
Do you have any solution about extending the mmap-ed region?

> Since Hash join is used mainly to join huge tables, this might
> benefit those warehouse customers of postgres.

If we use mmap, we will be restricted by virtual memory size.
It means we need to drop huge tempspace supports in 32bit platform, no?


Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




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

Предыдущее
От: Paul van den Bogaard
Дата:
Сообщение: Re: build environment: a different makefile
Следующее
От: Gregory Stark
Дата:
Сообщение: Commitfest patches