Mark,
Perhaps try these test in a 5.1.19 Wiki given the additional indexing to
improve performance was introduced in 5.1.20 and if there was any change
that could have had an unexpected impact in this area I think it could be
those changes. Keeping in mind the tags field potentially contains multiple
values and if different order so how is this sort indexing operating. I
believe Jeremy's 60K tiddlers were working before 5.1.20 was introduced.
Its great that you are possibly closing in on this. Are you confident your
sidebar is closed and there is nothing that could be interfering? Like my
range of suggestions before?
Regards
Tony
On Sunday, September 22, 2019 at 1:35:18 PM UTC+10, Mark S. wrote:
>
> 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/15b9503c-5251-44b9-a0c3-488dcbccb400%40googlegroups.com.