Thanks, Harald! Happy New Year!

On 31 December 2013 21:28, Reindl Harald <h.rei...@thelounge.net> wrote:

> not dbmail's job, it still does de-duplication of mimeparts
> it would be a big mistake because you can't search in compressed binary
> data
> that's why compression should and will be done on the storage layer
>
> http://dev.mysql.com/doc/innodb-plugin/1.0/en/innodb-compression.html
> starting with mySQL 5.5 this is part of the standard mysql but you need
> files_per_table configured which may be problematic if not taken care
> of it before setup the database server
>
> innodb_file_format = barracuda
> innodb_file_per_table = 1
>
> after that is configured you can do
> ALTER TABLE `table_name` ENGINE=InnoDB ROW_FORMAT=COMPRESSED;
>
> Am 31.12.2013 18:24, schrieb Алексей:
> > I need help about data compression. Does DBMail have any facilities to
> compress incoming mail?
> >
> > On 31 December 2013 19:41, Reindl Harald <h.rei...@thelounge.net<mailto:
> h.rei...@thelounge.net>> wrote:
> >
> >     Am 31.12.2013 16:04, schrieb Paul J Stevens:
> >     > I've released 3.1.9. It's a bugfix-only release which fixes the
> >     > regression in the sieve code that went in just before 3.1.8 was
> >     > released (bug #952)
> >
> >     thank you very much and a happy new year!
>
>
> _______________________________________________
> DBmail mailing list
> DBmail@dbmail.org
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
>
>


-- 
С уважением, Алексей
_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to