Re: [sqlite] Triggers and performances

2004-05-27 Thread Christian Smith
On Wed, 26 May 2004, Pix wrote: >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 qu

[sqlite] Triggers and performances

2004-05-26 Thread Pix
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 tri