Re: using index with bigint pkey

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: using index with bigint pkey
Дата
Msg-id 41A67210.8010206@opencloud.com
обсуждение исходный текст
Ответ на using index with bigint pkey  ("Éric Paré" <paree@LEXUM.UMontreal.CA>)
Список pgsql-jdbc
Éric Paré wrote:

> I found that running a simple query on a bigint index does not behave as
> expected in the planner.  This query does not use the index on 'a pkey
> id column' if it is of bigint type :

> Note on setup :
> - postgresql 7.4.1 server
> - postgresql-7.4.1-jdbc3.jar

Use an 8.0 server (allows cross-type index use), or the development JDBC
driver (sends longs as BIGINT via the V3 protocol).

-O

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

Предыдущее
От: "Éric Paré"
Дата:
Сообщение: using index with bigint pkey
Следующее
От: deepthi@granwill.com
Дата:
Сообщение: Time conversion across various parts of world