Subject | RE: [firebird-support] Max key size? |
---|---|
Author | Thomas Steinmaurer |
Post date | 2006-02-24T11:50:57Z |
> > Please remind me, what is the max key size in FIrebird 1.5?Well, not entirely true. ;-)
> >
> > I just failed to create a compound index on these two columns:
> > - int
> > - varchar(200)
>
> Then you are using a multi-byte character set and/or
> multi-byte collation.
Ivan's calculator says, that with your above scenario you are exceeding the
limit, even with a single-byte character set and/or collation.
<firebird_20_plug>
In Firebird 2.0, the limit has been increased and depends on the database
page size.
</firebird_20_plug>
Regards,
Thomas