Thread: AW: SourceForge & Postgres

AW: SourceForge & Postgres

From
Zeugswetter Andreas SB
Date:
> I have an index on group_id, one on
> (group_id,status_id) and one on (group_id,status_id,assigned_to) 

As an aside notice: you should definitely only need the last of the
three indices, since it can perfectly work on group_id
or group_id + status_id only restrictions.

Andreas