发版说明
NebulaGraph v3.6.0 正式发布,强化全文索引能力
本次 v3.6.0 版本,主要强化全文索引能力,以及优化部分场景下的 MATCH 性能。
强化
强化增强全文索引功能,具体 pr 参见:
https://github.com/vesoft-inc/nebula/pull/5567
https://github.com/vesoft-inc/nebula/pull/5575
https://github.com/vesoft-inc/nebula/pull/5577
https://github.com/vesoft-inc/nebula/pull/5580
https://github.com/vesoft-inc/nebula/pull/5584
https://github.com/vesoft-inc/nebula/pull/5587
优化
支持使用 MATCH 子句检索 VID 或属性索引时使用变量,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5486、https://github.com/vesoft-inc/nebula/pull/5553
支持并行启动 RocksDB 实例以加快 Storage 服务的启动速度,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5521
优化 RocksDB 迭代器执行 DeleteRange 操作后的前缀搜索性能,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5525
优化 appendLog 发送逻辑以避免 follower 宕机后影响写性能,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5571
优化 MATCH 语句查询不存在的属性时的性能,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5634
缺陷修复
修复 Meta 数据不一致的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5517
修复导入操作导致 leader 租约无效的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5534
修复存储的统计逻辑错误的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5547
修复设置无效请求参数的标志导致 Web 服务崩溃的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5566
修复列出会话时打印过多日志的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5618
修复单个大查询导致 Graph 服务崩溃的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5619
修复执行 Find All Path 语句导致 Graph 服务崩溃的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5621、https://github.com/vesoft-inc/nebula/pull/5640
修复部分过期数据在最底层不会被回收的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5447、https://github.com/vesoft-inc/nebula/pull/5622
修复在 MATCH 语句中添加路径变量会导致 all() 函数下推优化失效的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5631
修复 MATCH 语句中通过最短路径查询自环时返回结果错误的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5636
修复通过管道符删除边导致 Graph 服务崩溃的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5645
修复 MATCH 语句中匹配多跳时返回结果缺少边属性的问题,具体 pr 参见:https://github.com/vesoft-inc/nebula/pull/5646
变更
增强全文索引特性,涉及变更内容如下:原有的全文索引功能由调用 Elasticsearch 的 Term-level queries 改为 Full text queries 方式。
变更后除了支持原有的通配符、正则、模糊匹配等方式(但语法发生变化),还增加了对分词的支持(依赖 Elasticsearch 自身使用的分词器),查询结果包含评分结果。更多语法请参见 Elasticsearch 官方文档。
升级
具体步骤参考升级文档:https://docs.nebula-graph.com.cn/3.6.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-comm/
版本更新和下载
点击 https://github.com/vesoft-inc/nebula/releases/tag/v3.6.0 可进行最新版本的下载。
历史版本
可访问:https://github.com/vesoft-inc/nebula/releases 了解更多 NebulaGraph 发行版信息。
对图数据库 NebulaGraph 感兴趣?欢迎前往 GitHub ✨ 查看源码:https://github.com/vesoft-inc/nebula
在使用过程中遇到问题?🥺 记得前往论坛:https://discuss.nebula-graph.com.cn/ 看看有没有现有的解决方案 or 关注公众号后发送“加群”,加入 NebulaGraph 交流群~