当前位置:网站首页>NebulaGraph v3.2.0 Release Note, many optimizations such as the performance of querying the shortest path
NebulaGraph v3.2.0 Release Note, many optimizations such as the performance of querying the shortest path
2022-08-04 23:18:00 【NebulaGraph】
This article was first published on the Nebula Graph Community account

NebulaGraph v3.2.0 supports the extract() function, which optimizes the push-down of edge and point attribute filtering and the performance of querying the shortest path, and fixes problems such as the crash of the Storage service when scanning attributes concurrently.
Optimization
- Supports the extract() function .
- Optimize the configuration file and add some configurations.#4310
- Add optimization rules and remove useless AppendVertices operator.#4277
- Add optimization rules to optimize the pushdown of edge filtering.#4270
- Add optimization rules to optimize the pushdown of point attribute filtering.#4260
- Predictive filter for culling points.#4249
- Reduce the amount of data copying for join operations when moving data.#4283
- Get the attribute value through subscript, reducing the time of attribute query.#4242
- Optimize the performance of querying the shortest path.#4071
- Optimize the loop condition of query subgraph.#4226
- Reduce the amount of data copying for Traverse and AppendVertices operators when moving data.#4176
- Improve optimization rules to remove invalid item operators.#4157
- Use Arena Allocator to optimize memory allocation.#4239
Bug fixes
- Fix the web service crash when receiving some special attack messages.#4334
- Fix Storage service crash when scanning properties concurrently.#4268
- Fix Storage service crash when inserting edges exceeding the limit length.#4305
- Fix service crash when query concurrency mode is enabled.#4288
- Fix Storage service crash when looking for indexes with NULL properties.#4234
- Fix the bug that the standalone daemon exits after restart.#4269
- Fix the bug that the interpretation result of Join point format is incorrect due to two JSON conversions in the Graphviz online tool.#4280
- Fix the bug of property lookup, which does not allow full stop (.) in Schema.#4194
- Fixed the bug that the machine lost the key when restoring data.#4311
- Fixed the bug of displaying
BAD TYPEwhen using the same statement to return different attributes of the same vertex.#4151 - Fix the error message bug of the statement
MATCH p=(:team)-->() RETURN p LIMIT 1when there is no index.#4053 - Enhanced error messages for operators
ANDandOR.#4304 - Fixed a bug where no statistics were available under index conditions.#4353
- Fix the bug of different time zones in the cluster.#4391
- Fixed crash when deleting full text index.#4384
- Fix the problem that the service crashes when sending a PUT request with an empty request body.#4405
- Fix the problem that Storage service crashes when the length of the VID in the statement exceeds the defined length when deleting points and edges based on an index.#4406
Historical Versions
Go to GitHub to experience this release: https://github.com/vesoft-inc/nebula/releases/tag/v3.2.0
Communication of graph database technology?To join the NebulaGraph exchange group, please fill in your NebulaGraph business card, and the NebulaGraph assistant will pull you into the group~~
边栏推荐
- 七牛云图片上传
- 【3D建模制作技巧分享】ZBrush如何设置笔刷快捷键
- kernel问题定位手段总结
- [Cultivation of internal skills of memory operation functions] memcpy + memmove + memcmp + memset (4)
- 【SSR服务端渲染+CSR客户端渲染+post请求+get请求+总结】
- SQL Server calls WebService
- 【七夕快乐篇】Nacos是如何实现服务注册功能的?
- OPENCV学习DAY8
- Nuclei(二)进阶——深入理解workflows、Matchers和Extractors
- 2022/8/4 树上差分+线段树
猜你喜欢

【3D建模制作技巧分享】如何使用ZBrush导出效果图

MySQL的JSON 数据类型2

web3.js

360市值四年蒸发3900亿,政企安全能救命吗?

正则表达式绕过

NebulaGraph v3.2.0 Release Note,对查询最短路径的性能等多处优化

【游戏建模模型制作全流程】在ZBrush中雕刻恶魔城男性角色模型

The market value of 360 has evaporated by 390 billion in four years. Can government and enterprise security save lives?

If you can't get your heart, use "distributed lock" to lock your people

应用联合、体系化推进。集团型化工企业数字化转型路径
随机推荐
postman接口测试
Since a new byte of 20K came out, I have seen what the ceiling is
kernel hung_task死锁检测机制原理实现
FinClip崁入式搭建生态平台,降低合作门槛
使用OpenCV实现一个文档自动扫描仪
The Go Programming Language (Introduction)
Nacos配置中心之客户端长轮询
生产者消费者问题
零基础如何入门软件测试?再到测开(小编心得)
【游戏建模模型制作全流程】使用ZBrush制作骷髅王
生成回文数
panic: reflect: reflect.Value.SetString using value obtained using unexported field
TypeScript - the use of closure functions
Go 编程语言(简介)
956. 最高的广告牌
【3D建模制作技巧分享】ZBrush如何使用Z球
Community Sharing|Tencent Overseas Games builds game security operation capabilities based on JumpServer
【3D建模制作技巧分享】ZBrush纹理贴图怎么导入
直接插入排序
Shell编程之循环语句与函数的使用