-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added DQ and CAP system design notes.
- Loading branch information
1 parent
cfd4e6b
commit 76a9e93
Showing
4 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
14 changes: 13 additions & 1 deletion
14
docs/techs/OMSCS/CS6210-Advanced-Operating-Systems/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
--- | ||
title: CS6210-AOS-Intro | ||
date: 'November 13, 2023' | ||
tags: ['OMSCS'] | ||
--- | ||
|
||
# CS6210-AOS | ||
|
||
## Giant-Scale Services | ||
|
||
[Building Giant-Scale Services: Key Lessons](https://www.linkedin.com/pulse/building-giant-scale-services-key-lessons-nathaniel-payne/) | ||
|
||
[Lessons from Giant-Scale Services](https://people.eecs.berkeley.edu/~brewer/papers/GiantScale.pdf) | ||
|
||
[Summary: Lessons from giant-scale services](https://muratbuffalo.blogspot.com/2011/01/lessons-from-giant-scale-services.html) | ||
|
||
[Paper summary: Perspectives on the CAP theorem](https://muratbuffalo.blogspot.com/2015/02/paper-summary-perspectives-on-cap.html) | ||
|
||
[DBMS Musings](https://dbmsmusings.blogspot.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Yield-Harvest | ||
|
||
Yield: queries completed / queries offered | ||
|
||
Harvest: data available / complete data. | ||
|
||
DQ Value = Data per query \* Queries/sec ~ constant | ||
|
||
[Building Giant-Scale Services: Key Lessons](https://www.linkedin.com/pulse/building-giant-scale-services-key-lessons-nathaniel-payne/) | ||
|
||
[Lessons from Giant-Scale Services](https://people.eecs.berkeley.edu/~brewer/papers/GiantScale.pdf) | ||
|
||
[Summary: Lessons from giant-scale services](https://muratbuffalo.blogspot.com/2011/01/lessons-from-giant-scale-services.html) | ||
|
||
[Paper summary: Perspectives on the CAP theorem](https://muratbuffalo.blogspot.com/2015/02/paper-summary-perspectives-on-cap.html) | ||
|
||
[DBMS Musings](https://dbmsmusings.blogspot.com/) |