apache / apache/hugegraph

implements atomic vertex Read-Modify-Write

Open
#201 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
Java
Stars
3.2k
Forks
636
Avg merge
3d 11h
Merged PRs (30d)
14

Description

### Expected behavior 期望表现
implements a mechanism that can read-modify-write one vertex atomically.

#### Example:

##### before

`savings(property) of account(Vertex) is 100;`

##### operation

`increase savings of account 100 in different threads simultaneously.`

##### after

`two thread completed. And savings(property) of account(Vertex) must be 300`

### Specifications of environment 环境信息
- hugegraph version: v0.8

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.