Re: MySQL comparison - Mailing list pgsql-hackers

From Tom Lane
Subject Re: MySQL comparison
Date
Msg-id 20054.963982284@sss.pgh.pa.us
Whole thread Raw
In response to Re: MySQL comparison  (Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>)
List pgsql-hackers
Chris Bitmead <chrisb@nimrod.itg.telstra.com.au> writes:
> Ferruccio Zamuner wrote:
>> PostgreSQL has a number of back-end processes defined at compile time, by
>> default 32.

> thread/process isn't that important. We even used to beat the opposition
> in number of databases/connections, by a huge margin. It's an
> implementation detail. Don't confuse people by throwing it up.

Another point worth making is that this is not a number fixed at compile
time, but just a postmaster parameter with a default of 32.  You can set
it much higher if your system can handle the load.

The reason the default limit is so low is just that we'd like the code
to run out-of-the-box on platforms with small kernel limits on shared
mem or number of semaphores.  The hidden assumption is that someone
who really needs a higher limit will know enough to RTFM ;-)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: [GENERAL] PRIMARY KEY & INHERITANCE (fwd)
Next
From: Stephan Szabo
Date:
Subject: Re: Re: [GENERAL] PRIMARY KEY & INHERITANCE (fwd)