If I am using java GraphDatabaseService, do I need to create a new embedded database to restart it? Thanks.
Kind regards, Cherie On 4 June 2016 at 03:01, 'Michael Hunger' via Neo4j <[email protected]> wrote: > Just restart the db after deleting a lot of relationships will enable > record-reuse. > > > Am 04.06.2016 um 01:49 schrieb Cherie Pun <[email protected]>: > > > > Hi, > > > > I have seen a few questions that were posted from before that it does > not free the space up immediately. My application is running analysis over > the database repeatedly but each time inserting different number of > relationships so I have to remove them before I run the next iteration. The > database size seems to be growing continuously even when the relationships > are removed. I am wondering if the size of the database will slow my > application down because there are so many unused ids. > > > > Thanks! > > > > -- > > 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. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/LiHC2zrN458/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit 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.
