Subject | Re: [Firebird-Architect] Bulk loader. |
---|---|
Author | Nando Dessena |
Post date | 2007-11-05T12:42:08Z |
Martijn,
M> check on multiple rows or existence of rows?
and for FKs as well, not to mention self-reference for that matter.
That's why you retry the failed ones at the end, as I understand.
Ciao
--
Nando Dessena
>> Incidentally, there's a trick for constraints. Execute each constraintM> Can't this fail for CHECK constraints that include some kind of
>> at row level. If it passes, fine. Otherwise track the row id. At
>> commit time, re-evaluate the failures and act accordingly. This is
>> probably significantly faster than performing all constraint checks at
>> commit time.
M> check on multiple rows or existence of rows?
and for FKs as well, not to mention self-reference for that matter.
That's why you retry the failed ones at the end, as I understand.
Ciao
--
Nando Dessena