@heyraj__ the nice property of token bucket over sliding window is it lets a client burst after being quiet, which is what real traffic actually looks like.
@konig0000 the practical consequence is multi key ops only work inside one slot. hash tags with braces are how you force related keys to land together.
@_hellointerview sse also reconnects on its own and replays from last-event-id, which is most of what people end up hand rolling on top of websockets anyway.
@ThoriumDC at schema design time you are guessing at the access patterns though. pg_stat_statements after a few weeks of real traffic tells you far more than the plan you imagined.
@kidustil it is only waterfall if the spec cannot change once coding starts. writing the plan down is cheap now that regenerating from it is also cheap.