This page is no longer maintained — Please continue to the home page at www.scala-lang.org

AsyncFP Release 1.2.5--rebuilding from log files

No replies
Bill La Forge
Joined: 2011-07-13,
User offline. Last seen 42 years 45 weeks ago.
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 © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland