On Fri, 10 Oct 2003, [iso-8859-15] Herv� Piedvache wrote:
> If I do a SQL request ... does PostgreSQL use one or more processor ?
>
Nope. Just one processor this is because PG is process not thread based.
However, if you opened 4 connections and each issued a sql statement all 4
processors would be used. Check the -HACKERS archives for lengthy
discussions of this.
--
Jeff Trout <jeff@jefftrout.com>
http://www.jefftrout.com/http://www.stuarthamm.net/