Max message size / constraints?

From: Tony Shelver <tshelver(at)gmail(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: Max message size / constraints?
Date: 2018-10-31 06:35:55
Message-ID: CAG0dhZAZkq9LM_8GVrzk63FGKgsJ_+cb7nFA=OzJX8C6oQRQCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

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

Browse psycopg by date

  From Date Subject
Next Message Christophe Pettus 2018-11-03 01:28:51 Multiple message delivery on logical replication
Previous Message Daniele Varrazzo 2018-10-30 16:07:25 Re: psycopg2 conn.poll() hangs when used with sshtunnel