Re: One or more processor ?

Поиск
Список
Период
Сортировка
От James Rogers
Тема Re: One or more processor ?
Дата
Msg-id 1066070623.18133.15.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: One or more processor ?  (Andriy Tkachuk <ant@imt.com.ua>)
Список pgsql-performance
On Mon, 2003-10-13 at 01:53, Andriy Tkachuk wrote:
> > >>Do you know of any RDBMS that actually will execute a single query
> > >>on multiple processors?
> > >
> Oracle, i think, on partitioned tables.



This makes a certain amount of sense.  It be much easier to allow this
on partitioned tables than in the general case, since partitioned tables
look a lot like multiple relations hiding behind a view and one could
simply run one thread per partition in parallel without any real fear of
contention on the table.  This is doubly useful since partitioned tables
tend to be huge almost by definition.

Offhand, it would seem that this would be a feature largely restricted
to threaded database kernels for a couple different pragmatic reasons.

Cheers,

-James Rogers
 jamesr@best.com



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Another weird one with an UPDATE
Следующее
От: David Griffiths
Дата:
Сообщение: Re: Another weird one with an UPDATE