You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system_design/storage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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.
3
3
- 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.
4
4
- Cannot deal with many users editing the same file. No locking ability among data.
0 commit comments