Subject Re: [firebird-support] inserting blob problem
Author Ann W. Harrison
d2ortiz_cool wrote:
>
>
> Hi,
>
> i have a 100gb database consisting of one table to store a key value
> and binary document in a blob field.
>
> lately i have some cases when insert in to the table i get the
> following error:
>
> Internal gds Software Consistency Check (Cannot Find Free Space (255)).
>
> what these error mean?
>

Yup. You've run into a problem with the size of tables. We've got a
fix in V2, which is teetering on the edge of an alpha test. For now,
the best alternative that I know of is to split your table in two.

Regards,


Ann