- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
AsyncFP Release 1.2.5--rebuilding from log files
Tue, 2011-10-04, 05:08
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
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