I want to install NuoDB in a cloud (multiple amazon ec2 instances). before that I need to know one things:
does NuoDB ensures data consistency?
i am not a DB expert so you can treat this part as a separate point of this question or explanation of my previous point(#1) of my question:
if NuoDB is installed in a cloud that means read/write operation from application server can go to different db server. so if write goes to one server and next read goes to another server, then does NuoDB ensure that next read always get the latest/updated data that has been written in different server? I am asking this questions because you know if write goes to one server and next read goes to another server and by this if write haven’t propagated to all other servers yet because of some propagation latency then how NuoDB ensure to get latest/updated data.
or may be i didn't understand the NuoDB architecture around this matter. i found in their website that they highlighted the high availability but i don't understand if they ensure the data consistency or get latest data in all read all time or not. so please some explain this matter.