Mysql:在一张表中插入记录花费太长时间
在其中一个表中,我有大约 80,000 条记录,当我插入一条记录时,花费的时间太长。当我从该表中删除记录时,它工作正常。
知道如何解决这个问题吗?
In one of the tables I have approximately 80,000 records and when I am inserting a record, it takes too long. When I delete records from that table, it works fine.
Any idea how to resolve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
插入问题通常是由于索引过多或插入时运行的触发器造成的。查看这些区域:
Problems with insertion are usually due to too many indexes, or a trigger that is running on insert. Look into those areas: