Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Nov 8, 2023
1 parent 4b8811b commit 8fa4f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/concepts/transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ArcadeDB has different levels of durability based on storage type, configuration

This mode uses the well known Multi Version Control System http://en.wikipedia.org/wiki/Multiversion_concurrency_control[MVCC] by allowing multiple reads and writes on the same records.
The integrity check is made on commit.
If the record has been saved by another transaction in the interim, then an `OConcurrentModificationException` will be thrown.
If the record has been saved by another transaction in the interim, then an `ConcurrentModificationException` will be thrown.
The application can choose either to repeat the transaction or abort it.

NOTE: ArcadeDB keeps the whole transaction on client's RAM, so the transaction size is affected by the available RAM (Heap) memory on JVM.
Expand Down

0 comments on commit 8fa4f12

Please sign in to comment.