The fastest way might be to just tar up the store files (after a proper shut down), if your goal is to have the database in one transportable binary blob.
-- Chris Vest System Engineer, Neo Technology [ skype: mr.chrisvest, twitter: chvest ] > On 13 Mar 2015, at 04:20, Barry <[email protected]> wrote: > > Hi, > > I'd like to use Neo4J as an embedded database, but also be able to serialize > the entire database, and then unserialize it back later. It costs quite a bit > to build the database, but I need the fastest possible performance once it is > created. > > I looked at GraphDatabaseBuilder and GraphDatabaseFactory, but neither > contained methods that would support that use case. > > Is there any way to achieve the functionality that I'm looking for? If not, > would it make a good feature request? > > Thanks and Regards, > > Barry > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
