OrientDb 查询执行时间

问题描述

我想获得查询执行时间作为响应。我正在使用 OrientDB 3.0 和官方驱动程序 https://github.com/orientechnologies/OrientDB-NET.binary for .NET。 我该怎么做?

解决方法

不支持

c#.net core 一起使用,它们已停止。 当我研究这个项目时,我很高兴。当我寻求支持并看到所有问题、错误链接、分散的群组时……我决定使用 neo4j。 我认为 OrientDb 很好,但文档和链接很糟糕。 我下载了 https://github.com/orientechnologies/OrientDB.Net 并且它可以工作,但我必须更改某些内容。我可以连接,但如果你看: throw new NotImplementedException(); 然后我的裤子掉了。

In OrientDBBinaryConnectionStream replace 
            if (ConnectionMetaData.ProtocolVersion < 27)
                ConnectionMetaData.UseTokenBasedSession = false;

with

ConnectionMetaData.UseTokenBasedSession = true
Success with this unfinished business and keep me informed