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 <okramma...@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@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to