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

Should primary keys and unique indices be applied to cache table automatically? #127

Open
kchapple opened this issue Jun 19, 2020 · 0 comments
Labels
question Further information is requested

Comments

@kchapple
Copy link
Contributor

I noticed that primary keys, and presumably other indexes, are not transferred from the original tables to the cache tables, which would make cache tables slower than original tables, especially for the simplest queries like "select * from tags_report". Is the onus on the developer to add all indices including primary keys?

@kchapple kchapple added the question Further information is requested label Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant