Re: Over commit? - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Over commit?
Date
Msg-id 937d27e10903110155g3bce3992y73aeb39cf82d32ab@mail.gmail.com
Whole thread Raw
In response to Over commit?  (Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>)
List 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 by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7671 - trunk/pgadmin3/pgadmin/schema
Next
From: Ashesh Vashi
Date:
Subject: Patch: Crash on linux-x64