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年前214ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ