From e2b585dcea39cca26d88a285996fc7044a2a133c Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 4 Dec 2006 23:04:29 +0000 Subject: [PATCH] --- manual/docs/Schema reference - Data types - Gzip.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/docs/Schema reference - Data types - Gzip.php b/manual/docs/Schema reference - Data types - Gzip.php index 5abea87f5..44bb0616d 100644 --- a/manual/docs/Schema reference - Data types - Gzip.php +++ b/manual/docs/Schema reference - Data types - Gzip.php @@ -1,2 +1 @@ -Gzip datatype is the same as string except that its automatically compressed when persisted and uncompressed when fetched. This datatype can be useful -when for example storing images / mp3s to database. +Gzip datatype is the same as string except that its automatically compressed when persisted and uncompressed when fetched. This datatype can be useful when storing data with a large compressibility ratio, such as bitmap images.