非事务引擎比事务引擎效率要高
使用小事务,不然变成线性了
非事务引擎可以用锁表来实现
lock table 表 Read 读锁定(都能读)
unlock tables 解锁定
Write 写锁定 其他线程不能读了,但自身可写可读