Is there a limit on how big the fixtures can be?
Suppose I want to use csv fixtures and load up a table with a few hundred thousand rows to prepopulate my production DB.
I did an initial test, but I canceled it after 35 minutes (with no indication of whether it was working or not, and nothing got changed on the db).
Obviously, this won't work for regular testing because it'll make the tests take too long, but is there a practical limit on how big fixtures can be?
I'll continue to play with this, but I was just wondering if anyone had done this before with fixtures of this size.