I just saw this post on UP:
http://use.perl.org/~tomhukins/journal/31457

I had no clue that :memory: existed. Now that I do, I wonder how much
faster some tests could be if we weren't creating /var/*.db for each
test, even with the PRAGMA temp_store = MEMORY turned on.

The upside to files is that it gets completely wiped between test files.
The in memory store would require a little more cleanup (DROP TABLE?)
before tests run.

Thoughts?
-=Chris

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to