IssueTrackerProduct

A user friendly bug tracking web application for Zope

BTreeFolder2 and Issues

27 Mar 2005

 

Have you ever had an issue tracker filled with so many issues that it becomes difficult to navigate in the ZMI without your browser stalling? If so, read on.

I've added a new feature to go into the next release (which I think will be 0.6.6) that makes it possible to put all the issues into a BTreeFolder2 object called issues. You can read more about BTreeFolder2 on its homepage or on zwiki.org

This feature makes it possible to store many more thousands of issues in one issue tracker without and remain totally scalable. I'll try to write some scripts next week to see what happens when you have tens of thousands of issues.

So, corporations who have thought the IssueTrackerProduct was for wimps, come back!

Advanced note

For more info on BTrees please see B-Trees: Balanced Tree Data Structures

<<< Return to all news items