Are the upserts done by Ignite’s implementation for SQL MERGE atomic in its insert-or-update?
I see in the Apache Ignite docs for SQL MERGE that its,
Does Ignite’s implementation for SQL MERGE support row deletes aswell as part of the ‘merge’ or is it meant for simple upserts only
I see that Apache Ignite docs that it provides SQL MERGE support. However the syntax seems to be limited & appears to be just a way to perform Upserts with no support for conditions or row deletes as part of the merge.