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.
Erste Veröffentlichung der Fremont-Serie. Dies ist eine Entwicklungsversion. Multi-Master-Replikation ist über die Slave-Plugin. Single Master-Replikation funktioniert wie es früher (einige Änderungen an der Konfigurationsdatei erforderlich) hat. libdrizzle Version 1.0 und 2.0 wurden aufgeteilt. Code Refactoring, Code Cleanup (mysys, etc.), und diverse Bugfixes.
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.
Dies ist der zweite Release-Kandidat. Die Slave-Plugin wurde als eine neue native Replikation Lösung gegeben. Dies ermöglicht eine Nieselregen Server von einem Master, mit der InnoDB-Replikation Protokoll zu replizieren. MySQL BIT Betreiber zurück. Die Arbeiten an System variables System, Kataloge und Interoperabilität zwischen SQLAlchemy Dialekt und Nieselregen fortgesetzt. Fixes wurden für verschiedene Performance-Regressionen gemacht. Eine zufällige Abfrage-Generator wurde mit dem neuen Testrunner integriert. Über 30 Fehler wurden behoben.
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.
Neue BOOLEAN und UUID Typen. Daemon - Nieselregen kann nun in den Hintergrund über Gabel. Kartesischen Joins nicht mehr funktionieren, das einige Anwendungen unbrauchbar machen. Sie können noch erreicht über CROSS JOIN oder durch die Verwendung einer WHERE-Klausel werden. Dies war vorhanden, um Ausreißer zu vermeiden Rückfragen stellen. Der InnoDB-Transaktionsprotokoll arbeiten und getestet. Sowohl die Datei-und InnoDB-basierte Protokolle sind verfügbar. Fortsetzung der Arbeiten auf System-Variablen. Die lint.am Datei entfernt worden ist, wie Nieselregen nicht mehr nutzt. Die weitere Arbeit an Katalogen. Die weitere Arbeit an der Dokumentation. Verschiedene andere Bugfixes.
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.
Fortschritte bei der Kataloge hat sich fortgesetzt. HailDB jetzt kann man rec_per_key Indexstatistiken (über 2,3 HailDB Kairo API). HailDB unterstützt nun ANALYZE zur Aktualisierung Tabelle Statistiken. Die - my-Daten-is-verstümmelt Option wurde hinzugefügt, um für den Umgang mit MySQL Zeichensatz Migrationsfragen drizzledump. Ein SQLAlchemy Dialekt ist ab sofort für Drizzle (und wurde in SQLAlchemy wichtigsten zusammengefasst wurden). Ein neuer Test-Runner entstehenden, dbqp.py, ist in den Baum zum Testen. Test-run.pl bleibt im Baum als Standby während die Entwicklung geht weiter. Unittests migriert wurden zu steigern. Verschiedene Updates wurden in der Online-Dokumentation. Verschiedene andere Fehler wurden behoben.
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.