Skip to content

Commit 04a66b4

Browse files
committed
Update section 2.3
1 parent 0a9dfc6 commit 04a66b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/getting-started/multimodel.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In the table below, you can find a comparison between the graph model, the relat
4545

4646
The data in this model is stored inside documents. A document is a set of key/value pairs (also referred to as fields or properties), where the key allows access to its value. Values can hold primitive data types, embedded documents, or arrays of other values. Documents are not typically forced to have a schema, which can be advantageous, because they remain flexible and easy to modify. Documents are stored in collections, enabling developers to group data as they decide. ArcadeDB uses the concepts of "<<types,Types>>" and "<<buckets,Buckets>>" as its form of "collections" for grouping documents. This provides several benefits, which we will discuss in further sections of the documentation.
4747

48-
ArcadeDB's document model also adds the concept of a "<<relationships,Relationship>>" between documents. With ArcadeDB, you can decide whether to embed documents or link to them directly. When you fetch a document, all the links are automatically resolved by ArcadeDB. This is a major difference to other document databases, like MongoDB or CouchDB, where the developer must handle any and all relationships between the documents herself.
48+
ArcadeDB's document model also adds the concept of a "<<relationships,Relationship>>" between documents. With ArcadeDB, you can decide whether to embed documents or link to them directly. When you fetch a document, all the links are automatically resolved by ArcadeDB. This is a major difference to other document databases, like MongoDB or CouchDB, where the developer must handle any and all relationships between the documents themself.
4949

5050
The table below illustrates the comparison between the relational model, the document model, and the ArcadeDB document model:
5151

0 commit comments

Comments
 (0)