Ios swift – CoreData: Grouped fetch by NSManagedObject
I'm inserting hundreds of thousands of objects using NSBatchInsert, now i want to add relationships between objects (let say A and B, with 1-to-many relationship) as no batch operation supports relationship i will need to use the most efficient and…