Subject Re: [Firebird-Architect] blobs causes table fragmentation.
Author Ivan Prenosil
> As I understand current behavior, blobs less than 256 bytes are
> stored at the same data page, in record. If blob is bigger it
> is stored at blob page, not data page.

No, blob is stored on blob page if it does not fit to data page.
(and with "right" size it can also be the only data on data page)

Ivan