Skip to content

Tag

#Database

Search 4 min read

Elasticsearch from the Inverted Index Up

The three machines under the API: inverted indexes (why search is fast and updates are weird), analyzers with a Turkish-aware example, permanent mappings, and BM25 relevance in one honest paragraph.

Database 4 min read

Redis Caching Patterns That Survive Real Traffic

Cache-aside with the two mandatory upgrades — TTL jitter and stampede protection — plus version-stamped invalidation, the after-commit trap, and the three metrics that keep a cache honest.