NebulaGraph v3.8.0 release notes
-
Features:
-
Enhancements:
-
Performance:
-
Usability:
- Optimized the process of graph space deletion to reduce blocking time. #5754
-
Stability:
-
-
Bug Fixes:
-
DQL:
-
Fixed inconsistent results when executing the LOOKUP statement multiple times. #5662
-
Fixed the syntax error when UNION ALL was used. #5674
-
Fixed incorrect LIMIT results and crashes in SHORTEST PATH, ALL PATH, and NOLOOP PATH scenarios. #5679, #5699, #5787, #5789
-
Fixed the crash issue when executing the SHORTEST PATH statement multiple times with a memory tracker set. #5720
-
Fixed a filtering error to prevent the Graph service from crashing. #5740
-
Fixed execution failure in multi-variable scenarios. #5734
-
Fixed the issue that MATCH SHORTEST PATH did not support self-loop detection. #5738
-
Fixed the crash issue in some scenarios when the filter condition is never met. #5740
-
Fixed the crash issue with the ROUND function. #5773
-
Fixed the incorrect result issue when executing FIND PATH WITH PROP in a one-hop query. #5759
-
Fixed the performance degradation issue when the USE SPACE clause was included in a query statement. #5793
-
Fixed the issue that FIND NOLOOP PATH did not exclude self-loops. #5805
-
-
Others:
-