当我试图在DSE图中获取顶点计数时,使用
g.V().count()
在生产模式下,错误正在显示。
Could not find a suitable index to answer graph query and graph scans are disabled
但在发展模式中也是如此。我是不是做错什么了。
我正在尝试快速启动链接,但创建了自己的模式。
模式:
schema.propertyKey("id").Int().single().create() schema.propertyKey("name").Text().single().cre