I am trying to create a unique index but it’s erroring because of duplicate documents I currently have. I have about 400,000 documents, and I need to remove all duplicates using the id field. What’s the easier/most efficient way to accomplish this? I see there’s no longer dropdups.
Thanks