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.
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.