Subject | Re: NON-Indexed Reads |
---|---|
Author | Todd Brasseur |
Post date | 2001-07-11T19:19:48Z |
I have pin-pointed my problem.
I had deleted all my triggers but I had not deleted all my check
constraints (which Interbase creates triggers for). The problem was
with one check constraint that required an index. I now have to
change the Check Constraint so that it only checks when it needs to
and not everytime a record is changed.
Todd
I had deleted all my triggers but I had not deleted all my check
constraints (which Interbase creates triggers for). The problem was
with one check constraint that required an index. I now have to
change the Check Constraint so that it only checks when it needs to
and not everytime a record is changed.
Todd