Re: Parallel Scaling of a pgplsql problem

Поиск
Список
Период
Сортировка
От Venki Ramachandran
Тема Re: Parallel Scaling of a pgplsql problem
Дата
Msg-id 1335408018.29771.YahooMailNeo@web184514.mail.ne1.yahoo.com
обсуждение исходный текст
Ответ на Re: Parallel Scaling of a pgplsql problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Parallel Scaling of a pgplsql problem
Список pgsql-performance
Thanks Tom, clock_timestamp() worked. Appreciate it!!! and Sorry was hurrying to get this done at work and hence did not read through.

Can you comment on how you would solve the original problem? Even if I can get  the 11 seconds down to 500 ms for one pair, running it for 300k pairs will take multiple hours. How can one write a combination of a bash script/pgplsql code so as to use all 8 cores of a server. I am seeing that this is just executing in one session/process.

thanks and regards, Venki


From: Tom Lane <tgl@sss.pgh.pa.us>
To: Venki Ramachandran <venki_ramachandran@yahoo.com>
Cc: Pavel Stehule <pavel.stehule@gmail.com>; Samuel Gendler <sgendler@ideasculptor.com>; "pgsql-performance@postgresql.org" <pgsql-performance@postgresql.org>
Sent: Wednesday, April 25, 2012 2:52 PM
Subject: Re: [PERFORM] Parallel Scaling of a pgplsql problem

Venki Ramachandran <venki_ramachandran@yahoo.com> writes:
> Replacing current_timestamp() with transaction_timestamp() and statement_timestamp() did not help!!!. 

You did not read the documentation you were pointed to.  Use
clock_timestamp().

            regards, tom lane


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Configuration Recommendations
Следующее
От: Jan Nielsen
Дата:
Сообщение: Re: Parallel Scaling of a pgplsql problem