Another parallel postgres project...

From: "Graeme B(dot) Bell" <graeme(dot)bell(at)nibio(dot)no>
To: "pgsql-performance(at)postgresql(dot)org list" <pgsql-performance(at)postgresql(dot)org>
Subject: Another parallel postgres project...
Date: 2015-09-29 08:41:01
Message-ID: 36EE8BCC-3ED7-4621-9333-C19FDA7FF657@skogoglandskap.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I previously posted about par_psql, but I recently found another PG parallelism project which can do a few extra things that par_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 at the query level and across multiple dbs simultaneously.
Nice idea!

Graeme Bell

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Bertrand Paquet 2015-09-29 15:45:41 Performance problem with gin index
Previous Message Jeff Janes 2015-09-27 17:34:19 Re: Queries Per Second (QPS)