Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How fast are all the different Neo4j API operations?

0
Posted

How fast are all the different Neo4j API operations?

0

Characteristics are • constant time for add/remove/get property and create/delete/get node or relationship • linear time for getting relationships on a node. Speed will be very much dependent on hardware and also on graph type. Using todays standard hardware should result in 1000-3000 traversals or property gets per ms (reads) and about 10-100 inserts/updates per ms (writes). Modifying transactions comes with a lot of overhead, so when performing few operations in each transaction your write speed will drop dramatically and be linked to how fast your storage media is at performing flush operations.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123