aplbrain / grand

Your favorite Python graph libraries, scalable and interoperable. Graph databases in memory, and familiar graph APIs for cloud databases.
Apache License 2.0
80 stars 6 forks source link

Direct sql edge lookups #11

Closed j6k4m8 closed 3 years ago

j6k4m8 commented 3 years ago

Faster edge-indexing support for the SQLBackend, using compound primary keys rather than columnwise lookups

Fixes #10