The Drizzle project is building a database optimized for Cloud and Net applications. It is being designed for massive concurrency on modern multi-CPU/core architectures. The code is originally derived from MySQL.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
프레 몬트 시리즈의 첫 번째 릴리스. 이것은 개발 버전입니다. 다중 마스터 복제가 노예 플러그인을 통해 사용할 수 있습니다. 그것은 이전에 (필요한 설정 파일을 일부 변경)가 같은 단일 마스터 복제가 작동합니다. libdrizzle 버전 1.0과 2.0가 분리되었습니다. 코드 리팩토링, 코드 정리 (mysys 등), 각종 버그수정.
Tags:
Fremont
First release of the Fremont series. This is a development release. multi-master replication is available via the slave plugin. Single master replication works as it has previously (some changes to the config file are required). libdrizzle version 1.0 and 2.0 have been split. Code refactoring, code cleanup (mysys, etc.), and various bugfixes.
이것은 두 번째 릴리스 후보입니다. 노예는 새로운 네이티브 복제 솔루션으로 플러그인이 추가되었습니다. 이것은 innodb 복제 로그를 사용하는 마스터에서 복제 이슬비 서버를하실 수 있습니다. MySQL의 비트 연산자는 다시하고 있습니다. 작업은 시스템 변수 시스템, 카탈로그 및 상호 운용성 SQLAlchemy 사투리와 이슬비 사이에 계속했다. 수정 프로그램은 다양한 성능 regressions 위해 만들어 졌 었죠. 임의 쿼리 생성기는 새로운 테스트 러너와 통합되었습니다. 30여 버그가 수정되었습니다.
Tags:
RC, elliott
This is the second release candidate. The slave plugin was added as a new native replication solution. This allows a Drizzle server to replicate from a master that is using the innodb replication log. MySQL BIT operators are back. Work has continued on system variable system, catalogs and interoperability between SQLAlchemy dialect and Drizzle. Fixes were made for various performance regressions. A random query generator was integrated with the new test runner. Over 30 bugs were fixed.
새로운 부울과 UUID 유형. 데몬 - 이슬비 이제 통해 배경에 포크하실 수 있습니다. 데카르트가 더 이상 작업을 조인, 이것은 일부 응용 프로그램을 깰 수 있습니다. WHERE 절을의 사용을 통해 또는 가입 십자가를 통해 그들은 여전히 구현할 수 있습니다. 이것은 결정적으로 쿼리를 방지하기 위해 장소에 지시했다. InnoDB 트랜잭션 로그가 작동되고 테스트됩니다. 둘 다 파일과 InnoDB 기반 기반의 로그를 사용할 수 있습니다. 시스템 변수에 계속 작동합니다. 이슬비가 더 이상 그것을 사용하는 경우 lint.am 파일은 제거되었습니다. 카탈로그에 계속 작동합니다. 설명서에 계속 작동합니다. 각종 버그수정.
Tags:
elliott, Beta
New BOOLEAN and UUID types. Drizzle can now fork into the background via --daemon. Cartesian joins no longer work; this might break some applications. They can still be achieved via CROSS JOIN or through the use of a WHERE clause. This was put in place to prevent runaway queries. The InnoDB transaction log is working and tested. Both the file-based and InnoDB-based logs are available. Continued work on system variables. The lint.am file has been removed, as Drizzle no longer uses it. Continued work on catalogs. Continued work on the documentation. Various other bugfixes.
카탈로그에 진보가 계속있다. HailDB 지금 (HailDB 2.3 카이로 API를 통해) rec_per_key 색인 통계를 얻을 수 있습니다. HailDB 이제 테이블 통계를 업데이 트에 대한 분석을 지원합니다. - 내 - 데이터입니다 - 맹글링 옵션은 MySQL의 문자셋 마이 그 레이션 문제를 처리하기위한 drizzledump에 추가되었습니다. SQLAlchemy 사투리 (그리고 SQLAlchemy 메인에 통합되었다) 현재 이슬비 사용할 수 있습니다. 새로운 어렸을때 시험 주자는 dbqp.py, 테스트를 위해 나무입니다. 테스트 - run.pl 개발은 계속하면서 대기로 나무에 남아 있습니다. Unittests는 부스트로 마이 그 레이션되었습니다. 다양한 업데이 트가 온라인 설명서되었다. 각종 버그가 수정되었습니다.
Tags:
Beta, elliott
Progress on catalogs has continued. HailDB now can get rec_per_key index statistics (via HailDB 2.3 cairo API). HailDB now supports ANALYZE for updating table stats. The --my-data-is-mangled option was added to drizzledump for handling MySQL charset migration issues. An SQLAlchemy dialect is now available for Drizzle (and was merged into SQLAlchemy main). A new nascent test-runner, dbqp.py, is in the tree for testing. test-run.pl remains in the tree as the standby while development continues. Unittests were migrated to boost. Various updates were made to the online documentation. Various other bugs were fixed.