Changes between Version 31 and Version 32 of InstallationGuidelines/MySQL
- Timestamp:
- 09/06/10 09:09:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v31 v32 100 100 type 'o' to force the longest-running queries to the top of the screen. 101 101 ---- 102 Outside of this, the usual tools for monitoring memory/cpu usage is effective. 103 104 Note that high mysql cpu usage may indicate a high io-wait condition. (iowait is time spent reading/writing to io; in this case, disk). [BR] 105 This can occur when attempting to view or sort massive quantities of data in eden. [BR] Using the above tips for increasing mysql ram usage will give mysql space to do sorts in memory. 106 --- 102 107 == Replication == 103 108 In order to have a backup instance, configure replication from the Master node to a Backup node: