Re: [Firebird-devel] Interesting changes in mysql 8.0.18

2019-10-22 Thread Alex Peshkoff via Firebird-devel
On 22.10.2019 10:53, marius adrian popa wrote: And some benchmarks compared to zlib used in firebird https://facebook.github.io/zstd/#benchmarks It's faster but that makes no difference for our use cases. When working with LAN passing uncompressed data is anyway the best option. Compression

Re: [Firebird-devel] Interesting changes in mysql 8.0.18

2019-10-22 Thread marius adrian popa
And some benchmarks compared to zlib used in firebird https://facebook.github.io/zstd/#benchmarks On Tue, Oct 22, 2019 at 11:19 AM marius adrian popa wrote: > > https://mysqlserverteam.com/the-mysql-8-0-18-maintenance-release-is-generally-available/ > > https://dev.mysql.com/doc/refman/8.0/en/c

[Firebird-devel] Interesting changes in mysql 8.0.18

2019-10-22 Thread marius adrian popa
https://mysqlserverteam.com/the-mysql-8-0-18-maintenance-release-is-generally-available/ https://dev.mysql.com/doc/refman/8.0/en/connection-compression-control.html#connection-compression-configuration I like the zstd for protocol compression https://github.com/facebook/zstd https://engineering.f