Обсуждение: Max message size / constraints?

Поиск
Список
Период
Сортировка

Max message size / constraints?

От
Tony Shelver
Дата:
I am calling postgresql functions / stored procedures to insert / update data, passing the data in jsonb format.

To avoid roundtripping for each record to be inserted / updated, I would like to compose multiple records in a single jsonb parameter.

Is there a limit in psycopg2 as to the size of the parameter?


Thanks

Tony