[kepler-dev] [Bug 4362] - component search performance

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Oct 19 12:07:52 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4362





------- Comment #8 from aschultz at nceas.ucsb.edu  2009-10-19 12:07 -------
After merging the tree the results of the timing analysis are below.  The data
set used was slightly different from before (I didn't have any workflows in my
workflows directory).  As expected stage 3 is significantly faster with the
merged tree, ~830 results are displayed in 1.6 seconds rather than 5 seconds in
the unmerged tree.  Interestingly I got many more results this time around for
'data input'.  Not exactly sure why but my guess is that the ontology class
names used in the search indexing match correctly now the ontology class names
that show up in the tree.  Before Sean flattened his core overrides of
NamedOntClass I had noticed that the search terms did not all exactly match
what was being shown in the tree but many were slightly different.  Sean
explained that there is a label for the NamedOntClass and a name for the
NamedOntClass and that they are similar but do not always match up.

DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:280)
SearchButtonActionHandler.actionPerformed(ActionEvent)
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:291)
Search term is 'sdf'
Index search generated 8 results in 7ms
Model search generated 14 results in 8ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:296)
Library search completed in 15ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:299)
Library updated in 50ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:300)
Total search time was 66ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:280)
SearchButtonActionHandler.actionPerformed(ActionEvent)
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:291)
Search term is 'data input'
Index search generated 98 results in 5ms
Model search generated 331 results in 33ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:296)
Library search completed in 38ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:299)
Library updated in 572ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:300)
Total search time was 612ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:280)
SearchButtonActionHandler.actionPerformed(ActionEvent)
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:291)
Search term is 'components'
Index search generated 324 results in 9ms
Model search generated 828 results in 50ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:296)
Library search completed in 59ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:299)
Library updated in 1599ms
DEBUG
(org.kepler.gui.ComponentLibraryTab$SearchButtonActionHandler:actionPerformed:300)
Total search time was 1660ms


More information about the Kepler-dev mailing list