Changes between Version 21 and Version 22 of UserGuidelines/Admin/DataMigration/Haiti
- Timestamp:
- 01/21/10 18:54:23 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/DataMigration/Haiti
v21 v22 228 228 * Ideally we want to develop a way of having all tables loaded together into RAM, refs fixed-up & then imported to db together 229 229 230 === Notes === 231 232 1) sqlite does seems to treat emails with different capitalizations as different entities. MySQL does not and can cause a problem during import if data is not clean. 233 2) Use of the INNODB engine for the db can lead to Integrity Errors during the first run and import -> Recommend MyISAM for now. 234 230 235 ---- 231 236 [wiki:Haiti]