Tag: Performance
All the articles with the tag "Performance".
-
Cache Eviction Policies: LRU, LFU, FIFO and TTL
Series: Backend Interview Mastery
Learn cache eviction policies including LRU, LFU, FIFO, and TTL. Choose a policy using workload patterns, memory limits, and production metrics.
-
Database Indexing Explained: SQL Examples and Interview Questions
Series: Database Fundamentals , Backend Interview Mastery
Learn database indexing with SQL examples: B-tree indexes, query plans, composite index order, write costs, and interview questions.
-
Offset vs Cursor vs Keyset Pagination for Backend Interviews
Series: Backend Interview Mastery
Compare offset, cursor, and keyset pagination for backend interviews: performance, consistency, indexes, API contracts, and trade-offs.
-
What Is a CDN? How Content Delivery Networks Work
Series: System Design Foundations
What is a CDN? Learn how content delivery networks cache content at edge servers, reduce latency, and protect your origin from traffic spikes.