~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/AUTHORS

Refreshing from mainline branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BLITZDB AUTHORS
2
 
---------------------------------------
3
 
Maintainer/Developer: Toru Maesaka
4
 
 
5
 
NOTES
6
 
---------------------------------------
7
 
Before BlitzDB, there was TokyoEngine which was an experimental
8
 
storage engine for MySQL. TokyoEngine was written by Brian Aker
9
 
and later ported to Drizzle by Stewart Smith.
10
 
 
11
 
Much of the basis was learnt from TokyoEngine and in many ways,
12
 
it is a successor project to TokyoEngine.
13
 
 
14
 
TOKYO CABINET
15
 
---------------------------------------
16
 
BlitzDB's low layer I/O is handled by Tokyo Cabinet.
17
 
Thanks to Mikio Hirabayashi for writing and open sourcing
18
 
this great database library.
19
 
 
20
 
  http://1978th.net/tokyocabinet/
 
1
Toru Maesaka <dev@torum.net>