History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-884
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: jason
Reporter: jason
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Test case indexing is inefficient for large numbers of test cases

Created: 16/Jan/07 12:53 AM   Updated: 16/Jan/07 12:57 AM
Component/s: Build core
Affects Version/s: 1.2.11
Fix Version/s: 1.2.12


 Description  « Hide
The primary problem is looking up an individual case at the moment is O(n), where n is the number of rows in the index table (about the number of stages * the number of cases per stage). This gives quadratic performance for indexing, which is extremely slow.

 All   Comments   Change History      Sort Order:
jason - 16/Jan/07 12:57 AM
Fixed in change 2884.