yjsx86 大佬有话说 : 2020-3-26 21:55:44
话说数据库 update 那么耗时的么?
{‘sql’: ‘UPDATE "front_user" SET "usern
ame" = ‘test2’, "password" = ‘123456’, "balance" = 490 WHERE "front_user"."id" = 3′, ‘time’: ‘0.578’}
这还是表中只有3条记录
其他语句都挺正常的 最多0.00+
chxin 大佬有话说 : 2020-3-26 22:40:52
看看查询走索引了没,某些语句好像不走索引就慢:lol