[17:01:28] <squishybanana> My database is huge (1.3 billion records) and I stupidly started building an index on an array. It ran for 36 hours but my computer shutdown in the middle of the process so I need to run the database in repair mode. The only problem is the index started building again and I don't have time to wait for it to finish (it also isn't giving me any progress information so I don't know how long I'll be waiting) so I need to cancel it
[17:01:48] <squishybanana> --uilding in repair mode? I've tried `--noIndexBuildRetry` but it doesn't do anything.
[17:02:14] <squishybanana> can someone help me i'm really worried