摘要
Nebula Graph v1.2.1 主要增强了 LOOKUP 语句, 优化了其性能,修复了一些已知 bug。
YIELD 子句支持 DISTINCT ,pr 参见:https://github.com/vesoft-inc/nebula/pull/2368
-
新增 lookup_concurrently 配置项, LOOKUP 支持 partitions 并发执行,提高了 LOOKUP 性能,pr 参见:https://github.com/vesoft-inc/nebula/pull/2417
-
LOOKUP 语句支持 DISTINCT , LOOKUP ON 边类型时,支持返回边的起点和终点,pr 参见:https://github.com/vesoft-inc/nebula/pull/2415
修复了 YIELD -1*1 会溢出的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2411
修复了某些情况下 RAFT 选举可能出现异常的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2419
修复了 Unary 表达式在某些情况下会出现异常的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2412
修复了 OFFSET 和 LIMIT 返回数据不符合预期的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2428
修复了某些情况下,leader change 会导致返回数据不全的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2465
修复了,修改 SCHEMA 后, FETCH PROP ON * 可能会导致 graphd crash 的问题,pr 参见:https://github.com/vesoft-inc/nebula/pull/2461
去除配置项 check_leader ,metaclient 从 leader server 读取 meta 信息。pr 参见:https://github.com/vesoft-inc/nebula/pull/2403、https://github.com/vesoft-inc/nebula/pull/2423
最后,如果你在使用 Nebula Graph 过程中遇到任何问题,欢迎前往官方论坛:https://discuss.nebula-graph.com.cn/ 提问 👏
🙋♂️ 喜欢本文的话,来个分享、👍 赞、在看
谢谢哟^^

