Re: Help with Query Tuning - Mailing list pgsql-performance

From Reid Thompson
Subject Re: Help with Query Tuning
Date
Msg-id 4D8366AD.70001@ateb.com
Whole thread Raw
In response to Re: Help with Query Tuning  (Adarsh Sharma <adarsh.sharma@orkash.com>)
List pgsql-performance
On 03/18/2011 12:17 AM, Adarsh Sharma wrote:
> Thanks , it works now ..:-)
>
> Here is the output :
>
> pdc_uima=# SELECT count(*)  from page_content WHERE publishing_date like '%2010%' and
> pdc_uima-# content_language='en' and content is not null and isprocessable = 1 and
> pdc_uima-# to_tsvector('english',content) @@ to_tsquery('english','Mujahid' || ' | '
> pdc_uima(# || 'jihad' || ' | ' || 'Militant' || ' | ' || 'fedayeen' || ' | '
> pdc_uima(# || 'insurgent' || ' | ' || 'terrORist' || ' | ' || 'cadre' || ' | '
> pdc_uima(# || 'civilians' || ' | ' || 'police' || ' | ' || 'cops' || 'crpf' || ' | '
> pdc_uima(# || 'defence' || ' | ' || 'dsf' || ' | ' || 'ssb' );
>
>   count
> --------
>   137193
> (1 row)
>
> Time: 195441.894 ms

what is the type/content for column publishing_date?
based on what you show above, I assume it's text? -- if so, whats the format of the date string?


pgsql-performance by date:

Previous
From: Arjen van der Meijden
Date:
Subject: Re: Request for feedback on hardware for a new database server
Next
From: Red Maple
Date:
Subject: Help: massive parallel update to the same table