
| Key: |
CIB-884
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
jason
|
| Reporter: |
jason
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Pulse
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
|
|
|
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.
|
|
Description
|
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. |
Show » |
|