Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant