Re: MySQL comparison
От | Tom Lane |
---|---|
Тема | Re: MySQL comparison |
Дата | |
Msg-id | 20054.963982284@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: MySQL comparison (Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>) |
Список | 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 по дате отправления: