首页 > 其他 > 详细

neo4j----创建索引

时间:2018-09-06 17:06:15      阅读:333      评论:0      收藏:0      [点我收藏+]

创建索引

create index on:Student(name)

删除索引

drop index on:Student(name)

创建唯一索引

create constraint on (s:Teacher) assert s.name is unique

删除唯一索引

drop constraint on (s:Teacher) assert s.name is unique

neo4j----创建索引

原文:https://www.cnblogs.com/learningJAVA/p/9599393.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!