> > Will PostgreSQL take advantage of more than 1 CPU? If so, are there
any
> > benchmarks showing how it scales with multiple CPUs?
We run PG on a quad xeon, and it works wonderfully. From PG's design
of forking off a new backend for each connection, it is inherantly
scalable, as each backen
>From a previous thread, I remember being said that it is mostly an OS issue. So if
>you make your OS kernel aware of your multiple CPUs, Pg will be just fine.
cheers,
thalis
On Thu, 14 Jun 2001, Rich Bowman wrote:
> Will PostgreSQL take advantage of more than 1 CPU? If so, are there any
> be