1. MongoDB's default indexing method causes performance issues as it locks the entire replica set during indexing. 2. Background indexing in newer versions may help but still risks slowing down all secondaries simultaneously. 3. The presenter suggests a manual indexing method where each secondary can index independently without affecting the others. This would distribute the indexing load and prev
{{#tags}}- {{label}}
{{/tags}}