Forum OpenACS Q&A: Response to Consequences of changing sec_session_properties.property_value to clob/blob

Clobs are inefficient? By default, clobs of length < 4000 chars are stored in-line with the rest of the table data anyway, a pointer to out of line storage is used when size increases (which is a feature). No need for the dual varchar/clob solution.