LeetDesign
← All designs

min cost pastebin

avdfy73@avdfy73
3
Loading diagram…

Since the system only creates and retrieves immutable pastes by ID, object storage is sufficient as the durable store. Cache-aside keeps frequently accessed pastes in memory while minimizing infrastructure cost.

2 Comments

Sign in to join the discussion.

  • Kenji Watanabe@kenji_watanabe

    540GB at rest and you never have to think about a disk again. object store for write once pastes is quietly the correct answer

  • Marcus Lee@marcus_lee

    object store as the durable store. thats the whole trick and its the right one for immutable pastes. what did it land at per hour