Parallel Execution of Query

Поиск
Список
Период
Сортировка
От Shmagi Kavtaradze
Тема Parallel Execution of Query
Дата
Msg-id CAHY6mazU9EQTwbeRmGqySPP6LGyKteeu49a_CG6V2nYc2con+w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Parallel Execution of Query  (James Keener <jim@jimkeener.com>)
Re: Parallel Execution of Query  (tim.child@comcast.net)
Список 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 по дате отправления:

Предыдущее
От: JORGE MALDONADO
Дата:
Сообщение: Re: Cannot get a backup using a script
Следующее
От: James Keener
Дата:
Сообщение: Re: Parallel Execution of Query