Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-07 Thread Abhishek Agarwal
Hi, Great news. When can we actually expect such a feature? Abhishek On Saturday, July 4, 2015 at 4:19:37 PM UTC+5:30, Michael Hunger wrote: > > It's planned as a feature for Neo4 itself. > > I'm not aware of other variants, although there might be that the xnLogic > framework would help you. >

Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-07 Thread Abhishek Agarwal
Hi, Thanks for your reply. Saw the github project. Waiting for the blog. One question: To revert to a checkpoint in time, one will have to play all the messages from start? On Sunday, July 5, 2015 at 12:30:19 AM UTC+5:30, ducky wrote: > > I've been working on a kernel extension >

Re: [Neo4j] fulltext_index and ORDER BY performance

2015-07-07 Thread Michael Hunger
What you do is basically a hash join between the 650K nodes to match the single n node. This is a better way, please try. > START > n=node(6494) > MATCH n<-[:`host`]-x WHERE x.allContent =~ ".*Adobe.*" > > RETURN > cou

[Neo4j] fulltext_index and ORDER BY performance

2015-07-07 Thread matias . burak
Hi, i'm using version Neo4j 1.9 version and i'm running in to several performance issues in a db with 1M nodes. First problem is with fulltext indexing, for me this should be very fast but for example this query: START n=node(6494), x=node:fulltext_index("allConten

Re: [Neo4j] TransactionEventHandler bug?

2015-07-07 Thread Clark Richey
I have confirmed the same behavior on 2.2.3 as well. Clark Richey clark.ric...@gmail.com > On Jul 6, 2015, at 5:20 PM, Clark Richey wrote: > > Sorry. I’m running 2.2.2 enterprise. > > I do have a test which I have attached. In creating this test I can see that > events actually don’t seem t

Re: [Neo4j] http request

2015-07-07 Thread Michael Hunger
What do you mean with separately? And where did you find what? What do you actually want to achieve? Michael > Am 07.07.2015 um 16:07 schrieb Marwa Elabri : > > Hello > i work with neo4j API ans i want to get just the properties of nodes and the > proporties of relationships separtely > i fou

Re: [Neo4j] http request

2015-07-07 Thread Benoit Simard
Hello, I don't understand what you want to do, can you give me an example ? Does the following endpoint respond to your needs ? : - http://localhost:7474/db/data/node/{node_id}/properties - http://localhost:7474/db/data/relationship/{rel_id}/properties Cheers. Le 07/07/2015 16:07, Marwa Elab

[Neo4j] http request

2015-07-07 Thread Marwa Elabri
Hello i work with neo4j API ans i want to get just the properties of nodes and the proporties of relationships separtely i found somthing on their site but it allow to get all properties of relatinships and nodes together :( -- You received this message because you are subscribed to the Google