[19:23:52] <adadelta|txter> I have a database with a large amount if documents. The _id's are not 'incremental', e.g first one has 1, next one has 4, third one has 8 etc. How do I fix this, that is change _id to 1,2,3, etc? I thought reIndex() would have done it but it didn't