Re: [GENERAL] Slow query plan used - Mailing list pgsql-general

From Wetzel, Juergen (Juergen)
Subject Re: [GENERAL] Slow query plan used
Date
Msg-id B21CD5EA385190469D02AC8D9D60E61A640B65E1@AZ-FFEXMB02.global.avaya.com
Whole thread Raw
In response to Re: [GENERAL] Slow query plan used  (Andreas Kretschmer <andreas@a-kretschmer.de>)
Responses Re: [GENERAL] Slow query plan used
List pgsql-general
>> Only 130 rows out of the 30000 have ARCHIVED = 0

> in this case i would suggest a partial index:
> create index <indexname> on <tablename> (archived) where archived = 0;

Thanks, Andreas.

Sorry for the confusion about the table names.
The hint with the partial index sounds as it could solve the problem. I will test it.

Regards
Jürgen


pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: [GENERAL] Slow query plan used
Next
From: Andreas Kretschmer
Date:
Subject: Re: [GENERAL] Slow query plan used