Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
generic software skills
lecture materials
Commits
cf559386
Commit
cf559386
authored
10 months ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
file/data: object store part 2
parent
e81d5a5f
No related branches found
No related tags found
1 merge request
!11
File and Data Systems
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/file-and-data-systems/slides.qmd
+9
-0
9 additions, 0 deletions
lectures/file-and-data-systems/slides.qmd
with
9 additions
and
0 deletions
lectures/file-and-data-systems/slides.qmd
+
9
−
0
View file @
cf559386
...
@@ -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, ...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment