Tagged Questions
The base-db tag has no wiki summary.
6
votes
2answers
384 views
Explanation of BASE terminology
The BASE acronym is used to describe the properties of certain databases, usually NoSQL databases. It's often referred to as the opposite of ACID.
There are only few articles that touch upon the ...
3
votes
1answer
377 views
What does 'soft-state' in BASE mean?
BASE stands for 'Basically Available, Soft state, Eventually consistent'
So, I've come this far: "Basically Available: the system is available, but not necessarily all items in it at any given point ...
2
votes
1answer
145 views
What BASE database development applications are available?
What applications/IDEs are out there to develop BASE database systems from?
BASE systems (Basically Available,
Soft state, Eventually consistent) are
an alternative to RDBMS, that work
well ...