Hi all,
I recently spinned-up mongo-cluster of 3 nodes (now 2, due to limited RAM) and imported data into the cluster via tool called mongorestore, from a mongo-dump of around 6GB maybe.
After importing the data, i noticed that no indexes are restored which were there in previous DB. I repeated the same process again and again but didn’t help.
I then tried to create index myself via mongo-compass but it gets just stuck at the command and slows loading… even when process gets completed, it slows “failed” label in front of index.
Can you please share some methods to investigate further into the issue or any possible reason why this would happen?
Thanks in advance.