bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.32k stars 146 forks source link

Refactor VLE Logic. #598

Closed emotionbug closed 1 year ago

emotionbug commented 1 year ago

Previously, AgensGraph(NestLoopVLEJoin) was strongly combined with other executors. This makes it difficult to identify PG's own code and AgensGraph code, and it has a form that cannot be combined with other storage.

Due to this work, it will be easier to simplify merging upstream postgresql source. also, help implement graph storage in the future.