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

Add Index on posts to Accelerate Query #36

Open
wtune opened this issue Mar 19, 2020 · 0 comments
Open

Add Index on posts to Accelerate Query #36

wtune opened this issue Mar 19, 2020 · 0 comments

Comments

@wtune
Copy link

wtune commented Mar 19, 2020

Problem

posts is an important table in SpringBlog and from PostRepository we can find that we always read posts by permalink and post_type.In our test, adding index on posts.permalink and posts.post_type can really improve related querys' performance up to 85%.Therefore, the performance impact for write operations is acceptable under common cases.

Possible Soultion

Add Index on posts.post_type and posts.permalink

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