Unit 14 Flashcards
are designed to break away from the rows and columns of the relational database model.
NoSQL database
A useful description of how the data will be organized is the beginning of a schema.
NoSQL database
have had generations of users and developers to work out standard design methods.
Relational database
A database schemas are much less costly to revise.
NoSQL database
How often will data and documents be updated?
may update thousands of times per day
Each document stores pairs of fields and values, with a wide variety of data types and data structures being used as values.
Document databases
The data model consists of two parts: a string with some relationship to the data, such as a filename or URL, which is used as the key, and the data, which is treated as a single collection.
Key-value database
stores use a table form but in a flexible and scalable way.
Wide-column
consists of a key and a value, making this the simplest type of database
Key-value database
consist of nodes connected by edges. Data items like names, prices, and products are stored in the nodes, while the edges store information about how the nodes are related
Graph databases
store data in the document data type, which is similar to a JSON document or object.
Document databases
What they have in common is that the _______________ will be distributed and horizontally partitioned.
physical storage
What are NoSQL covers four main types of database design
Document databases, Graph databases, Wide-column,
Key-value database
Does NoSQL have a schema?
false
Does NoSQL have a query language?
true