Re: [Bacula-devel] [Bacula-users] Bacula developer's conference

2010-07-17 Thread Jeroen van Meeuwen
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 ;-) -

Re: [Bacula-devel] Windows Systems State plugin

2010-04-07 Thread Jeroen van Meeuwen
"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

Re: [Bacula-devel] Windows Systems State plugin

2010-04-07 Thread Jeroen van Meeuwen
"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