Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: OpenMP in PostgreSQL-8.4.0


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: Reydan Cankur <reydan(dot)cankur(at)gmail(dot)com>
  • Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-performance(at)postgresql(dot)org
  • Subject: Re: OpenMP in PostgreSQL-8.4.0
  • Date: Sun, 29 Nov 2009 09:52:15 -0500
  • Message-id: <14393.1259506335@sss.pgh.pa.us> <text/plain>

Reydan Cankur <reydan(dot)cankur(at)gmail(dot)com> writes:
> So I am trying to understand that can anyone rewrite some functions in  
> postgresql with OpenMP in order to increase performance.
> does this work?

Not without doing a truly vast amount of infrastructure work first.
Infrastructure work that, by and large, would add cycles and lose
performance.  So by the time you got to the point of being able to
do micro-optimizations like parallelizing individual functions, you'd
have dug a pretty large performance hole that you'd have to climb out
of before showing any net benefit for all this work.

If you search the PG archives for discussions of threading you should
find lots and lots of prior material.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group