FAWN-DS: Log structured datastore

Log-structuring avoids small random writes

  • GET -> Random read

  • PUT -> Append

  • DELETE -> Append