Managing Catalog indexes is timing out
I can't seem to get into the index manage tab for our main Catalog. It times out before it displays the indexes. Any ideas? (It's got one ZCTextindex and a few FieldIndexes inside) Zope version: (Zope 2.6.2 (source release, python 2.1, linux2), python 2.1.3, linux2) * Python version: 2.1.3 (#1, Apr 9 2002, 22:27:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)]
Some indexes in 2.5 and 2.6 have an inefficient implementation of the numDocuments() method. Affected indexes are PathIndexes and TopicIndexes as far as I can remember but not FieldIndexes and ZCTextIndexes. This should be fixed in 2.7. -aj --On Mittwoch, 5. November 2003 9:05 Uhr -0500 Chris Muldrow <cmuldrow@fredericksburg.com> wrote:
I can't seem to get into the index manage tab for our main Catalog. It times out before it displays the indexes. Any ideas? (It's got one ZCTextindex and a few FieldIndexes inside)
Zope version: (Zope 2.6.2 (source release, python 2.1, linux2), python 2.1.3, linux2) * Python version: 2.1.3 (#1, Apr 9 2002, 22:27:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)]
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Chris Muldrow wrote at 2003-11-5 09:05 -0500:
I can't seem to get into the index manage tab for our main Catalog. It times out before it displays the indexes. Any ideas? (It's got one ZCTextindex and a few FieldIndexes inside)
Zope version: (Zope 2.6.2 (source release, python 2.1, linux2), python 2.1.3, linux2) * Python version: 2.1.3 (#1, Apr 9 2002, 22:27:11) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)]
Andreas said he fixed this for Zope 2.7. -- Dieter
participants (3)
-
Andreas Jung -
Chris Muldrow -
Dieter Maurer