BlitzDB is a storage engine for the Drizzle that aims to be highly efficient for general purpose use. The current goal of BlitzDB is to become the modern choice of a non-transactional engine.
The core of this engine is currently made up of Tokyo Cabinet's fantastically fast database library components.
[Planned Goodness]
- Backup Solution
- Pure Memory Table
- Optional Dynamic Table Defragmentation
[Delivered Goodness]
- Optional Row Based caching for read intensive environment
We actively encourage new contributors and architectural feedbacks to make this engine better. There is currently no dedicated mailing list for this project but you can ping us in the Drizzle mailing list (https:/
Project information
- Licence:
- GNU GPL v2
View full history Series and milestones
trunk series is the current focus of development.