Sequential Scan Index Bug

Поиск
Список
Период
Сортировка
От Gabriel Weinberg
Тема Sequential Scan Index Bug
Дата
Msg-id 000001c419ac$bf20be80$0900a8c0@yegg
обсуждение исходный текст
Ответы Re: Sequential Scan Index Bug  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-bugs
I have a table with an integer column with about 10M rows in it.

This column has an index (btree).

When I try to select a row using this column with an integer, e.g. select *
from table where id=4, it always uses the index.  However, if I select try
to select a row using this column with a decimal, e.g. select * from table
where id=4.343, it skips the index entirely and does a sequential scan of
the table.

I am using v7.4.2 on Freebsd 4.9.

Gabriel

_________________
Gabriel Weinberg
yegg@alum.mit.edu

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

Предыдущее
От: rahul
Дата:
Сообщение: Problem starting postgresql !!
Следующее
От: Victor Sudakov
Дата:
Сообщение: Renaming a table leaves orphaned implicit sequences which breaks pg_restore.