jrgemignani commented on issue #350:
URL: https://github.com/apache/age/issues/350#issuecomment-1310688969

   AGTYPE is based on JSONB and uses modified PG routines for JSONB. So, it is 
as fast as JSONB. However, it contains some **additions** to JSONB so it is not 
1 to 1. There are functions available for typecasting **some** items back and 
forth between AGTYPE and PG datatypes.
   
   If by complicated SQL you mean the wrapping SQL,... that is due to the 
nature of PG extensions and what we can and cannot do. It is also why we need 
to use a container datatype like AGTYPE.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to