On Tue, 12 Jun 2001, Emiliano F Castejon (Castle John) wrote:

> I would like to know if there is a way to use a compressed MYSQL bank
> for read and write (dynamic compression/decompression).

I'm not sure if it is possible to do this natively in MySQL; I'll let
someone else answer that.

You could perform compression at the filesystem level independent of
MySQL; make a partition on your disk that is stored compressed (check your
operating system manuals to determine how to do this; I don't know), and
then MySQL would be able to read and write, and it would be compressed.
However, performance will suffer.

-Philip Mak ([EMAIL PROTECTED])


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to