This is not a top priority or anything but it would be interesting to have a maintenance script that automatically associates all rev_user IDs with rev_user_text.
For example if an import is done (such as XML) or just an import without the user table, this would help new users that register to be associated with the old edits under their name.
It would imitate the query
UPDATE revision SET rev_user = '1' WHERE rev_user_text = 'Example' and rev_user = 0