I'm using spicedb with postgres database, I've noticed that when I delete a Relation the corresponding tuple is left in the relation_tuple
table and the value of the column deleted_xid
is set to transaction id.
Are those records to remain there forever? When will they be actually deleted?
I'm worrying that in a relative short time the table will be clogged with useless records...