2020-04-25数据库优化 我是磊磊嗒 2020-04-25 73 阅读1分钟 --耗时22s SELECT * FROM product WHERE publishing_platform ='198794' ORDER BY name DESC; --耗时8s SELECT * FROM product WHERE publishing_platform ='198794';