gpt4 book ai didi

php - 如何在mysql中优化长时间运行的查询

转载 作者:行者123 更新时间:2023-11-29 01:37:01 25 4
gpt4 key购买 nike

需要大量资源。我同时玩一些长时间运行的查询,服务器出现故障。查询就像

SELECT posts.id 
FROM posts
WHERE postId = '765888827630161920' AND feedId = '3700' AND wallId = '949'

该表有超过 100 000 行。

最佳答案

尝试在过滤列上添加复合索引

ALTER TABLE `posts ` ADD INDEX `idx_posts` (`postId `, `feedId`, `wallId` );

关于php - 如何在mysql中优化长时间运行的查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39037219/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com