vote up 0 vote down star

AWS claims to be cloud,but I didn't see much cloud-like feature at all.

Any way,can AWS boost the replication ?

flag

40% accept rate
This is a follow-up to stackoverflow.com/questions/1044828/… . AWS is definitely a form of cloud computing. What you may be expecting is some form of automatic clustering, which is a different issue. – Matthew Flaschen Jun 25 at 22:44
I didn't see a solution in that fullow-up,though. – Shore Jun 25 at 23:39

1 Answer

vote up 0 vote down

I dare say maybe. You see, if the virtual machines you happen to get are on the same virtual switch, then your network I/O will be very fast. If the VMs are not on the same virtual switch, they are probably going to suffer from the same problems as other typical switched traffic.

However, you have to remember, in a cloud situation you are being billed on a number of different criteria. So your CPU cycles, network bandwidth usage, storage, etc. may factor in depending on what plan you're using.

I would consider testing out your theory by inserting, then updating ten million rows on your non-cloud system, then doing the same on AWS with a stopwatch.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.