Skip to main content

7 docs tagged with "performance"

View all tags

Caching Strategies

Cache patterns, eviction policies, Redis deep dive, cache invalidation strategies, and common pitfalls like cache stampede and cache penetration.

CPU Scheduling

CPU scheduling algorithms, metrics, multilevel queues, real-time scheduling, and how the Linux CFS scheduler works.

Indexing & Query Optimization

Deep dive into database indexes — B-Tree, hash, covering, composite — and strategies to analyze and optimize slow queries.

Parallel Consumer in Kafka

Explains parallel consumer patterns in Kafka for increasing throughput when processing is slower than message consumption.

Performance & Monitoring

Identifying slow queries, profiling tools, key metrics, connection pooling, and practical optimization workflow.