Actions
Bug #1121
closedLarge plant queries cause Out of Memory error
Start date:
07/24/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1121
Description
An unrefined plant query that results in the system tring to large numbers of
plant is both slow and memory hungry ( even resulting in the jvm consuming all
its memory resources ).
This could be solved in a number of ways:
1. Have a google type interface thus limiting the display to some limited number
of plants ( 10, 50, 100?).
2. Move away from the xml/xsl pathway, populating a jsp or creating html on the
fly from JDBC resultset ( or some simple java object like PlantsSummary).
3. Both.
Actions