Chapter 15: PEP Changes — db-mux Migration

What's Changing in PEP

Migrating from db-proxy to db-mux for:

Why Batching Doesn't Help in PEP

PEP's DB access pattern is fundamentally different from DP:

Benefit: Pure CPU Savings

Even without batching, switching to db-mux saves CPU (zero allocs vs 2-3 per command). For PEP this is less critical (PEP is easier to scale out) but still worthwhile.

Gerrit Changes