Hi, I am using Ignite Cache in my program, with a REST client.
as a part of it I am combing simple key-value operations with SQL. basiclly I am using the simple key-value API for a single record operation, and SQL is used for deleting/getting multiple records. I saw here : https://apacheignite-sql.readme.io/docs/how-ignite-sql-works#concurrent-modifications how ignite SQL solves concurrency issues. does it apply also for combing SQL and simple key-val operations? i.e, how can I ensure that running simple GetValue immedaitly after opeartions will get the up to date value? Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
