Values larger than 1/3 of a buffer page cannot be indexed.

Поиск
Список
Период
Сортировка
От Viktor Nagy
Тема Values larger than 1/3 of a buffer page cannot be indexed.
Дата
Msg-id AANLkTin3p6VS1Z=TtqUV-5cG4TZpTjUMfuPNzWJFgnr5@mail.gmail.com
обсуждение исходный текст
Ответы Re: Values larger than 1/3 of a buffer page cannot be indexed.  (Dmitriy Igrishin <dmitigr@gmail.com>)
Список pgsql-general
hi,

when trying to insert a long-long value, I get the following error:

 index row size 3120 exceeds maximum 2712 for index "ir_translation_ltns"
HINT:  Values larger than 1/3 of a buffer page cannot be indexed.
Consider a function index of an MD5 hash of the value, or use full text indexing.

is there a way to generate this recommended function index of an md5 hash on an already existing database and tables (filled with data)?

thanks,
Viktor

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

Предыдущее
От: ray
Дата:
Сообщение: Re: Ad hoc report writer
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: Values larger than 1/3 of a buffer page cannot be indexed.