obiba / genobyte

GenoByte is a Java API for storing and querying data resulting from the aggregation of high-throughput genotyping experiments across many subjects.
GNU General Public License v3.0
1 stars 0 forks source link

GEN-51: Replace bitwise database engine #34

Open ymarcon opened 8 years ago

ymarcon commented 8 years ago

Jira issue originally created by user @ymarcon:

Because of license constraints, BerkleyDB (Oracle) is to be replaced by another key-value store. Embedded stores that could be candidates are:

LMDB is the most attractive one (performance, features and reliability).