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

Merged
merged 7 commits into from
Nov 25, 2024
Merged

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.

@pudo pudo marked this pull request as ready for review November 23, 2024 17:45
@pudo pudo merged commit d404d33 into main Nov 25, 2024
4 checks passed
@pudo pudo deleted the pudo/resolved-store branch November 25, 2024 07:23
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