Oddbean new post about | logout
 Not quite, no.  Relays relay, the clue is in the name.  The content is a text string.  Only thing that scales rn, is #ditto.  That's the path. 
 Relays are no different than postgres in a traditional stack, they "relay" data across time in (conjunction with middleware)

Ditto is right because it introduces proper middleware rather than clients speaking equivalent to SQL directly, and relegates the relay back to its core database functionality.

The mastodon influence im not a fan of, but it's directionally correct to have application middleware between clients and the database (relay)