Howdy all, I maintain a site that has 5 content types and about 100,000 objects in Plone. All 5 of my content types were created from paster with title and description being stored as AnnotationStorage. This seems like a bad idea, especially given the amount of data I have.
If I understand correctly, each time one of those objects is queried, each result put 3 (or maybe 4) items in the cache, likely pushing other content out. If this is true, it is then likely that content that I want in the cache is having to be retrieved again. So, is there a way to migrate my annotation data to use AttributeStorage? Thanks, Chris -- Chris Crownhart Core Software Group http://www.coresoftwaregroup.com 303/809-1001 _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
