[Zope] ZCatalog queries performance

2015-05-17 Thread Sebastian Tänzer
Hello, I’m querying a ZCatalog with a lot of indexes and some meta data for event objects to get related events by tags. These need to be displayed with a title image (which itself is a sub object of the event object) and a pre-defined short text. My python query script gets the results, I

Re: [Zope] ZCatalog queries performance

2015-05-17 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/17/2015 11:09 AM, Sebastian Tänzer wrote: What are the alternatives? The most performant implementation would be to generate the URL for the image using a fixed suffix (relative to the result object). E.g., :: ul li tal:repeat=event

[Zope-CMF] cmf-tests -

2015-05-17 Thread CMF tests summarizer
This is the summary for test reports received on the cmf-tests list between 2015-05-16 00:00:00 UTC and 2015-05-17 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation:

[Zope-CMF] Successful - CMF-trunk_Zope-trunk - Build # 743

2015-05-17 Thread Jenkins
CMF-trunk_Zope-trunk - Build # 743 - Successful: Check console output at https://jenkins.starzel.de/job/CMF-trunk_Zope-trunk/743/ to view the results.___ Zope-CMF maillist - Zope-CMF@zope.org https://mail.zope.org/mailman/listinfo/zope-cmf See

Re: [Zope] Zope Digest, Vol 127, Issue 3

2015-05-17 Thread Rich Harley
Thanks both. .body() is the simple answer, .read() also works. Rich Message: 1 Date: Wed, 13 May 2015 11:36:03 + From: Rich Harley raharl...@gmail.com To: zope@zope.org Subject: [Zope] Iterating over objects in ZODB Message-ID: 86a3fe9b-5060-4d9a-b5ba-7f96aacd7...@gmail.com