Re: dynamically allocating chunks from shared memory

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: dynamically allocating chunks from shared memory
Дата
Msg-id 4C601FF00200002500034394@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: dynamically allocating chunks from shared memory  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
> I don't think it's going to be too easy to provide, short of (as
> Tom says) moving to the MySQL model of many threads working in a
> single process.
Well, it's a bit misleading to refer to it as the MySQL model.  It's
used by Microsoft SQL Server, MySQL, Informix, and Sybase.  IBM DB2
supports four different process models, and OS threads in a single
process is the default for them on an OS with good threading
support; otherwise they default to one process per connection.
Just because MySQL uses a particular technique doesn't
*automatically* mean it's a bad one; it's just not in itself a
confidence-builder.  ;-)
-Kevin


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

Предыдущее
От: Hector Beyers
Дата:
Сообщение: Hector Beyers wants to stay in touch on LinkedIn
Следующее
От: Tom Lane
Дата:
Сообщение: Re: patch: to_string, to_array functions