It appears that having a search, list, or list-links that uses a *tag
operator*
running in any currently open tiddler will create a performance problem
EVEN if the tag
operator is applied *AFTER *a previous search operator.
So this
[all[shadows+tiddlers]search:title{$:/temp/search2}has[en]sort[title]limit[10]]
performs fine, but this
[all[shadows+tiddlers]tag[Vorto]search:title{$:/temp/search2}sort[title]limit[10]]
or this
[all[shadows+tiddlers]search:title{$:/temp/search2}tag[Vorto]sort[title]limit[10]]
Perform poorly.
This last one is especially puzzling, since you would expect at this point
that the tag
only has to filter a handful of input titles. This suggests that there
might be something
wrong with the tag operator, that goes undetected except when there is a
large number of tiddlers.
If a process uses the *tag operator* in any open tiddler, then the
performance of EVERYTHING,
including simply typing in some other random tiddler, will be degraded.
Or at least that's what it's looking like to me at the moment.
Thanks!
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/e4d30087-65ce-42e6-8140-aa5038ba77cb%40googlegroups.com.