kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.31k stars 94 forks source link

GDS and Recursive Joins TODOs #4285

Open semihsalihoglu-uw opened 1 week ago

semihsalihoglu-uw commented 1 week ago

This issue is intended to keep track of the suite of optimizations, refactoring, enhancements, experimentations, and documentations we plan to implement/write in both the new fast recursive join implementations and the upcoming Kuzu GDS functions.

Recursive Joins TODOs

GDS TODOs

andyfengHKU commented 1 day ago

Optimization: Currently when writing outputs in SingleSPOutputWriterPaths, we call the ....

This seems no longer relevant because we are reusing the same path writer for both single&all shortest path. And there is no tableID to fix.