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

   @vladiksun Yes, the VLE component does cache data for multiple contexts. It 
will only free them when the -
   
   1. Transaction id changes (updates).
   2. Maximum number of cached contexts is reached and a new one is created, 
one is removed. (LRU cache if I recall).
   3. delete_global_graphs function is called to purge unused graphs.
   4. session exits.
   
   But, it shouldn't crash. I will take a look.


-- 
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: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to