Tagged Questions
0
votes
1answer
216 views
AWS performance of RDS with provisioned IOPS vs EC2
Has anyone done a performance comparison of AWS RDS with the new provisioned IOPS vs EC2? I've found plenty of non-high IOPS RDS vs EC2 but nothing with the new high IOPS feature in RDS.
2
votes
2answers
453 views
How to solve MySQL “The table is full” error 1114 with Amazon RDS?
I am trying to add a new column in a table and the query giving me this error 1114.
My RDS instance size is small. 1.7 GB memory, 1 ECU (1 virtual core with 1 ECU) Table i am trying to modify is ...
3
votes
1answer
227 views
MySQL on RDS, data transfer from one instance to another as a production job
I have a MySQL RDS instance ("production") from which I need to copy incremental data to another MySQL RDS instance ("reporting"). “Incremental data” being the new rows in certain tables. Currently ...
1
vote
1answer
440 views
High MySQL CPU usage, queries seem fine, not running ntp
I've had about 48 hours of extremely high CPU usage on my main MySQL database for no apparent reason.
I realize this question is quite similar to the one posed here: High CPU usage from MySQL with no ...
1
vote
0answers
383 views
MySQL Server hitting 100% unexpectedly (Amazon AWS RDS)
We've been struggling with this issue for months.
This week we upped our RDS instance to the highest performing instance and although the occurrences have reduced, we're still seeing our database ...
3
votes
1answer
132 views
Frequent MySQL table corruptions and instability
The database I'm working on is having frequent issues.
Almost every day there is a problem.
Things like tables crashing or becoming corrupt.
So far, they've been repairable in one way or ...