Metadata-Version: 1.0
Name: experimental.daterangeindexoptimisations
Version: 1.0dev-r77925
Summary: A patch to Zope2's DateRangeIndexes to store data more efficiently
Home-page: https://svn.plone.org/svn/collective/experimental.daterangeindexoptimisations
Author: Matt Hamilton
Author-email: matth@netsight.co.uk
License: GPL
Description: Introduction
        ============
        
        Store single lists as an int rather than IISet, which speeds up access and reduces the number of objects loaded/stored in ZODB.  You will need to clear and rebuild the DateRangeIndexes for it to take effect.
        
        Changelog
        =========
        
        1.0 - Unreleased
        ----------------
        
        * Initial release
        
        
Keywords: plone performance indexing daterangeindex catalog speedups
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
