youtube image
From YouTube: Nebula Graph community meeting [2022-04-20] (Nebula Graph on Spark)

Description

Project heartbeat

- #4098 `RETURN extract(a.player.name, "\\w+")` by @wuxiaobai24
- Extract the substring that matches the regular expression from the string
- #4095 Refactor FIND PATH:
- reduced RAM usage of allPath & multiPairShortestPath
- reduced data copying by integrating conjunct path into the path operator
- #4131 Disk fault recovery improved with multiple data path awareness
- #4129 The single server now supports auto adding hosts
- #4146 Optimizer refactor:
- now only release symbols of top layer nodes in all matched nodes
- #4162 PATH optimizer refactored:
- redundant path removed, time complexity reduced

Spark on Nebula Graph, details also in https://siwei.io/en/spark-on-nebula-graph/