AsyncFP Release 1.2.5--rebuilding from log files

Release 1.2.5 of AsyncFP now supports rebuilding a small datastore from the log files. This is allows you to change the max size of the database or recover from a corrupted database. And recovery is very fast with each log file processed as a single transaction, so there is only a single write to the datastore for each log file that is processed.

AsyncFP is a scala project with composable actors that interoperate both synchronously and asynchronously. The current focus is on providing a kit for creating high-performance custom NoSQL databases. The small datastore currently under development is a crash-proof in-memory database supporting multiple queries or single update. Updates write to a backing disk file.

Bill La Forge
https://github.com/laforge49/Asynchronous-Functional-Programming/wiki

Copyright © 2013 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland