Subject | Blob |
---|---|
Author | Louis Werth |
Post date | 2004-08-18T15:10:45Z |
HI
I want to save rich text into a blob field in the database, would anyone be
so kind to explain to me what segment size they would make use of (segment
sizes is a bit dark for me) :
Currently this is the domain I defined.
CREATE DOMAIN BLOB_RICH_TEXT AS BLOB sub_type 1 segment size 1024
Would this be sufficient.
My Database page size is 8192
Regards
Louis
I want to save rich text into a blob field in the database, would anyone be
so kind to explain to me what segment size they would make use of (segment
sizes is a bit dark for me) :
Currently this is the domain I defined.
CREATE DOMAIN BLOB_RICH_TEXT AS BLOB sub_type 1 segment size 1024
Would this be sufficient.
My Database page size is 8192
Regards
Louis