jihot2000 commented on issue #217: URL: https://github.com/apache/incubator-age/issues/217#issuecomment-1131460655
> There is only one context in the VLE for each graph. What is likely happening is that the updates (CREATE and DELETE in this case) aren't causing the transactions ids to change OR the VLE isn't seeing them change. Either results in the VLE context not getting refreshed. The end results being that only the updates prior to the first VLE call are being seen. @jrgemignani Thank you I wrapped my cypher statements inside PL/gpSQL functions. The users use my wrapped functions to query the database. It is important to ensure the data consistency. Is the VLE context inconsistency a bug to be fixed? Or it is the correct behaviour of VLE, but I need some other best practice for VLE? -- 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]
