Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-03-2020 07:35 AM
Hi guys
Any pointers/advice on how to optimize/parallelize this query?
MATCH (src:Address)-[:REDEEMED]->(ip:IncomingPayment)-[:INCOMING_PAYMENT]->(tx:Transaction)-[:SENT_COINS]->(op:OutgoingPayment)-[:WAS_SENT_TO]->(dst:Address)
RETURN src.AddressID as src, dst.AddressID as dst, tx.Time as timestamp, tx.Hash as txHASH, ip.Value as inValue, op.Value as outValue
ORDER BY timestamp ASC
I've tried apoc.periodic.iterate but it doesn't yields results. Any suggestions?
Solved! Go to Solution.
04-03-2020 08:08 AM
All the sessions of the conference are now available online