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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠