Slide 28
Slide 28 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
• Schemas, constraints and types are all “soft.” They rely on
programming or abstractions rather than “hard” in the DB.
WHAT’S NOSQL?