Re: [Neo4j] Loading nodes matching an indexed UUID

2018-01-30 Thread Vincent Mooser
might have to load up to 200 pages with the HDD having to seek to > each of the blocks. > > Which properties of the nodes do you need to be returned? the full nodes? > > > On Mon, Jan 29, 2018 at 5:11 PM, Vincent Mooser <vincent...@gmail.com > > wrote: > >> Hi, >&

Re: [Neo4j] Loading nodes matching an indexed UUID

2018-02-01 Thread Vincent Mooser
Hi Michael, I applied all your recommendations and performance are better now. Next step will be the SSD. Thank you for your help Vincent On Tuesday, January 30, 2018 at 7:34:30 PM UTC+1, Michael Hunger wrote: > > Hi Vincent, > > > On Tue, Jan 30, 2018 at 4:27 PM, Vincent

[Neo4j] Loading nodes matching an indexed UUID

2018-01-29 Thread Vincent Mooser
Hi, I am currently facing some performance problems when loading nodes using an indexed UUID. My use case is the following: - I initiate a search query in Apache Solr which returns a list of 200 UUID (max) - I load the 200 nodes corresponding to the uuid with the following cypher: unwind