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

Store layer statistics in a layer file #17

Open
matko opened this issue Dec 6, 2019 · 0 comments
Open

Store layer statistics in a layer file #17

matko opened this issue Dec 6, 2019 · 0 comments
Labels

Comments

@matko
Copy link
Member

matko commented Dec 6, 2019

There's some layer statistics (like number of triples, number of nodes/predicates/values, layer stack size), which are recursively calculated by traversing a layer stack. We could also store these statistics in a file, saving us the computation.

As an example, this would be useful to have for cases where we need to decide among multiple equivalent layers, which of them is best to use for querying. At present, we have to recompute the relevant statistics each time we need them.

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

No branches or pull requests

1 participant