Subject RE: [Firebird-general] UNICODE_FSS problems
Author Leyne, Sean
> If I used UNICODE_FSS I seam to be unable to use primary keys that
> consist of more than one column and are longer than 60 characters
> (sometimes it lets me go to 100, other times to 79 as well,
> apparantly randomly). According to the release notes the length
> shouldnt be a problem:
>
> The new limits for indexes are:
>
> Page Size Single column Double Column
> ------------------------------------------------
> 1 k 60 48
> 2 k 124 99
> 4 k 252 203
> 8 k 508 406
> 16 k 1020 816
>
> Or am I missing something?

Yes!

The limits refer to the number of indexes allowed per table, not the
size of the index value -- which remains unchanged.


Sean