Support counter type property
Open
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
Assessment
This issue has not been assessed yet.