Answer Posted / Rakesh Kumar Rajak
In MongoDB, you cannot create an index that is automatically updated after every insert. However, you can use the `ensureIndex` method to create an index and then periodically update it using a script or cron job.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers