It's... a long story (it's been told a few times i...
# spicedb
s
It's... a long story (it's been told a few times in this channel) but because we're using a continuous DMS migration to sync our Postgres to our legacy MySQL database, we have to keep our spicedb data in sync with triggers. That involves some interesting problems we've already solved for like keeping the triggers fast, inserting rows in
relation_tuple_transaction
directly from the trigger, serializing ZedTokens in trigger code etc.