BlueWaveTechnologies / BlueWave

Web application used to create charts and dashboards using a graph database
MIT License
5 stars 3 forks source link

Graph - Faster inserts and updates #179

Open pborissow opened 2 years ago

pborissow commented 2 years ago

Our default ingestion pipeline is terribly slow. We need to re-evaluate how we're inserting/updating records.

Things to explore:

Reference: https://neo4j.com/blog/nodes-2019-best-practices-to-make-large-updates-in-neo4j/ https://stackoverflow.com/questions/32608248/bulk-insert-data-in-neo4j https://community.neo4j.com/t/can-i-use-session-begintransaction-for-running-multiple-queries-inside-one-transaction/17274/4