[orientdb] spring-session-orientdb 1.0 is released

2016-09-26 Thread Miron Aseev
Hey, everyone. I just want to share some information about a project I've been working on recently - spring-session-orientdb . It's a Spring Session extension for OrientDB. So, if you're using Spring and OrientDB in your project, you might

Re: [orientdb] spring-session-orientdb 1.0 is released

2016-09-26 Thread Luca Garulli
Hi Miron, Thanks for the project. I've just added it in our (messy) plugin page (it should be online in a few minutes): http://orientdb.com/docs/last/Plugins.html Best Regards, Luca Garulli Founder & CEO OrientDB LTD Want to share your opinion about OrientDB? Rate &

[orientdb] Exposing traversal depth from MATCH

2016-09-26 Thread leonid
Hi. Is there any way of exposing $depth context variable from the MATCH statement to the result consumer. E.g. in the documentation example I'd like to get the actual degree of separation between a pair of people (I don't care which path) as part of the output. Thanks -=- Leonid -- ---

[orientdb] Re: Exposing traversal depth from MATCH

2016-09-26 Thread user . work111
Hi, can you explain it better? Thx Regards, Michela -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to orient-database+unsubscr...@googlegroups.com. For more

[orientdb] Re: Issue with Orient DB Clustering

2016-09-26 Thread Oleksandr Gubchenko
If you run out of available connections, this means the client never closes them. Can you post your full code? Il giorno lunedì 26 settembre 2016 08:37:38 UTC+2, Krishna Kant ha scritto: > > I am using 2.2.4 DB version and for orient Graph orientGraphVersion=2.2.8 is > my JAR dependency in

[orientdb] Re: Issue with Orient DB Clustering

2016-09-26 Thread Krishna Kant
I am using 2.2.4 DB version and for orient Graph orientGraphVersion=2.2.8 is my JAR dependency in code. On Monday, 26 September 2016 09:54:13 UTC+5:30, Oleksandr Gubchenko wrote: > > Which version are you using? > > Il giorno sabato 24 settembre 2016 15:30:10 UTC+2, Krishna Kant ha scritto: >>

Re: [orientdb] Re: Performance of Distributed (3 nodes) cluster with one billion edges

2016-09-26 Thread Andrey Lomakin
Hi, I have looked at your thread dump we have already identified and fixed your issue in 2.2.9 version. So if you use 2.2.10 (latest one), you will not experience this problem. I strongly recommend using 2.2.10 version because several deadlocks are fixed in 2.2.9 version also 2.2.10 contains few

[orientdb] Wrong result with simple query

2016-09-26 Thread Tan Ho
Seem that OrientDB doesn't return the correct result for the simple search. I created a class node item with 2 properties id and flag - id: type STRING, index: UNIQUE - flag: type DECIMAL flag can be set by 1, 0, or null value. I use the query below to get all item which has flag is 1

[orientdb] Re: Wrong result with simple query

2016-09-26 Thread Tan Ho
Hi Alessandro, Thank you so much! It works like a charm. And this issue already opened on Github . Best regards, Tan On Monday, 26 September 2016 19:26:08 UTC+7, alessand...@gmail.com wrote: > > Hi, > I've unswered you on

[orientdb] Re: Limit Skip Query Issue

2016-09-26 Thread alessandrorota04
Hi, I have tested it on version 2.2.6 and it works. Example

[orientdb] Re: Limit Skip Query Issue

2016-09-26 Thread alessandrorota04
Hi, the problem occurs with the order by. Could you open an issue on github ? Thanks, Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[orientdb] Re: Wrong result with simple query

2016-09-26 Thread Oleksandr Gubchenko
I've unswered you on stackoverflow. Il giorno lunedì 26 settembre 2016 13:37:25 UTC+2, Tan Ho ha scritto: > > Seem that OrientDB doesn't return the correct result for the simple search. > > I created a class node item with 2 properties id and flag > > >- id: type STRING, index: UNIQUE >-

[orientdb] Re: Wrong result with simple query

2016-09-26 Thread Tan Ho
Thank you for quickly answer! Please check my commend on stackoverflow. On Monday, 26 September 2016 18:49:05 UTC+7, Oleksandr Gubchenko wrote: > > I've unswered you on stackoverflow. > > Il giorno lunedì 26 settembre 2016 13:37:25 UTC+2, Tan Ho ha scritto: >> >> Seem that OrientDB doesn't

[orientdb] Re: Wrong result with simple query

2016-09-26 Thread alessandrorota04
Hi, I've unswered you on stackoverflow with a workaround. Best regards, Alessandro -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[orientdb] Re: Exposing traversal depth from MATCH

2016-09-26 Thread Oleksandr Gubchenko
$depth is used in while condition, so you define it. Are you looking for shortest/longest path? Il giorno lunedì 26 settembre 2016 23:18:07 UTC+2, user.w...@gmail.com ha scritto: > > Hi, > > can you explain it better? > > Thx > > Regards, > Michela > -- --- You received this message because