Subject Re: [firebird-support] Re: GDS Exc... unsuccessful metadata update new record size of 72424 is too big
Author Ann W. Harrison
maximshiryaev wrote:
> Thanks.
> Unfortunatly it's not my design. It's opensource Alfresco CMS that
> works with DB through Hibernate.
> I thought about some workaround from Firebird side... Increasing page
> size or a like... Anyway I'll try to dig into Hibernate mapping files...
>

I'm afraid you'll have to do that. The record size limit has nothing
to do with the page size or anything else that can be changed. The
internals are full of 16 bit integers. Someday that may change, but
the change will not be painless or easy.

Regards,


Ann