Document.objects.bulk_create(
            [self._transform(r, doc_type, version) for r in regs],
            batch_size=settings.BATCH_SIZE)