Comment on How To Make An Infinitely Scalable RDBMSparentComments−brianpgordon12yWhen I see a new distributed database, the first thing I want to know is "Is it AP or CP?"If you haven't answered that question yourself, it's likely you have a partition-intolerant system, and that in real-life scenarios people will lose data.−mtravis12yCP in a single site. Between sites, I haven't considered it too much.−glogla12yDo you think you could write more about this?
Comments
When I see a new distributed database, the first thing I want to know is "Is it AP or CP?"
If you haven't answered that question yourself, it's likely you have a partition-intolerant system, and that in real-life scenarios people will lose data.
CP in a single site. Between sites, I haven't considered it too much.
Do you think you could write more about this?