Subject | Re: [firebird-support] PK vs Index on table scan |
---|---|
Author | Gary Benade |
Post date | 2005-06-15T11:51:51Z |
>> > Perhaps the indices for the PKs are inactive. Can you try re-activatingMartijn
>> > it?
>>
>> I didn't know a PK could be made inactive. I dropped the PK and recreated
> it
>> and now things are normal.
>
> Well, normally, this shouldn't be possible.
>
> But it might have happened when restoring the database with indices
> disabled. Is that something that could be possible in your case?
>
>> Strange that all the PK's are doing the same thing - I wonder how this
> could
>> happen?
I checked, and all the primary indexes are disabled ie. RDB$INDEX_INACTIVE =
1
when I try and reactivate them with alter index rdb$primary28 active I get
an error "index unexpectedly deleted"
how do I fix this?
TIA
Gary