Our team is building out a server that uses MongoDB and Atlas Search. We don’t want to accidentally forget to update search indexes if someone modify the search index fields. So we’re considering having a script that will update the Atlas Search Index every time we deploy a new build to our server.
Is this a good approach? If an existing search index is unchanged, is it smart to know nothing changed and skip re-indexing? Does this impact billing?
Thanks in advance!