简体   繁体   English

OrientDb 查询执行时间

[英]OrientDb query execution time

I would like get query execution time in response.我想得到查询执行时间作为响应。 I'm using OrientDB 3.0 with official driver https://github.com/orientechnologies/OrientDB-NET.binary for .NET.我正在使用带有官方驱动程序https://github.com/orientechnologies/OrientDB-NET.binary的 OrientDB 3.0 用于 .NET。 How can I do that?我怎样才能做到这一点?

c# together with .net core is not supported, they stopped.不支持c#.net core ,它们已停止。 When I studied the project, I was happy.当我研究这个项目时,我很高兴。 When I looked for support and saw all the issues, wrong links, scattered groups... I decided to go for neo4j.当我寻求支持并看到所有问题,错误的链接,分散的组......我决定 go 为 neo4j。 I think OrientDb is good, but the documentation and links sucks.我认为OrientDb很好,但是文档和链接很烂。 I downloaded https://github.com/orientechnologies/OrientDB.Net and it works except I had to change something.我下载了 https://github.com/orientechnologies/OrientDB.Net并且它可以工作,除非我必须改变一些东西。 I could connect but if you look at: throw new NotImplementedException();我可以连接,但如果你看一下: throw new NotImplementedException(); then my pants went off.然后我的裤子掉了。

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