OlegDB OlegDB Blog Downloads FAQ Docs Community Content right_side_nav Grid 2014-06-25 by Quinlan Pfiffer Comments This is a pretty heavy release, in which we introduce prefix matching , key/cursor iteration and a new mmap() based data architecture which you can read about here. Thanks to our contributors, Alessandro Gatti and Martijn Gerkes. Using OlegDB? Want help? Scared? Check out our IRC channel on freenode: #olegdb. Prefix matching via HTTP Cursor iteration via HTTP Values are now mmap() 'd in from a values file, which means they don't quite have to be resident in-memory for use. Erlang frontend now periodically calls fflush() and fsync() to ensure data is written to disk. Erlang frontend now periodically compacts and cleanses the AOL file More tests Various bugfixes $ git diff --stat v.0.1.1 HEAD ... 76 files changed, 5743 insertions(+), 6052 ...