Subject | Re: [firebird-support] Index limitations |
---|---|
Author | Ann W. Harrison |
Post date | 2005-03-24T20:28:34Z |
Aaron Abend wrote:
populates it with the first 250 characters of you real target and index
that. Or you can create a hash of your field and index that, which will
be smaller and faster.
Why do you need to index a 500 character field?
Regards,
Ann
> As I understand it, Firebird limits the total length of the items in anNot in V1.x. You can create a 250 character field and a trigger that
> index to 252 bytes. Are there any ways to work around this limitation? We
> have some 500 character fields that need to be indexed.
populates it with the first 250 characters of you real target and index
that. Or you can create a hash of your field and index that, which will
be smaller and faster.
Why do you need to index a 500 character field?
Regards,
Ann