Item11145: Search for Template topics extremely slow - kills WebCreateNewTopicTemplate usage
Priority: Urgent
Current State: Closed
Released In: 1.1.4
Target Release: patch
The search macros in
System/WebCreateNewTopicTemplate
and
System/WebTemplateTopics
don't actually limit the search to *Template topics, so in large webs a very large search load is encountered when either a missing topic is created, or the Template list is requested.
It appears that for
QuerySearch,
"name~'*Template'"
does not limit the search. Adding
topic="*Template"
does.
--
GeorgeClark - 23 Sep 2011
not just that, using
topic
is much much faster.
--
SvenDowideit - 24 Sep 2011