Skip to content

Commit 86396c3

Browse files
authored
Merge pull request #58 from JMMackenzie/patch-1
Add theoretical guarantees
2 parents 4921a8e + c794802 commit 86396c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ Also, due to MangoDB's innovative design, your database is no longer affected by
3333
problems like slow or inaccessible block storage devices. While everyone else's databases are crashing and timing out,
3434
Mango will keep flying along as normal. It's an operations engineer's dream!
3535

36+
Theoretical Analysis
37+
--------------------
38+
39+
MangoDB is backed by theoretical analysis on all primitive database operations, including:
40+
41+
- Insert: O(1)
42+
- Update: O(1)
43+
- Select: O(1)
44+
- Delete: O(1)
45+
46+
3647
License
3748
-------
3849

0 commit comments

Comments
 (0)