Skip to content

Instantly share code, notes, and snippets.

@siddontang
Last active January 13, 2019 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siddontang/e15a408d8f0a9b8b171f7d15956ef9e5 to your computer and use it in GitHub Desktop.
Save siddontang/e15a408d8f0a9b8b171f7d15956ef9e5 to your computer and use it in GitHub Desktop.
Code for go-ycsb article
+--------------------+--------------------------+---------------------+--------------------------+
| Workload | Operations | Record selection | Application example |
+--------------------+--------------------------+---------------------+--------------------------+
| A — Update heavy | Read: 50%, Update: 50% | Zipfian | User Session |
| B — Read heavy | Read: 95%, Update: 5% | Zipfian | Photo tagging |
| C — Read only | Read: 100% | Zipfian | User profile cache |
| D — Read latest | Read: 95%, Insert: 5% | Latest | User status updates |
| E — Short range | Scan: 95%, Insert: 5% | Zipfian / Uniform | Threaded conversations |
+--------------------+--------------------------+---------------------+--------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment