Re: Parallel query execution

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Parallel query execution
Дата
Msg-id CAMkU=1w675xakacASACWXyqcfVv1iDwKCJNu75fzO+WU_Dg_Zw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel query execution  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: Parallel query execution  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Tuesday, January 15, 2013, Stephen Frost wrote:
* Gavin Flower (GavinFlower@archidevsys.co.nz) wrote:
> How about being aware of multiple spindles - so if the requested
> data covers multiple spindles, then data could be extracted in
> parallel. This may, or may not, involve multiple I/O channels?

Yes, this should dovetail with partitioning and tablespaces to pick up
on exactly that.  

I'd rather not have the benefits of parallelism be tied to partitioning if we can help it.  Hopefully implementing parallelism in core would result in something more transparent than that.

Cheers,

Jeff

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Parallel query execution
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: review: pgbench - aggregation of info written into log