TiDB is an hybrid transactional and analytical database. For analytical queries, I find that I often need window functions. I know that TiDB is MySQL-compatible, and that MySQL does not have window functions. But TiDB SQL can have extra features that MySQL SQL does not have, right? As such I wonder if there are plans to support window functions in the future?
Asked
Active
Viewed 136 times
-1
-
2This is StackOverflow and not TiDB Q&A. Maybe if you first read the [roadmap](https://pingcap.com/docs/ROADMAP/) of TiDB you would know the answer – Simo Sep 21 '18 at 16:12
-
1and this [mailing group](https://groups.google.com/forum/#!forum/tidb-user) is probably the most suitable place to ask something like that – Simo Sep 21 '18 at 16:15