본문 바로가기

mysql53

6. InnoDB의 Insert Buffer -참고- 이글은 MySQL Reference 5.1의 내용을 번역한 겁니다. 영문과 함께 번역한거 공유합니다. It is a common situation in database applications that the primary key is a unique identifier and new rows are inserted in the ascending order of the primary key. Thus, insertions into the clustered index do not require random reads from a disk.Application에서 일반적으로 PK 정렬 순으로 새 데이터가 입력되는것이나 PK가 Unique identifier로 된것은 아주 일반적인 모스비다. 그래서 C.. 2011. 5. 1.
MySQL NewsLetter: March 2011 [Highlights] Live Webinar: MySQL on Windows Online Forum (March 16) 시간: Wednesday, March 16, 2011 - 9:00AM PT Windows에서 MySQL을 사용하실 때 TCO를 줄이면서 좀 더 효율적으로 사용싶다면 한번쯤 들어보셔도 좋을거 같습니다~ 여기서 등록하세요~ http://event.on24.com/r.htm?e=284490&s=1&k=583E2237A777967F8410211EC54EF3CB&partnerref=newsletter Event: Collaborate 11 - Orlando, Florida (April 10-14) Collaborate 11은 Oracle Community를 위한 Technology 와 Appl.. 2011. 3. 13.
3.Trigger 관련 에러 처리법 1. MySQL 5.1 이상 서버에서 Trigger 생성이 안되는 경우 처리법 일반적으로 SUPER권한을 가지지 않은 account의 경우 다음과 같은 에러가 발생할 수 있다. Error Code : 1419 You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) (0 ms taken) 에러를 발생하는 계정이 TRIGGER 권한을 가지고 있어도, 트리거 생성을 못하는 경우인것인데, 이것은 바로 위의 로그에서도 나왔듯이 log_bin_trust_function_creators 속성 때문에 발생한 것이다.. 2010. 4. 7.
3. MySQL에서 배치작업 잘 처리하는 방법 2010. 3. 7.