You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.
MapDB is a Java persistence layer which offers many of the primitives required for implementing a Shelving store. One of the advantages of MapDB is that it provides incremental serialization & deserialization which allows it to maintain a smaller memory footprint in the face of larger datasets and is probably more generally appropriate to actually deploying Shelving as a persistence layer.
The text was updated successfully, but these errors were encountered:
MapDB is a Java persistence layer which offers many of the primitives required for implementing a Shelving store. One of the advantages of MapDB is that it provides incremental serialization & deserialization which allows it to maintain a smaller memory footprint in the face of larger datasets and is probably more generally appropriate to actually deploying Shelving as a persistence layer.
The text was updated successfully, but these errors were encountered: