Closed robobenklein closed 3 years ago
@jexp I saw your comment on my post (thanks!), what are your thoughts here?
@robobenklein I was reading upon the challenges about using neo4j and landed upon your blog post and this issue. Can you please share why this was closed?
Originally it was likely because I could not find a better solution than using two queries, as the primary load on the system was by the database while the collector / python had plenty of CPU time available, so doing the mapping in python cost very little compared to the extra time the database spent doing the unwind, since we were already hitting limits on the performance of Neo4j at the time.
If I were to close this Issue today it would likely be for the following reasons:
@robobenklein thank you so much for this. much appreciated.
Currently two queries are used in order to keep a mapping from the nonunique order to the unique nodeid property for insertion, though I feel like there should be some way to bring results from a prior UNWIND to another in the same query.
Challenges that are blocking me: