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 <[EMAIL PROTECTED]> http://www.jefftrout.com/ http://www.stuarthamm.net/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly