Re: Partitioned tabled not using indexes for full text search

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Justin Funk <funkju(at)iastate(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Partitioned tabled not using indexes for full text search
Date: 2009-03-27 17:45:59
Message-ID: 26808.1238175959@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Justin Funk <funkju(at)iastate(dot)edu> writes:
> Any idea why it would not be using the indexes?

The child table you showed us has a btree index on message_index_col,
which is useless for @@ queries. Maybe you forgot to specify the
index type while rearranging the table into partitioned form?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message MDB 2009-03-27 17:52:42 Re: Postgresql On Windows
Previous Message Joshua D. Drake 2009-03-27 17:10:00 Re: PITRTools: Bring up warm standby -> unexpected pageaddr