The logical log is rotated when it grows to 10M. When the log is rotated the data is "flushed" to the respective stores.
What sizes are you seeing on the logical log? If its (much) larger than 10M, and you haven't configured Neo4j to use a larger logical log, then we will need to look into why that is happening. Cheers, Tobias On Wed, Mar 17, 2010 at 10:52 PM, Rick Bullotta < [email protected]> wrote: > I notice this file growing rather large during system operation, even > though > we are doing very small transactions. It seems that the transaction are > only "flushed" to the respective node, property, and relationship stores on > shutdown. This of course creates concern, since we are implementing an > "always on" application that never shuts down (OK, in "theory"). AFAIK, we > are calling tx.finish() on each transaction. > > > > Thanks for any insights on whether this behavior is to be expected and/or > possible causes if it isn't normal... > > > > Thanks! > > > > Rick > > > > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson <[email protected]> Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

