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

Implement a resolved store that can act as a cache #173

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

pudo
Copy link
Member

@pudo pudo commented Sep 1, 2024

I'm still trying to figure out how we can have a central store. The idea here is: we have a central unresolved statement store which is the authoritative source of the data, and then as we export, we generate all entities into the resolved store which is then used to actually compute exports.

Initial performance on this looks promising: the resolved store runs a full iteration of entities() up to 25x faster than the versioned store.

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

Successfully merging this pull request may close these issues.

1 participant