rlay-project / rlay-client

Reference implementation of the Rlay client
https://rlay-project.github.io/rlay-client/
Apache License 2.0
4 stars 0 forks source link

neo4j use parametrized query for get_entity(ies) #54

Closed MichaelHirn closed 4 years ago

MichaelHirn commented 5 years ago

We can probably speed this up quite a bit by using parametrized queries in get_entity and get_entities; similar to store_entities

MichaelHirn commented 4 years ago

Fixed by #53