Re: Threaded Sorting

Поиск
Список
Период
Сортировка
От Greg Copeland
Тема Re: Threaded Sorting
Дата
Msg-id 1033758732.12986.96.camel@mouse.copelandconsulting.net
обсуждение исходный текст
Ответ на Re: Threaded Sorting  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Threaded Sorting
Список pgsql-hackers
I see.  I just always assumed that it would be done as part of table
space effort as it's such a defacto feature.

I am curious as to why no one has commented on the other rather obvious
performance enhancement which was brought up in this thread.  Allowing
for parallel sorting seems rather obvious and is a common enhancement
yet seems to of been completely dismissed as people seem to be fixated
on I/O.  Go figure.

Greg



On Fri, 2002-10-04 at 14:02, Bruce Momjian wrote:
> Greg Copeland wrote:
> -- Start of PGP signed section.
> > On Fri, 2002-10-04 at 12:26, Bruce Momjian wrote:
> > > Added to TODO:
> > >
> > >     * Allow sorting to use multiple work directories
> >
> > Why wouldn't that fall under the table space effort???
>
> Yes, but we make it a separate item so we are sure that is implemented
> as part of tablespaces.
>
> --
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: numeric hierarchy again (was Re: floor function in 7.3b2)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Threaded Sorting