Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-11-03 Thread Ton Akveld
Hi Michael, Thanks for the insight! Kind regards, Ton On Monday, November 3, 2014 7:44:42 PM UTC+1, Michael Hunger wrote: > > We very much worked with them, even repoduced their dataset and setup and > pointed out the incorrect use and configuration of Neo4j as well as a > shortcoming of the

Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-11-03 Thread Michael Hunger
We very much worked with them, even repoduced their dataset and setup and pointed out the incorrect use and configuration of Neo4j as well as a shortcoming of their data-model. They happily accepted the information but didn't bother to update their *original* article. After our last post

Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-11-03 Thread Ton Akveld
Could be wrong, but I read the article end "We highly appreciate the feedback from Neo Technology representatives!" as a wish, not a comment on. :-) On Monday, November 3, 2014 6:58:18 PM UTC+1, Mark Findlater wrote: > > Yes, I believe istc-bigdata really appreciated it. > > Article begins - "Ne

Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-11-03 Thread Mark Findlater
Yes, I believe istc-bigdata really appreciated it. Article begins - "Neo Technology representatives contacted us and said..." Article ends - "We highly appreciate the feedback from Neo Technology representatives!" I think there is still a wait for Kamilos to share further information.. M On M

Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-11-03 Thread Ton Akveld
Interesting to know if Neo Technology gave feedback as requested: We highly appreciate the feedback from Neo Technology representatives! From: http://istc-bigdata.org/index.php/benchmarking-graph-databases-updates/ On Monday, November 3, 2014 4:43:31 PM UTC+1, Ton Akveld wrote: > > Hi group, > >

Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-11-03 Thread Ton Akveld
Hi group, I just saw this question, and neo4j alleged performance worries me too. Especially when remarks like this: What worries me even more is the absence of reactions of Neo4j's TLM. How to convince the world of positive use of Neo4j's graph database when these 'rumors' are not disproved?

Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-10-31 Thread gg4u
hi, also interested in this. i d love to benchmark similar queries against NoSql (dynamo on aws) could you please share a foo table publicly? my model on nosql is node A as index, all neighbors of A as value (a whole string). -- You received this message because you are subscribed to the Google

Re: [Neo4j] Simple query where Cypher would out-perform Mysql

2014-10-29 Thread Michael Hunger
Can you share your actual sql and cypher queries? Thanks a lot. Michael On Sun, Oct 26, 2014 at 9:32 AM, Kamilos wrote: > Hi guys, > > I'm looking for a "simple" query which shows that's is better to use Neo4j > (cypher) than mysql. > > It's over a social database, with node and relationship (

[Neo4j] Simple query where Cypher would out-perform Mysql

2014-10-29 Thread Kamilos
Hi guys, I'm looking for a "simple" query which shows that's is better to use Neo4j (cypher) than mysql. It's over a social database, with node and relationship (friend) between them. For mysql, I have a table "Node" and a table "Friend" for example "A" is friend with "B". I tried the classic