Skip to content

Adding some background details #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ bottleneck. You're only limited by the size of your pipe.
If you're familiar with MongoDB then you'll feel write at home with Mango. We'll instantly map all of your existing
data without ANY EFFORT with a new and improved AUTO SHARTING ALGORITHM.

Background and motivation
-------------------------

The main problem with traditional database engines is that they are not web scale.
MongoDB provides an elegant solution to web scaling but does not go all the way, suffering from the scalability-limiting
constraint known as "possible durability".

The "possible durability" problem is introduced in the CAPD conjecture,
based on the http://en.wikipedia.org/wiki/CAP_theorem and taking into account durability.

MangoDB goes further: by implementing a new approach that removes MongoDB's "possible durability" constraints,
MangoDB can reach new levels of web scalability.

Watch this video for a discussion on the "possible durability" problem:
http://www.youtube.com/watch?v=b2F-DItXtZs


Getting Started
---------------

Expand Down