Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-05-2022 08:47 AM
07-05-2022 01:23 PM
Hi @rinaldo_bonazzo !
What Neo4J version are you using? looks like you may need an index on your relationship, something that's possible from version 4.3.
Bennu
07-06-2022 04:10 AM
Hi @bennu_neo thanks for your answer, we're using 4.4.5 and an index is present for idFattura
07-06-2022 04:21 AM
Create an relationship index on :PAGA(idFattura)
If that index is used then you should see it in EXPLAIN of your query
Question would also why is the invoice a relationship and not a node?
Also what's the memory config of your database? Could be that you have too little memory (or a too slow disk) to write the transaction quickly.
07-06-2022 04:48 AM
Hi @michael_hunger thank you
index is present, invoice is relation while I'm managing the flow from companies. If I use a node I need a relation from seller to invoice and one from invoice to seller.
My laptop is a mac M1 64GB, need to check the memory config to neo4j.
All the sessions of the conference are now available online