-1

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?

  • 2
    This 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
  • 1
    and 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

2 Answers2

1

TiDB 3.0 supports window function.

Li Shen
  • 293
  • 1
  • 2
  • 6
0

As @Simo mentioned, you can see that the Window Function is on the roadmap and it will be available early next year.

Queeny
  • 15
  • 4