Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Node Caching Feature #10

Open
jbryan opened this issue Aug 18, 2011 · 0 comments
Open

Node Caching Feature #10

jbryan opened this issue Aug 18, 2011 · 0 comments

Comments

@jbryan
Copy link

jbryan commented Aug 18, 2011

Since there is no concept of "query" and certainly no query optimization, and since operations that require accessing a large number of nodes can be costly, it would be nice to be able to have some form of node and/or relationship caching such that repeatedly getting the same node can be a low cost operation. This may be an in-python solution, or it may be a memcache solution.

The exact details about when and how to invalidate the cache should be discussed here as well motivating use cases and benchmarks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant