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

Caching / Denormalization #33

Open
danfrankj opened this issue Jan 15, 2022 · 0 comments
Open

Caching / Denormalization #33

danfrankj opened this issue Jan 15, 2022 · 0 comments

Comments

@danfrankj
Copy link
Collaborator

If we compute "transactions by user/country" this may well involve a large join between a transactions fact table and a user dim table. If we need to re-do this large join for every query that involves measures from transactions and dimensions from user our ability to interactively query becomes prohibitively slow.

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