On Fri, Mar 4, 2011 at 2:24 PM, Mikko Ohtamaa <mi...@redinnovation.com> wrote:
> Hi,
>
> I am not sure if there exist "feature requests" issue tracker for
> ZODB, so I ask first here.

https://blueprints.launchpad.net/zodb

> Would it be hard to implement some sort of feedback of ZODB packing
> process?

It would require a storage API change to the ZODB/ZEO level as there isn't
currently a way to get progress back from the pack API.

> If nothing else, just printing out to logger "INFO 20% done".

We use a custom packer for FileStorage:

  http://pypi.python.org/pypi/zc.FileStorage

It writes progress information to it's own logs. Not sure how easy it
is to figure out.

> This is because packing usually takes very long time and it might hard
> to observe when the process might complete.

I agree that this would be a useful feature.

I suggest making a blueprint.

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton
_______________________________________________
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