A question regarding the `deleted_transaction` col...
# spicedb
g
A question regarding the
deleted_transaction
column in the database. Relationships are kept in the databased after deletion. Just looking at it now, I can already see that it will make many rows in the database. Is there a specific purpose for this? Will it not have quite an impact on the performance if permissions are changed daily? Am I able to restore the relationship, so that it doesn't create a new row in the database, but just sets the
deleted_transaction
to the max int (not deleted)?