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
Index rebuild code relies on the plugin model to trigger the rebuild of a document. It touches a document, which initiates the rebuild of all indexes on that document. Although it doesn't affect the correctness of the code, it is bad for performance. It's relatively easy to change this behavior by rebuilding different collection context. We should be a bit careful with it. We need more testing around that.
The text was updated successfully, but these errors were encountered:
Index rebuild code relies on the plugin model to trigger the rebuild of a document. It touches a document, which initiates the rebuild of all indexes on that document. Although it doesn't affect the correctness of the code, it is bad for performance. It's relatively easy to change this behavior by rebuilding different collection context. We should be a bit careful with it. We need more testing around that.
The text was updated successfully, but these errors were encountered: