Are multiple SPARL update queries in same POST message one transaction?

0

Hi,
If we include multiple SPARQL update queries separated by a semi-colon in a single POST message, are those executed as part of one transaction? Or is each query a transaction of it's own?

Thanks,
Rakesh

已提問 4 年前檢視次數 231 次
1 個回答
0

Dear Rakesh,

yes, they are executed as one transaction and satisfy the transaction isolation guarantees documented in https://docs.aws.amazon.com/neptune/latest/userguide/transactions-neptune.html; as such, all update statements in the POST message are guaranteed to either succeed as an atomic unit or fail (in the latter case, partial changes would be rolled back internally).

Best,
Michael

AWS
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南