기본 셋팅으로 테이블을 만들경우
InnoDB로 테이블 생성
InnoDB는 성능보다는 무결점(?)을 우선으로 하기때문에
성능이 MyISAM 타입보다 현저히 떨어진다고 합니다. ㅎㅎ
기존에 InnoDB를 MyISAM으로 바꿔주는 쿼리문.
ALTER TABLE tablename ENGINE = MyISAM;Posted by gwlee
ALTER TABLE tablename ENGINE = MyISAM;Posted by gwlee
Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/13
gwLee's Study story
- gwlee