Skip to content

Configurable Transaction Isolation #1000

@lvca

Description

@lvca

I double-checked the code and the docs about the transaction batch are not correct. That piece was coming from OrientDB which allowed some control over isolation. With ArcadeDB the level is always Read committed, which means dirty reads are not possible, but you can get Nonrepeatable Read and Phantom Read. It would be pretty easy to support both REPEATABLE_READ and SERIALIZABLE, I'm opening an issue for that.

Originally posted by @lvca in #994 (comment)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions