Home > Database > Mysql Tutorial > mysql删除整个表数据_MySQL

mysql删除整个表数据_MySQL

WBOY
Release: 2016-06-01 13:10:24
Original
2484 people have browsed it

当mysql中数据量非常大时(一个多到两个T),虽然已经建立了索引,但是检索依然是奇慢无比的,这个时候需要删除数据,如果使用一般的delete去删除数据,再如果有where的话那删除数据可能需要的时间是可能大半天或者根本不知道什么时候能删除完成,这个时候可以使用TRUNCATE TABLE '表名'去删除所有数据,表上原来的触发器也不会产生影响。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template