[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

[Firebird-devel] [FB-Tracker] Created: (CORE-6167) Incorrect message "Cannot use an aggregate or window function in a GROUP BY clause." when field if from outside context

2019-10-22 Thread Karol Bieniaszewski (JIRA)
Incorrect message "Cannot use an aggregate or window function in a GROUP BY clause." when field if from outside context --- Key: CORE-6167 URL: htt

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

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

[Firebird-devel] Replacing zlib with zstd was: Interesting changes in mysql 8.0.18

2019-10-22 Thread Leyne, Sean
> 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 makes sense only for very slow and/or very long (many hops) > WAN. Under that conditions compression's performance does not matter. If you are