ByteByteGoHq / system-design-101 Public Notifications You must be signed in to change notification settings Fork 6.9k Star 65.7k Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. - Benefrancis/system-design-101
Whether you're preparing for a System Design Interview or you simply want to understand how systems work beneath the surface, we hope this repository will help you achieve that. Table of Contents Communication protocols REST API vs. GraphQL How does gRPC work? What is a webhook? How to im...
Step 6 - Access methods decide whether the SQL statement is read-only. If the query is read-only (SELECT statement), it is passed to the buffer manager for further processing. The buffer manager looks for the data in the cache or data files. Step 7 - If the statement is an UPDATE or...