42 | | * Web services (better to avoid locks, however needs to be resource by resource) |
43 | | * need to do referenced tables before the tables which refer to them |
44 | | * migrate the locations first (using the xml interface), you can later migrate the orgs and offices together (through Component JOIN) |
| 42 | * Web services (better to avoid locks) |
| 43 | * Currently needs to be done resource by resource (JOINed tables can be done together as Components of main resource) |
| 44 | * need to do referenced tables before the tables which refer to them |
| 45 | * migrate the locations first (using the xml interface), you can later migrate the orgs and offices together (through Component JOIN) |
| 46 | * Ideally we want to develop a way of having all tables loaded together into RAM, refs fixed-up & then imported to db together |