Re: index row size 2728 exceeds btree maximum, 2713

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: index row size 2728 exceeds btree maximum, 2713
Дата
Msg-id 20050602123520.GC6785@wolff.to
обсуждение исходный текст
Ответ на Re: index row size 2728 exceeds btree maximum, 2713  ("Dinesh Pandey" <dpandey@secf.com>)
Список pgsql-sql
On Thu, Jun 02, 2005 at 17:48:47 +0530,
  Dinesh Pandey <dpandey@secf.com> wrote:
> Yes I am storing some "error messages" in data column, and the PK columns
> are party of search criteria.

If you need to be able to search based on the entire stored error message,
than you might try adding an indexed hash column to the table and using that
to speed up searches. You can still compare the full string in case you
have a hash collision, but those should be very rare.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: [GENERAL] index row size 2728 exceeds btree maximum, 27
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: [GENERAL] index row size 2728 exceeds btree maximum, 27