No, it is not just domain change. The name of the link changes. Example of one redirect:
redirect 301 /mySection/myCategory/Q_How_to_do_this_type_of_calculation_when_i_have_no_clue_what_to_do_now.html
http://www.mysite.com/15_mySection/35_mycategory/124_Q-How-to-do-this-type-of-calculation-when-i-have-no-clue-what-to-do-nowThat is all underscores will became dashes. Section and category name will get prefix and most importanty each link will also get unique identifier (124 in this case). This unique identifier does not exists in previous link, so that is why I believe I have to name each redirect.
I have no problem in building this big redirect list. I am just afraid that this might impact server and lunarpages support will not like it. Or should I just do this as this is not a big impact to server?