<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 17, 2015 at 3:53 PM, Daniil Churikov <span dir="ltr"><<a href="mailto:ddosia@gmail.com" target="_blank">ddosia@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have one-to-many relationship between 2 tables, and I need to implement cascade deletion of dependent records from table_2 when main record from table_1 was deleted.</blockquote></div><br>Another option is to have a process periodically/permanently verify the integrity and remove records which are not referenced. This means you eventually get consistent even if something goes wrong at some point. Of course, it open up a can of worms in the sense that you may have new correctness problems, but the upshot is that you can sometimes also use this in a more distributed setting.<br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">J.</div>
</div></div>