Re: index row size exceeds btree maximum, 2713 -

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: index row size exceeds btree maximum, 2713 -
Дата
Msg-id 1121784505.8208.358.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: index row size exceeds btree maximum, 2713 - Solutions?  (Dennis Bjorklund <db@zigo.dhs.org>)
Ответы Re: index row size exceeds btree maximum, 2713 -  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Tue, 2005-07-19 at 05:42, Dennis Bjorklund wrote:
> On Mon, 18 Jul 2005, Jaime Casanova wrote:
>
> > I don't think you could create indexes on text fields... there are
> > other type of indexes for that... tsearch2 for example
>
> You can index text fields, but you can't insert values bigger then
> BLOCKSIZE/3 when you have an index on that column.]

Please note that the size limitation is for btree indexes, the most
common and well tested index types.

For hash you can have a much larger value, but only direct matching is
supported.

I don't know about GiST...

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump and write locks
Следующее
От: "Ilja Golshtein"
Дата:
Сообщение: Re: Old question - failed to find conversion function from "unknown"