Hi there. I'm migrating my personal consumer review website. It has approximately 50,000 URLs on it. For reasons that I don't / can't go in to, the URLs will be changing in an unpredictable manner, meaning that if I want to do page to page redirects, I will have to produce 50,000 rewrite rules with the .htaccess. I'm obviously concerned on the impact that that would have on the server, so one of the options I've explored is the use of rewrite maps. Does anyone have experience using rewrite maps at this scale? Is this likely to work. The site gets moderate to heavy server load. Do you think I'll have performance issues?