Subject Re: [firebird-support] Large Database Multi File support
Author Ivan Prenosil
> | One thing that brings on when LARGE databases is mentioned is the table
> | size limit (around 60GB if I remember right), there are developers
> working
> | on this issue on FB 2.0.
>
> Is this 60GB limit for a table present even if the data is stored in
> blobs? In other words does the size of blobs count towards the size of
> the table?

I think small blobs (that fit on database page) counts,
larger blobs don't.

Ivan