is for databases that use the BASE paradigm: Basically Available, Soft state, Eventually consistent. It emphasizes availability over consistency.
BASE is the opposing database paradigm for the standard ACID databases. While ACID forces consistency at the end of every operation in a pessimistic way, BASE (basically available, soft state, eventually consistent) is optimistic and is ok with database consistency being indeterminate.