Hello,

After investigating FileStorage a bit, I found that GC runs on objects, 
but pack later by transactions. That means that if there's a bigger-ish 
transaction, we can't get rid of it until all of it's objects are GCed 
(or superseeded by newer states).

Is that correct? I think yes, so an idea might be to split up 
transactions to one transaction per object state somehow and pack again. 
This would definitely work only offline of course.

How is this handled by relstorage?

-- 
Best regards,
  Adam GROSZER
--
Quote of the day:
The most beautiful thing we can experience is the mysterious. It is the 
source of all true art and science.
- Albert Einstein

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to