apache / apache/hugegraph

Support counter type property

Open
#272 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

### Description

**Counter property** is a property type with long type value, which can only be updated by increasing automatically.

In graph database, some statistical data increasing as time passes. Recording them using regular property is inefficient, because every update needs read-update-write process. With **Counter property**, just need make a request to increase a counter by a number, which is quite effective.

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.