Re: changing MyDatabaseId

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: changing MyDatabaseId
Дата
Msg-id 1289996664-sup-4015@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: changing MyDatabaseId  (Markus Wanner <markus@bluegap.ch>)
Ответы Re: changing MyDatabaseId  (Markus Wanner <markus@bluegap.ch>)
Список pgsql-hackers
Excerpts from Markus Wanner's message of mié nov 17 07:04:04 -0300 2010:

> > Thoughts?
> 
> The question obviously is whether or not this is faster than just
> terminating one backend and starting a new one. Which basically costs an
> additional termination and re-creation of a process (i.e. fork())
> AFAICS. Or what other savings do you envision?

I don't think it's a speed thing only.  It would be a great thing to
have in autovacuum, for example, where we have constant problem reports
because the system failed to fork a new backend.  If we could simply
reuse an already existing one, it would be a lot more robust.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Overlap operators for ARRAY and NULLs
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: changing MyDatabaseId