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.
0 commit comments