Re: Priority to a mission critical transaction

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Priority to a mission critical transaction
Дата
Msg-id 20061127005143.GJ39519@nasby.net
обсуждение исходный текст
Ответ на Re: Priority to a mission critical transaction  (Brad Nicholson <bnichols@ca.afilias.info>)
Ответы RES: Priority to a mission critical transaction
Список pgsql-performance
On Thu, Nov 23, 2006 at 03:40:15PM -0500, Brad Nicholson wrote:
> On Tue, 2006-11-21 at 21:43 -0200, Carlos H. Reimer wrote:
> > Hi,
> >
> > We have an application that is mission critical, normally very fast,
> > but when an I/O or CPU bound transaction appears, the mission critical
> > application suffers. Is there a way go give some kind of priority to
> > this kind of application?
> > Reimer
>
>
> Not that I'm aware of.  Depending on what the problems transactions are,
> setting up a replica on a separate machine and running those
> transactions against the replica might be the solution.

The BizGres project has been working on resource quotas, which might
eventually evolve to what you're looking for.
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Postgres server crash
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: When to vacuum a table?