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
689da692
Commit
689da692
authored
10 months ago
by
Florian Ziemen
Browse files
Options
Downloads
Patches
Plain Diff
Added content to properties of storage systems
parent
9022741d
No related branches found
No related tags found
1 merge request
!11
File and Data Systems
Pipeline
#70886
passed
10 months ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/file-and-data-systems/slides.qmd
+14
-3
14 additions, 3 deletions
lectures/file-and-data-systems/slides.qmd
with
14 additions
and
3 deletions
lectures/file-and-data-systems/slides.qmd
+
14
−
3
View file @
689da692
...
...
@@ -16,15 +16,26 @@ author: "Florian Ziemen and Karl-Hermann Wieners"
# Properties of storage systems
## Latency
* How long does it take until we get the first bit of data?
* Crucial when opening many small files (e.g. starting python)
* Less crucial when reading one big file start-to end.
* Largely determined by moving pieces in the storage medium.
## Continuous read / write
## Random read / write
* How much data do we get per second when we are reading continuously?
* Important for reading/writing large blobs of data from/into individual files.
##
Caching
##
Random read / write
## Parallel read / write
* Mixture of latency and continuous read/write
* Reading many small files / skipping around in files
## Caching
* Keeping data *in memory* for frequent re-use.
* Usually storage media like disks have small caches with better properties.
* e.g. HDD of 16 TB with a 512 MB of cache.
* Operating systems also cache read.
# Hardware types and access options
...
...
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