COMPRESSED TEXT

Ruslan Zasukhin sunshine at public.kherson.ua
Thu Jul 14 21:36:57 CDT 2005


On 7/14/05 9:24 PM, "Andrew Sinning" <andrew at learningware.com> wrote:

> In the Kernel manual, for V1, you write:
> 
> "If a BLOB field has index (for example TEXT field) then index is not
> compressed and still can be successfuly work. In fact the main advantege to
> have compression of BLOB field on the database kernel level is ability to have
> an INDEXED compressed TEXT field. Really, for not indexed general BLOB
> developer can implement own compression and store to BLOB already compressed
> data. But this way will not work with TEXT, because Valentina will not be able
> to built index. When Valentina do compression self it can build index with no
> problems."
> 
> Doesn't say anything about TEXT COMPRESSED.

It does:
    If a BLOB field has index (for example TEXT field) ......


> Will the following work, or should I be using a BLOB?

point: 
    compression have real sense ONLY if you use it for TEXT fields.
    because for BLOB fields you can compress something self.

> Can I access the BLOB the same way, i.e. as just text.
> 
> I DO NOT need to index or search the text.
> 
> CREATE TABLE questions (
>     <SNIP>
>      listString TEXT(128) NOT NULL COMPRESSED
> )

Everything will work

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list