Describe options for storing data in files Flashcards
1
Q
What are the factors influencing data storage?
A
- The type of data being stored.
- The applications and services that will need to read, write, and process data.
- The need for the data files to be readable by humans or optimized for efficient storage processing.
2
Q
What are common file formats?
A
- Delimited text files
- JavaScript Object Notation (JSON)
- Extensible Markup Language (XML) (<>)
- Binary Large Objects (BLOB)
3
Q
What is BLOB?
A
All files are stored as binary data in a human-related formats; the bytes are mapped to printable characters. Note: some file formats such as images, are stored as raw binary and must be interpreted by applications and rendered.
4
Q
A