Data Migration
So I’m building a BuddyPress site for a client. The task at hand is data migration – I have to distribute their users and companies data, which now exists as two tables, into the various WordPress tables that support the group and user constructs.
The problem
All in all this means inserting about 20,000 records. [...]