Java Update heavy JSONB with low memory consumption in PostgreSQL Updating a jsonb content several time using an rest api can have a huge memory impact, in this article we explain how we managed this using an event approach.