Opened 18 years ago
Closed 18 years ago
#390 closed enhancement (fixed)
Increase the performance of IntensityCalculatorPlugin
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.1 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
The current implementation always uses the IntensityCalculator interface solution. If all raw bioassays are using the same array design it is possible to use the Expression:s and a Query instead, which should be a lot faster. For this to work the implementation of the MeanFunction must be extended and implement the JepExpressionFunction interface.
Change History (2)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [2726]
Unfortunately MySQL doesn't seem to benefit from this but, Postgres shows 5-10 times better performance when all raw bioasays are connected to the same array design.