繁体   English   中英

OrientDb 查询执行时间

[英]OrientDb query execution time

我想得到查询执行时间作为响应。 我正在使用带有官方驱动程序https://github.com/orientechnologies/OrientDB-NET.binary的 OrientDB 3.0 用于 .NET。 我怎样才能做到这一点?

不支持c#.net core ,它们已停止。 当我研究这个项目时,我很高兴。 当我寻求支持并看到所有问题,错误的链接,分散的组......我决定 go 为 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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM