Tagged Questions
2
votes
1answer
146 views
NoSQL: What does it mean for MongoDB or BigTable to not always be “Available”
Reading Nathan Hurst's Visual Guide to NoSQL Systems, he includes the CAP triangle:
Consistency
Availibility
Partition Tolerance
With SQL Server being an AC system, and MongoDD being a CP ...
1
vote
7answers
190 views
Fast restart technique instead of keeping the good state (availability and consistency)
How often do you solve your problems by restarting a computer, router, program, browser? Or even by reinstalling the operating system or software component?
This seems to be a common pattern when ...