Ryan Richt wrote:
Anyway, we need to make > 112,000,000 inserts per day.
If you haven't already, try to get some clue applied to your database design. Things like having to update indexes can make a huge difference to the speed of inserts, depending on how your systems are designed.
An excellent starting point is the book "The Art of SQL": http://www.oreilly.com/catalog/artofsql/ regards, oliver. -- Oliver Gorwits, Network Infrastructure Group, Oxford University Computing Services _______________________________________________ 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]/
