You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webserver creates a new matchTree for every shard it searches. The structure of the matchTree, however, only depends on the query. Some trees, like substrMatchTree, call 'iterateNgramsand thus depend onindexData`. We should timebox this spike and see whether
matchTree construction shows up in webserver's CPU profile
there is a good way to hydrate a cached matchTree with indexData, instead of creating it from scratch every time.
The text was updated successfully, but these errors were encountered:
Webserver creates a new matchTree for every shard it searches. The structure of the matchTree, however, only depends on the query. Some trees, like
substrMatchTree
, call 'iterateNgramsand thus depend on
indexData`. We should timebox this spike and see whetherThe text was updated successfully, but these errors were encountered: