Hacker News new | ask | show | jobs
by sslalready 2524 days ago
Care to expand on why MySQL < 8 will be problematic for analysts? Anything else than the lack of window function?
3 comments

IMO lack of window functions alone are a death knell.

CTEs/WITH clause is the other massive one - almost as important as window functions.

Additionally, EXCEPT/INTERSECT support, better EXPLAIN (it's still shit though), much improved REGEXP and JSON support.

Possibly JSON operators
Window functions.