Re: PersistenManager and StoreBase

2015-11-21 Thread Mark Thomas
On 21/11/2015 14:08, Felix Schumacher wrote: > Hi all, > > while looking at the PersistentManager and StoreBase, I found a few more > inefficiencies other than bz 34319/47061. > > If a Node is started, it will load all sessions from the Store, even if > those sessions are old enough, to be swappe

PersistenManager and StoreBase

2015-11-21 Thread Felix Schumacher
Hi all, while looking at the PersistentManager and StoreBase, I found a few more inefficiencies other than bz 34319/47061. If a Node is started, it will load all sessions from the Store, even if those sessions are old enough, to be swapped out to the Store on the next maintenance run. I thin