I'm using a InnoDB/memcache as a temp holder for rows not processed and placed into it's table with indexes (which slowed down the initial load by a lot and we need to handle spikes). The table is as follows
memcached/innodb: c1|c2|c3|c4
I need to get that data now into two tables such as u1|c1|c2|c3 (u1 is a new unique id generated by auto_inc of that table) u1|c4 (u1 is copied from previous table so it's same)