-
I'd have two questions regarding asynchronous indexes
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Answered by
anidotnet
Dec 16, 2020
Replies: 0 comments 7 replies
-
Asynchronous indexing can only be initiated by |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
neroux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Asynchronous indexing can only be initiated by
createIndex()
method. It is useful only when you already have data in your collection and you want to introduce new index and don't want to wait for the indexing to complete. It has no effect on updating index while inserting/modifying data.