You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe there are two types of features here.
First, like incr operation in redis which can atomically increment the value of prop. More likely a Syntactic sugar of upset operation. Typing 'INCR PLAYER.AGE on 'TOM'' may be easier than "UPSET VERTEX ON PLAYER 'Tom' SET age = age + 1'
Second, they want auto_increment like mysql and be able to customize the start value.
*您的特性请求是否与某个问题相关?请描述 *
比如,根据手机里的 通话记录 数据,建立通联关系(属性有:关系次数,关系首次发生时间,关系最近一次发生时间)
这种 通联关系里的属性,每次都要 先把 这条关系的数据拿出来,然后计算后 再次插入。
**描述你想要的解决方案
希望 通联关系里的属性,比如关系次数的属性值做成类似 redis 里的自增,关系首次发生时间 为 最小时间,关系最近一次发生时间 为最大时间
The text was updated successfully, but these errors were encountered: