最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Is it safe to add INDEX to a column in Wordpress database?

programmeradmin1浏览0评论

I made this custom code that makes Comment into Review with star-rating. The star is saved as comment_karma.

In the Product Archive page, I want to show text like this: "25 people 5-starred this" in each thumbnail.

I can easily get those data with get_comments(). But I'm afraid it will put a heavy load on the server since comment_karma column isn't INDEX.

So, will adding INDEX improves the performance? Is it safe?

Thanks

发布评论

评论列表(0)

  1. 暂无评论