I was using BDB JE since times it was developed by SleepyCat, than it was acquired by Oracle and the licensing policy is not clear now. So what are the alternatives to such key-value database with
- custom serializers of key and value objects
- ability to have secondary collections
- high throughput
- ability to store tens of millions records
- embedded into JVM-based app with no separate service/application
- low memory footprint
thanks!