Random Flashcards
____ is a collection of values or information
data
____ is an organized collection of data
database
Three types f data:
structured
semi-structured
unstructured
This type of data is typically stored in tables with predefined structures (ie: schema)
structured data
structured data is suitable for OLTP (transactional) and OLAP (analytical) workloads
T
This type of data is typical of relational databases (indexed tables linked with foreign key relationships)
structured data
this type of data is suited for complex queries an analytics ie: complex table join operaitons
Structured data
This type of data is organized data, but not constrained by a fixed schema
semi-structured data
this type of data the schema accomodates variable data structures
semi-structured data
this type of data is typical of non-relational databases
semi structured data
this type of data is well suited for big data and low latency apps
semi structured data
this type of data is stored as XML and JSON, which makes it easy to read and easy to process
semi structured data
this type of data is unorganized
unstructured data
thistype fo data has no defined schema ie: docs, photos, videos, music, text mesasges, etc.
unstructured data
this type of data is typical ofnon relational databases, file systems, data stores, or data lakes like amazon S3
unstructured data
these types of database have a pre defined schema
relational databases
this type of database enforces a strict ACID compliance and supports “joins”
relational databases