Skip to content

Configurable Transaction Isolation #1000

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to 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