TPC-DS check list in 20.3+.
Missing features:
Bugs:
Common join optimizations:
Merge join performance optimizations:
When can I support this ??
CTE syntax is different
CTE returning a table is not supported
Window functions are not supported
RANK OVER is not supported
GROUPING aggregate function not implemented
Missing columns: "x" while processing query #9861
It's an error for not implemented #6697. So it's a feature too.
@4ertus2 , agree. Moved to features section
@4ertus2 , agree. Moved to features section
really want these features !
@4ertus2 , agree. Moved to features section
Hope to add in later versions
When can the with statement return multiple lines ??
Window functions are not supported (OVER ... PARTITION BY ... ) & analytical functions RANK, FIRST, LAST, LAG , Do you have a plan ??
@leoones , 'WITH' returning multiple lines is hopefully for Q3 and window functions for Q4 earliest. Those are complex projects, and we are looking for contributors and sponsors to get it done.
this functions are very import to analyse complex query,desire it!
CTE syntax is different
CTE returning a table is not supported
Window functions are not supported
RANK OVER is not supported
MySQL 8.0 has implements windows functions:
https://dev.mysql.com/doc/refman/8.0/en/window-function-descriptions.html
Interval syntax like '+ 30 days' is not supported
This task has been done in 15978 @alex-zaitsev
Most helpful comment
@leoones , 'WITH' returning multiple lines is hopefully for Q3 and window functions for Q4 earliest. Those are complex projects, and we are looking for contributors and sponsors to get it done.