Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TODO for SOSP Camera Ready

 

  • 1 M client benchmark / cstlee
  • Full-mix for TPC-C benchmark / seojin

  • Measure 1-level deeper for throughput (factor analysis?)
  • Clarify the term linearizability: make proposals. / collin
  • Talk about ultimate client / John??
  • Clarify exp setup for TPC-C benchmark.
  • Comparision with tell from VLDB.
  • Extra paragraph lease

 

Tentative schedule for both linearizability and TX.

...

  • Run TPC-C and compare with other systems (eg. H-store)
  • YCSB?
  • Ask Ankita and SYang

Current Client Side TimeTrace:

No Format
(+  21.5 ns): sendPrepareRpc find first object
(+  41.6 ns): sendPrepareRpc objectFinder.lookup
(+ 186.1 ns): sendPrepareRpc prepareRpcs.emplace_back
(+  72.3 ns): sendPrepareRpc objectFinder.lookup and service locator comparison
(+  43.6 ns): appendOp append data to rpc
(+  94.1 ns): sendPrepareRpc break loop -- objectFinder.lookup and service locator comparison
(+  13.3 ns): send call
(+  14.7 ns): send get ackId
(+ 456.2 ns): send session->sendRequest
(+  14.7 ns): sendPrepareRpc send return

(+  34.1 ns): processPrepareRpcs check for ready Rpcs
(+ 100.6 ns): processPrepareRpcs prepareRpcs.erase
=====================================================
(+1092.8 ns): total

 

Linearizability Components

...