Earlier quoted context omitted.
I'd like to see your full setup for your claim about 10x slower, because I suspect you're doing something wrong.
Sure, here's the pastebin of the postgres one: http://pastebin.com/Phc8KnYU I thought I was doing something wrong, so I asked on SO: http://stackoverflow.com/questions/32755348/group-by-count-q... This is a very simple example, but I always run into major performance issues with Postgres. Some of them are my fault, from not knowing that array aggregation is a slow operation. MySQL advantages for me are that there is…
I would add, you should really upgrade to 9.4, as there were some performance improvements to aggregates.