Skip to content
Snippets Groups Projects
Commit cf559386 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

file/data: object store part 2

parent e81d5a5f
No related branches found
No related tags found
1 merge request!11File and Data Systems
...@@ -313,8 +313,17 @@ Add a similar function to the previous one for reading, and read the data you ju ...@@ -313,8 +313,17 @@ Add a similar function to the previous one for reading, and read the data you ju
* Focus on data distribution and replication, direct access * Focus on data distribution and replication, direct access
* Data is presented as immutable "objects" ("BLOB") * Data is presented as immutable "objects" ("BLOB")
* Each object has a globally unique identifier (eg. UUID or hash)
* Usually only supports creation ("put") and retrieval ("get") * Usually only supports creation ("put") and retrieval ("get")
## Object storage -- metadata
* Object metadata stored separate from object
* Make it independent of data location
* Provide object migration or replication across devices
* Allows optimizations (eg. database, indices)
* Enables additional or user defined metadata
## Files containing *files* ## Files containing *files*
* Explicit: zip, tar, ... * Explicit: zip, tar, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment