MySQL 4.0.0 alpha version 이 2001년 10월 15일 날짜로 출시 되었습니다.
오랫동안 기다려 왔던 MySQL 4.0 database 가 이제 MySQL 웹사이트로 부터 다운로드 받을 수 있게 되었습니다. 새로운 버전은 mission-critical 하고 아주 대용량의 database 를 다룰수 있도록 하였으며, 시작 부터 포함되기를 원했던 여러가지 향상된 기능을 제공하기 위해서 노력하고 있습니다. 현재 release 된 버전은 alpha 버전이지만 개발자들은 빠른 시일 내에 beta 버전을 release 시키기 위해서 노력하고 있으며, 빠른 시간내에 초기 검사를 시행하고, 수주 내로 많은 새로운 사양들을 포함시키려고 하고 있습니다.
alpha 4.0.0 에서 이미 포함되어 있는 사양에는 다음과 같은 것들이 있다.
. Third party 엡체에서 제공하는 solution 내에 MySQL 서버를 내장하기 쉽도록 하기 위해서 embedded MySQL server library 를 제공하고 있다.
. SSL 을 통한 secure connection 을 지원
. 독일어 문자셋에서 정열이 바로 되도록 지원
. 속도 개선. 예를 들면, 대량의 INSERT 작업시, 압축된 index 에서의 검색, 전체 text 의 인덱스 작성 등의 속도가 개선되었다.
다음 몇가지 사양은 곧 포함될 예정이다.
. 사용자가 server 를 다운시키지 않고 startup option 을 변경하도록 한다.
. fail-safe replication
. Performance 에 거의 영향을 미치지 않으면서 online hot backup 이 가능하도록 한다.
MySQL 서버의 새로운 사양에 대해서 완전하게 볼려면 http://www.mysql.com/doc 에 있는 MySQL 메뉴얼을 참조하시기 바랍니다.
MySQL 4.0 is here!
15 Oct 2001
The long awaited version 4.0 of the MySQL database is now available for download at the MySQL website. The new version is intended as a platform for building mission critical, heavy load database solutions, and much effort has been put into providing a solid foundation for planned enhancements, some of which are included from the start. Although the current release is an alpha version, the development team expects to release a beta version after rapid initial testing and will also add a number of new features in the weeks to come.
Some features already available in the alpha 4.0.0. version:
Embedded MySQL server library making it easier to embed the MySQL server in third party software and solutions
Secure connections employing Secure Sockets Layer (SSL)
Correct German character set sorting order
Enhanced speed, for instance as a result of bulk INSERTs, searching of packed indices and creation of Full-text indices
Enhanced compatibility with other DBMS\s and SQL standard, for instance support of the UNION statement
Some features that soon will be added:
Allow users to change startup options without taking down the server
Fail safe replication
Online hot backup with very low performance penalty
For a full description of new features, please consult the online MySQL manual at http://www.mysql.com/doc/.
|