Thread: Max message size / constraints?

Max message size / constraints?

From
Tony Shelver
Date:
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