public
Description: Muuttaa means to "alter" or "change" or "move" in Finnish. It was created because Digg sometimes needs to move large amounts of information around in our databases without bringing the site down. A common use case is when a user wishes to remove themselves from the site. This results in lots of queries to remove Diggs, submissions, etc. We use Muuttaa to queue those statements up and then, slowly, over time run them against the database. Muuttaa handles errors, transactions and breathers in between statements so running 100,000 updates doesn't kill the DB.
Homepage:
Clone URL: git://github.com/digg/muuttaa.git
name age message
file Muuttaa.php Thu May 21 08:46:35 -0700 2009 Explicitly require every class we reference. [ieure]
directory Muuttaa/ Thu May 21 08:46:35 -0700 2009 Explicitly require every class we reference. [ieure]
file package.xml Thu May 21 08:47:50 -0700 2009 Bump version. [ieure]
directory scripts/ Mon Aug 18 15:42:44 -0700 2008 Added initial version of Muuttaa. [joestump]