Prevayler
Prevayler is an open-source (BSD) system-prevalence layer for Java: it transparently persists plain old Java objects. It is an in-RAM database backed by snapshots of the system via object serialization, which are loaded after a system crash to restore state. Changes to data happen via transaction operations on objects made from serializable classes. Prevayler's development was started by Klaus Wuestefeld.[1]
Read operations are three to four orders of magnitude faster with Prevayler when compared to traditional database systems since all objects are always in RAM and in-process.
Prevayler requires enough RAM to keep the entire system state.
References
- ↑ Sam-Bodden & Judd 2008, p. 330.
Works cited
- Sam-Bodden, Brian; Judd, Christopher M (2008). Enterprise Java Development on a Budget: Leveraging Java Open Source Technologies. Apress. ISBN 978-1-4302-0682-8. Search this book on

See also
External links
| This database software-related article is a stub. You can help EverybodyWiki by expanding it. |
This article "Prevayler" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Prevayler. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
