01.05.2021 11:09, Mark Rotteveel wrote:
If anything should be deprecated, it should be segmented blobs, not stream blob

Segmented blobs are useful when application's purpose require to preserve meaningful pieces of data. For example, if UTF-8 text is stored in a BLOB it is better to keep whole number of characters in segments to make transliteration code simple. With stream blob it would care about incomplete characters after read.

--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to