Re: GIN index not used

Поиск
Список
Период
Сортировка
От Mark
Тема Re: GIN index not used
Дата
Msg-id 1303978047254-4345976.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: GIN index not used  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
Ответы Re: GIN index not used  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
Список pgsql-general
Alban thanks for your quick reply.
It is true that I use for this only 2,5GB RAM on Intel Core i5 CPU 2.67GHz
and resources I didn't changed from instalation of postgres:
max_connections = 100
shared_buffers = 32MB
(other parameters are commented)
, but that would not be the reason I think.

I was maybe wrong to explain. As I said at first all was ok. That means that
after creating the index one query took less time.
For example query over:
tsquery(liquid & water) - 38ms, 219 results

but now it is like this:
tsquery(liquid & water) - 2859ms, 219 results

I though that it was caused by some "magic" over this table (I have deleted
and inserted data and index again).
That is why I tried mentioned vacuum and pg_dump with pg_restore.
Could it be caused by this?


--
View this message in context: http://postgresql.1045698.n5.nabble.com/GIN-index-not-used-tp4344826p4345976.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

В списке pgsql-general по дате отправления:

Предыдущее
От: Erwin Brandstetter
Дата:
Сообщение: Re: timestamp(0) vs. timestamp
Следующее
От: Sim Zacks
Дата:
Сообщение: Re: plpython module import errors