原文来自 http://openquery.com.au/products/about-drizzle
Drizzle is described as a "Lightweight SQL Database for Cloud and Web".
The project is about building a database designed for the typical Web
usage patterns for a database. It is being designed for massive
concurrency on modern multi-cpu/core architecture. The code is
originally derived from MySQL.
So Drizzle is essentially a fork from the MySQL 6.0 sourcecode,
minus stored procedures, triggers, views, access control, query cache,
and prepared statements. Most non-pluggable storage engines are gone,
as is the MyISAM-only FULLTEXT indexing system.
Stripping down the source tree simplifies refactoring, which is
sorely necessary. See it as a large "spring clean". Various unsavory
things have crept into the code over the years, for pragmatic as well
as business reasons. When unconstrained by those factors, alternative
options open up. This is what Drizzle is exploring.
The list of contributors reads like a neat who-is-who of the active
MySQL community, involving some key Sun/MySQL employees but also
ex-employees and long-time community members. There is clearly a lot of
excitement and activity.
Open Query is closely following Drizzle development, and the
benefits it can bring to many current MySQL users. It's not a full
MySQL replacement, but a large number of users could be well served
with Drizzle once the major refactoring is completed. We hope to
contribute to this effort. This is not a spectator event.
最近评论
1 天 15 小时 前
1 天 15 小时 前
2 天 11 小时 前
2 天 12 小时 前
3 天 21 小时 前
1 周 1 天 前
1 周 1 天 前