Using JSONB directly from application

From: Anthony Communier <anthony(dot)communier(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Using JSONB directly from application
Date: 2018-02-25 20:05:48
Message-ID: CADx9zwFSV2TWBMBmiMZf8X4fKshDMsPx0wa1pGZPP4Byeg-zLw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

It would be nice if application connected to a Postrgesql database could
send and receive JSONB in binary. It could save some useless text
conversion. All works could be done on application side which are often
more scalable than database itself.

Regards,

Anthony Communier

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2018-02-25 21:26:05 Re: Online enabling of checksums
Previous Message Yura Sokolov 2018-02-25 18:39:46 Re: [HACKERS] Small improvement to compactify_tuples