Not using index

Поиск
Список
Период
Сортировка
От Crispin Miller
Тема Not using index
Дата
Msg-id 3A815FEC.3529C61F@cs.man.ac.uk
обсуждение исходный текст
Ответы Re: Not using index  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Not using index  (Joerg Hessdoerfer <Joerg.Hessdoerfer@sea-gmbh.com>)
Список pgsql-general
Hi,
I have a table with about 8million tuples in it. I need to do a search
on two of the table's columns, so I've created a couple of indices, one
for each column.
Then I've run VACUUM ANALYZE. The query planner still wants to do a
sequential scan on the database. Any idea where I'm going wrong?
Crispin


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

Предыдущее
От: Michael Fork
Дата:
Сообщение: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Not using index