Prioritizing queries - Mailing list pgsql-general

From Christopher Petrilli
Subject Prioritizing queries
Date
Msg-id 59d991c404092113245554855c@mail.gmail.com
Whole thread Raw
Responses Re: Prioritizing queries  (Steve Atkins <steve@blighty.com>)
List pgsql-general
Has anyone investigated having either high, or low urgency queries? A
system I'm working on has a constant inflow of data, which has some
queries gainst it which might require long sequential scans. I'm not
that worried about how long those queries take, just that they don't
interfere with other insertions.

This is a bit DSSish, I guess, but I would think it could be managed
by nicing processes?

Chris
--
| Christopher Petrilli
| petrilli@gmail.com

pgsql-general by date:

Previous
From: Josué Maldonado
Date:
Subject: Set return function with union all
Next
From: Kevin Murphy
Date:
Subject: the current scoop on ilike and indexes