Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: get rid of the "collection" entries in Redis #34

Open
oli-h opened this issue Jan 26, 2017 · 0 comments
Open

Proposal: get rid of the "collection" entries in Redis #34

oli-h opened this issue Jan 26, 2017 · 0 comments

Comments

@oli-h
Copy link

oli-h commented Jan 26, 2017

In Redis backend, vertx-rest-storage keeps track of the "path" to each resource by implicit keep "collection" entries up-to-date. As far as is see, those collections...

Proposal: Use Redis "SCAN 0 MATCH " command to list 'entries in a directory' or complete subtrees.
This could also speedup deep expands, where, for now, vertx-rest-storage has to visit various collections (and finally resources) recursively.

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

No branches or pull requests

1 participant