Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Implement a MapDB backend #12

Open
arrdem opened this issue Feb 19, 2018 · 0 comments
Open

Implement a MapDB backend #12

arrdem opened this issue Feb 19, 2018 · 0 comments
Assignees

Comments

@arrdem
Copy link
Owner

arrdem commented Feb 19, 2018

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.

@arrdem arrdem self-assigned this Feb 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant