Hi,
I'm using triggers to perform some operations on my SQLite DB.
Particularly I'm using them to easily maintain DB coerency (e.g. if I delete an item from a table, the trigger will delete all rows from another table that are referencig to that item).


My question is: how much performant the triggers are?
Is it bettere to have a trigger or to explicitly execute the query (maybe in a transaction) any time I need?


Thanks

Paolo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to