Re: MySQL comparison

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Re: MySQL comparison
Дата
Msg-id 397525E2.1ED2A037@nimrod.itg.telecom.com.au
обсуждение исходный текст
Ответ на MySQL comparison  (Ferruccio Zamuner <nonsolosoft@diff.org>)
Ответы Re: MySQL comparison  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Ferruccio Zamuner wrote:

>  - MySQL is a fully multi-threaded using kernel threads.
>    PostgreSQL has a number of back-end processes defined at compile time, by
> default 32.

It's better not to mention this. I used to work for a database vendor
with a process model (i.e. like postgres), and we could still beat the
opposition who had a threaded model. The bottom line is that
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.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: btree split logic is fragile in the presence of large index items
Следующее
От: Chris Bitmead
Дата:
Сообщение: Re: [GENERAL] PRIMARY KEY & INHERITANCE (fwd)