andrii0lomakin / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
http://orientdb.org
Apache License 2.0
0 stars 0 forks source link

Remove record from local record cache after concurrent version exception. #100

Closed andrii0lomakin closed 6 months ago

andrii0lomakin commented 6 months ago

We need to remove the record from the record cache in case of concurrent modification exceptions to ensure that it will not be repeated forever by the user.