web_article
This commit is contained in:
@@ -72,8 +72,8 @@ CREATE INDEX idx_color_1 ON web_images (color_1_r, color_1_g, color_1_b);
|
||||
-- 为 web_images 表的 day_rank 行设置倒序索引用于排序
|
||||
CREATE INDEX idx_day_rank_desc ON web_images (day_rank DESC);
|
||||
|
||||
|
||||
|
||||
-- 为 web_images 表创建倒排复合索引
|
||||
CREATE INDEX idx_article_dayrank ON web_images(article_category_top_id, day_rank DESC);
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user