Skip to content

Commit 854baf0

Browse files
committed
cleanup faq
1 parent 7a8f12b commit 854baf0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/faq/fundamentals.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ the :doc:`complete list of FAQs </faq>` or post your question to the
1818
What kind of database is MongoDB?
1919
---------------------------------
2020

21-
MongoDB is :term:`document`\-oriented DBMS. Think of MySQL but with
22-
:term:`JSON`-like objects comprising the data model, rather than RDBMS
23-
tables. Significantly, MongoDB supports neither joins nor transactions.
24-
However, it features secondary indexes, an expressive query language,
25-
atomic writes on a per-document level, and fully-consistent reads.
21+
MongoDB is a :term:`document`\-oriented DBMS. Think of MySQL but with
22+
:term:`JSON`-like objects comprising the data model, rather than RDBMS tables.
23+
Significantly, MongoDB supports neither joins nor transactions. However, it
24+
features secondary indexes, an expressive query language, and atomic writes on
25+
a per-document level.
2626

2727
Operationally, MongoDB features master-slave replication with automated
2828
failover and built-in horizontal scaling via automated range-based

0 commit comments

Comments
 (0)