Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPastebin/bitly system design - write to cache missing in diagram #277
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


In the solution for the pastebin/bitly system design, the write to cache flow is missing in the second diagram which refers to the scaling aspect. The cache has only a read arrow but not a write arrow. The diagram will be more intuitive if a write-through/write-back cache mechanism was indicated.