Search
Follow Us

Follow nosqldatabases on Twitter Follow nosqldatabases on Facebook Follow nosqldatabases on Google Buzz Follow nosqldatabases on LinkedIn Follow nosqldatabases on FeedBurner NoSQL presentations on slideshare

Sponsors

Become a sponsor of NoSQLDatabases.com. Contact us to find out how.

Featured Jobs

 

Follow On Facebook
Recent NoSQL News

Advertisments
« GORM for Redis Milestone 1 Released | Main | Designing algorithms for Map Reduce »
Wednesday
Sep082010

Inserting and Indexing Bulk data in Neo4J

After attempting to insert 151,000 names into Neo4J and having little success at the endeavour, Rahul Sharma was told to use Neo4J's use BatchInserter API to import data in bulk. In this post we explore his findings.

According to Rahul here are the key differences using the BatchInserter API:

  • Transactions are not used while importing data, thus the data gets inserted a whole lot quicker.
  • Nodes and Relationships can only be created using a Map of all the properties that are part of the Node/Relationship.
  • You do not get explicit Node object, all updates to the Node can only be accomplished using the node-id and updated Map of properties.

Read about the rest of Rahul's import and indexing experience: Inserting and Indexing Bulk data in Neo4J

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>