[Zope] Is BTreeFolder2 still alive (Re: Ordered folder growing FAST)

Jesus Cea jcea at jcea.es
Sat Apr 5 04:17:13 CEST 2014


On 05/04/14 00:54, Jesus Cea wrote:
> I have an ORDERED folder with tens of thousands of elements inside of
> it. Each time I add a new element, de database grows a lot. I guess some
> internal structure is not actually a BTREE and each time it is modified,
> all of it must be persisted to disk again.

Ok, checking the sourcecode there is no BTREE at all anywhere, so any
change must dump the entire huge object again. I was probably using
"BTreeFolder" product sometime in the past.

Checking around I found "BTreeFolder2". Last release is in 2011. Is that
compatible with current Zope 2.13.21?.
<https://pypi.python.org/pypi/Products.BTreeFolder2>.

-- 
Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
jcea at jcea.es - http://www.jcea.es/     _/_/    _/_/  _/_/    _/_/  _/_/
Twitter: @jcea                        _/_/    _/_/          _/_/_/_/_/
jabber / xmpp:jcea at jabber.org  _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 538 bytes
Desc: OpenPGP digital signature
URL: <http://mail.zope.org/pipermail/zope/attachments/20140405/12819051/attachment.sig>


More information about the Zope mailing list