Error creating gin index on jsonb columns

Поиск
Список
Период
Сортировка
От Glenn Zhu
Тема Error creating gin index on jsonb columns
Дата
Msg-id CAG3jo=hpDTyjaeuGr2MimVtGdjAL5p2tHWSwwsc42gUVraeGMQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Error creating gin index on jsonb columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
We are getting an error on the following statement:

CREATE INDEX CONCURRENTLY customer_jsonb_fields_idx ON customer USING gin (jsonb_fields jsonb_path_ops);

ERROR:  invalid memory alloc request size 2013265920

Anyone know what is causing it?  It does not seem to be data corruption as when we deploy to multiple databases we got exactly the same error.

I did try to set maintenance_work_mam to 4GB and still the same error occurred.

Thank you.
-glenn
--
Glenn Zhu
SaaS Operations | ❖ Medallia, Inc.

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

Предыдущее
От: Euler Taveira
Дата:
Сообщение: Re: pam auth - add rhost item
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: TODO list updates