[Neo4j] BatchInserter vs. BatchInserter.getGraphDbService()
Peter Neubauer
peter.neubauer at neotechnology.com
Fri Sep 9 16:06:50 CEST 2011
Marko,
in principle, you can without much overhead. Be aware that you will
run into problems, since some operations are not implemented (like
indexing), and some that could be implemented (like change properties)
are not, either. So, try it out, but remember - you have push rights
to the repo, so fix things there as you see fit :)
Cheers,
/peter neubauer
GTalk: neubauer.peter
Skype peter.neubauer
Phone +46 704 106975
LinkedIn http://www.linkedin.com/in/neubauer
Twitter http://twitter.com/peterneubauer
http://www.neo4j.org - Your high performance graph database.
http://startupbootcamp.org/ - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.
On Wed, Sep 7, 2011 at 5:21 PM, Marko Rodriguez <okrammarko at gmail.com> wrote:
> Hi,
>
> Would it be smart to:
>
> GraphDatabaseServer graph = new BatchInserter("/my/directory").getGraphDbService()
>
> ...in terms of identical (nearly similar) performance but writing via the GraphDatabaseService API? (and yes, understood that there would be some UnsupportedOperationExceptions here and there).
>
> Thank you,
> Marko.
>
> http://markorodriguez.com
>
> _______________________________________________
> Neo4j mailing list
> User at lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
More information about the User
mailing list