Hi all!
I know this question is kinda obvious from the business model POV but I wanted to be sure it's not a technical problem. Is there any way to use Bloom from your Neo4J Desktop while connected to an aura Instance?
Regards!
Bennu
Hi everyone!
I know there's already the SDN 6 version but this 'issue' is on SDN/RX that I would like to know if it's already visited. (I think is similar to SDN/RX Dynamic Relationships not being populated with custom @Query )
<dependency>
<groupI...
Hi everyone! Quick question, once I heard a 'legend' about a max number of labels that can be created in a Neo4j Db instance. Does anyone know what's this number right now for 4.1.x instances?
Thanks!
H
Hi everyone! I'm Harold. I was just looking for nice graph DB in order to win a challenge in my job place but now It looks like we are going to use it to handle electrical grid information
I'm here to learn and help other as much as possible. Anyway...
Hi,
Isn't the load tool suppose to parse the endYears as follows(?):
split(coalesce(row.`Artist End Date`,'9999'),'|') AS endYears
The way it is right now generates 76 artists w/o endYear.
Harold
Hi @aideslucas ,
Are you measuring this time on your server or just the query itself? This query should not take that long for sure. What kind of operations are you doing server side? Are you collecting the data?
If you wanna play a little bit, you c...
Hi @aideslucas !
Welcome to the community!
You have share a lot of info and looks like you are on the right track. Are you using APOC on your Neo4J installation? You may like considering Triggers for the update/create logic on updateTime and createTi...
Hi @rookuu !
Clearly the problem is that the Query planner is using a NodeByLabelScan plus Cartesian Product instead of Expanding on x and filtering on y afterwards. Which version of Neo4J are you using?
Can you try:
MATCH (x:Element {name: "Target"}...
Hi @geronimo4j
Well, there're couple things to consider. What other properties you have on Rating besides value. What about Post? Does every Post has a Rating?
Query may not be two different (besides saving some APOC) and disk space. Have you checked...