Slide 38
Slide 38 text
SCHEMA-LESS? • NoSQL databases don’t have an internal schema
• NoSQL databases are dynamically typed, meaning attributes can even
have different types
• Uses documents instead of records, which can be thought of as objects
or arrays
• Documents have no inherent schema
• Typically no explicitly defined relationships
• *** Schemas, constraints and types are all “soft.” They rely on
programming or abstractions rather than “hard” in the DB. ***
WHAT’S NOSQL?