Parallel Execution of Query - Mailing list pgsql-novice

From Shmagi Kavtaradze
Subject Parallel Execution of Query
Date
Msg-id CAHY6mazU9EQTwbeRmGqySPP6LGyKteeu49a_CG6V2nYc2con+w@mail.gmail.com
Whole thread Raw
Responses Re: Parallel Execution of Query  (James Keener <jim@jimkeener.com>)
Re: Parallel Execution of Query  (tim.child@comcast.net)
List pgsql-novice
I am doing similarity matching (cosine, euclidean). If I have 4000 entries in a table, the number of comparisons will be 16M. I am running postgres on a virtual machine, so it takes 20-25 minutes to run the query or the system crashes. Can I run the query in parallel? I heard there are tools like PL/Proxy and pgpool, can I use them to create several databases on the same machine and run query in parallel?

pgsql-novice by date:

Previous
From: JORGE MALDONADO
Date:
Subject: Re: Cannot get a backup using a script
Next
From: James Keener
Date:
Subject: Re: Parallel Execution of Query