Re: org.postgresql.util.PSQLException: ERROR: index row requires more memory than default(8191)

Поиск
Список
Период
Сортировка
От msn
Тема Re: org.postgresql.util.PSQLException: ERROR: index row requires more memory than default(8191)
Дата
Msg-id 1461666949861-5900548.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: org.postgresql.util.PSQLException: ERROR: index row requires more memory than default(8191)  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-sql
Yes, I am able to resolve the issue which is reported for creating an index.
I create the table with "UNIQUE" for the column like below.
-> create table sample(id serial, info jsonb unique);

So when i tried to insert the data into the table it showing cannot create
the index on the row. So I removed the unique constraint from the info
column. Hence it is resolved.



--
View this message in context:
http://postgresql.nabble.com/org-postgresql-util-PSQLException-ERROR-index-row-requires-more-memory-than-default-8191-tp5899379p5900548.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



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

Предыдущее
От: "Venkatesan, Sekhar"
Дата:
Сообщение: Re: Re: PostgreSQL:ALTER TABLE command hangs forever when DB partitioning is enabled.
Следующее
От: msn
Дата:
Сообщение: Getting the queried result in the form of json structure