1. 数组. json 类型丰富的函数
    2. 倒排索引, 用以加强向量搜索
    3. 索引自动命名:create unique index on t_test(name) , 无需声明索引名称
    4. 部分索引:create unique index on t_test(name) where del = false; del为true的记录不会被限制
    5. with, 以及 with recursive, 据说mysql8.0有了
    6. 多种的窗口函数支持, 用以统计