Presence without touching the DB
in most cases it would obviate the need for somethign like https://stack.convex.dev/presence-with-convex
and would be 1) faster, 2) lower network bandwidth, 3) lower contention (from mutation transactions)
and could make your platform subsume things like https://github.com/yjs/y-websocket

