gpt4 book ai didi

mysql - 如何优化MySQL查询 ‘SELECT * from table WHERE Date=CURDATE() and ID=1;’

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

我在 MySQL 表 table 中有以下数据:

ID: int(11) [这是主键]

日期:日期

然后我运行 MySQL 查询:

SELECT * from table WHERE Date=CURDATE() and ID=1;

这需要 0.6 到 1.2 秒。

有什么方法可以优化此查询以更快地获得结果吗?

我的目标是查明我是否已经拥有此 ID 的今天记录。

最佳答案

IDDate 上添加索引。

参见 CREATE INDEX manual .

关于mysql - 如何优化MySQL查询 ‘SELECT * from table WHERE Date=CURDATE() and ID=1;’,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6136238/

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