Changes between Version 20 and Version 21 of InstallationGuidelines/MySQL
- Timestamp:
- 09/06/10 08:06:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v20 v21 63 63 Index columns which are sorted on (especially on tables with many records) [we sort by name in most dropdowns]: 64 64 * gis_location.name 65 * pr_person.first_name 65 66 {{{ 66 67 ALTER TABLE `gis_location` ADD INDEX ( `name` ); 68 ALTER TABLE `pr_person` ADD INDEX ( `first_name` ); 67 69 }}} 68 70 === MySQL Replication ===