If we automate the seeding of thousands of records, the library wastes memory needlessly holding on to the data of records it has inserted.
The library should support an option to disable caching fixtures. This must also propagate down to the drivers so they can prevent maintaining and returning the fixture data.
If we automate the seeding of thousands of records, the library wastes memory needlessly holding on to the data of records it has inserted.
The library should support an option to disable caching fixtures. This must also propagate down to the drivers so they can prevent maintaining and returning the fixture data.