Skip to content

Commit 55a2189

Browse files
author
Joseph Luce
authored
Update storage.md
1 parent 209a3ab commit 55a2189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_design/storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Block Storage
2-
- Data are chopped up into blocks of bytes, leaving the system unknown as to what it is storing until all the blocks are put back together.
2+
- Data are chopped up into blocks of bytes, leaving the system unknown as to what is stored until all the blocks are put back together.
33
- Data are able to be retrieved at low latency. Very high performance. However, this means that storage cannot have a lot of distance between each other, generally multiple servers will be in the same physical location from each other.
44
- Cannot deal with many users editing the same file. No locking ability among data.
55
- No metadata. Very little over head.

0 commit comments

Comments
 (0)