Re: [Neo4j] parallel processing with apoc.periodic.iterate

2018-08-08 Thread Pradeep Ponduri
Hi, I was able to run queries with apoc.cypher.parallel2. But Is apoc.cypher.parallel2 depricated in neo4j 3.4.4 ? Because unless I add cypher 3.4.1 before my cypher query parallel2 is not working in 3.4.4. On Wednesday, August 8, 2018 at 12:09:32 PM UTC-6, Michael Hunger wrote: > > periodic.it

Re: [Neo4j] parallel processing with apoc.periodic.iterate

2018-08-08 Thread 'Michael Hunger' via Neo4j
periodic.iterate is for updates. Please share more details on your query / data-model and PROFILE output. Did you create teh necessary indexes etc? On Mon, Jul 30, 2018 at 10:08 PM, Pradeep Ponduri < prad...@appsconsultants.com> wrote: > Hi, > > For one of the usecase am working on, it takes m

Re: [Neo4j] how to match nodes based on datetime field without using WHERE clause

2018-08-08 Thread 'Michael Hunger' via Neo4j
Which version are you at? Are you sure this works? b/c you compare twice s.createdAT >= while you probably want to do a between? On Thu, Aug 2, 2018 at 4:06 PM, Imran Rajjad wrote: > Hello, > > I have some tweets indexed in Neo4j for testing puproses. > > Below is a query that finds top hasht

Re: [Neo4j] Slow responses from neo4j

2018-08-08 Thread 'Michael Hunger' via Neo4j
Did you by chance not recreate the indexes you had in the previous version? Michael On Thu, Jul 26, 2018 at 5:44 AM, iam Carrot wrote: > Hi, > I recently upgraded to version 3.4.1 on a Windows 10 machine (i7, 16GB > RAM, 500GB SSD) the problem I am facing is that the time it took before the > u

Re: [Neo4j] How to reuse a subgraph

2018-08-08 Thread 'Michael Hunger' via Neo4j
You could also use a post-filter, i.e. check the resulting nodes together against your user. But in general yes you'd have to use something like this. Alternatively you could also set a "owner" property on all data and only have the user see their data. On Thu, Jul 26, 2018 at 5:47 PM, Juha Mäkel

Re: [Neo4j] neo4j - One of the node hangs at times

2018-08-08 Thread 'Michael Hunger' via Neo4j
Please create a GitHub issue. You might also want to migrate to a more recent version like 3.4.5 and possibly move away from HA to a causal cluster. On Fri, Aug 3, 2018 at 7:55 PM, wrote: > One or other of our node in HA architecture get hung most of the times > Our neo4j version is 3.2.9 . > >

Re: [Neo4j] Installation Issue Neo4j 3.4.5

2018-08-08 Thread 'Michael Hunger' via Neo4j
Could you please create a GH issue for this? Thank you On Mon, Jul 30, 2018 at 7:36 AM, Bhavin Shah wrote: > Getting Following error at the time of installing neo4j > > C:\Program Files\neo4j-community-3.4.5>bin\neo4j install-service > You must provide a value expression on the right-hand side o

Re: [Neo4j] Neo4j in server

2018-08-08 Thread 'Michael Hunger' via Neo4j
Bloom currently only works via desktop there are plans for later to enable bloom against an specific Neo4j Server. On Tue, Jul 31, 2018 at 5:56 AM, Arnab wrote: > Hi > I hv neo4j server running for our application. I want to use neo4j bloom > and users dont want to download neo4j desktop for tha