Another parallel postgres project... - Mailing list pgsql-performance

From Graeme B. Bell
Subject Another parallel postgres project...
Date
Msg-id 36EE8BCC-3ED7-4621-9333-C19FDA7FF657@skogoglandskap.no
Whole thread Raw
Responses Re: Another parallel postgres project...  (Corey Huinker <corey.huinker@gmail.com>)
List 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 by date:

Previous
From: Jeff Janes
Date:
Subject: Re: Queries Per Second (QPS)
Next
From: Bertrand Paquet
Date:
Subject: Performance problem with gin index