| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NebulaGraph v3.8.0 source code.tar.gz | 2024-05-17 | 2.2 MB | |
| NebulaGraph v3.8.0 source code.zip | 2024-05-17 | 3.6 MB | |
| README.md | 2024-05-17 | 3.8 kB | |
| Totals: 3 Items | 5.9 MB | 0 | |
NebulaGraph v3.8.0 release notes
-
Features:
-
Introduced the SINGLE SHORTEST PATH statement. #5664
-
Introduced the INNER JOIN statement. #5664
-
The ROUND() function now supports various rounding modes. #5680
-
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: