Kern Sibbald wrote:
> Hello,
>
Hello Kern ;-)
> If this interests you, please let me know, and if there is enough interest,
we
> will hold it.
>
I'm interested too! It just so happens that a week or so before I'll be in
Zurich, CH, so I'm thinking of making it a multi-city round-trip ;-)
-
"Kern Sibbald" wrote:
>On Wednesday 07 April 2010 10:07:25 Jeroen van Meeuwen wrote:
>> "Eric Bollengier" wrote:
>> >> In PostgreSQL, toast objects (like blob) larger than 1024bytes are
>> >> compressed by the engine in toast area. (MySQL
"Eric Bollengier" wrote:
>> In PostgreSQL, toast objects (like blob) larger than 1024bytes are compressed
>> by the engine in toast area. (MySQL should do the same thing)
>
>MySQL can compress fields, but you need to modify sql queries to add COMPRESS()
>and UNCOMPRESS() calls. Not so nice.
>
J