Re: Over commit?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Over commit?
Дата
Msg-id 937d27e10903110155g3bce3992y73aeb39cf82d32ab@mail.gmail.com
обсуждение исходный текст
Ответ на Over commit?  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
Список pgadmin-hackers
On Wed, Mar 11, 2009 at 7:55 AM, Giuseppe Sacco
<giuseppe@eppesuigoccas.homedns.org> wrote:
> Hi hackers,
>
> #: pgadmin/schema/gpResQueue.cpp:122
> msgid "Over commit?"
> msgstr ""
>
> Could you please explain what this sentence means?

It's a Greenplum thing, relating to resource queues which allow you to
manage workload in the system. From the docs:

Cost Threshold Overcommit

If a resource queue is limited based on a cost threshold, then the
administrator can
allow OVERCOMMIT (the default). Resource queues with a cost threshold and
overcommit enabled will allow a query that exceeds the cost threshold to run,
provided that there are no other queries in the queue at the time the
query is submitted.
The cost threshold will only be enforced if there are multiple
sessions submitting
queries through the queue at once.

If NOOVERCOMMIT is specified, then queries that exceed the cost limit
will always be
rejected and never allowed to run.


--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7671 - trunk/pgadmin3/pgadmin/schema
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Patch: Crash on linux-x64