mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
512 B
512 B
| title | aliases | tags | |
|---|---|---|---|
| file-based-storage | file based storage |
|
doesn't scale well
- demlimited text e.g., CSV TSV
- easy to create and process
- portable
- lowest common denominator
- structured text e.g., JSON, XML, YAML
- many tools for querying and transforming data
- portable also
- Serialiased data Structures (usually binary)
- more compact
- easy to do
- single user only
- no automatic failure recovery
- no querying
- versioning issues
- no standards
- less portable