Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dstuebe dstuebe released this 23 Jul 17:19
· 59 commits to master since this release
a03663e

This release has been in stable use for an internal Upserve project for over a year. There have been some minor improvements, but the basic files structure is now stable for blob files.
There are many performance improvements in this release including changes to key long lookup, flush and file io.
The implementation relies heavily on mmap'd file io. This still presents some operational concerns.
Future enhancements will provide a BlockedLongSpliterator to allow parallel blob reads. This will require backward incompatible changes to the block long file format.