데브허브 | DEVHUB | How Google authorizes a trillion requests everyday
System Design Course at InterviewReady: https://interviewready.io/
Google uses an in-memory caching system called Zanzibar to store all Access Control Lists. It also uses Spanner for persistence.
Further optimisations include request collapsing to avoid thundering herds on the DB.
#SystemDesign #Google #Auth