Another parallel postgres project...

Поиск
Список
Период
Сортировка
От Graeme B. Bell
Тема Another parallel postgres project...
Дата
Msg-id 36EE8BCC-3ED7-4621-9333-C19FDA7FF657@skogoglandskap.no
обсуждение исходный текст
Ответы Re: Another parallel postgres project...
Список pgsql-performance
I previously posted about par_psql, but I recently found another PG parallelism project which can do a few extra things
thatpar_psql can’t: 
 

https://github.com/moat/pmpp
pmpp: Poor Man's Parallel Processing. 

Corey Huinker had the idea of using dblink async as a foundation for distributing queries. This allows parallelisation
atthe query level and across multiple dbs simultaneously. 
 
Nice idea!

Graeme Bell

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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Queries Per Second (QPS)
Следующее
От: Bertrand Paquet
Дата:
Сообщение: Performance problem with gin index