Comment by malkia

4 years ago

Long time ago, someone used BDB at work for storing data, and replacing with sqlite we've found it to much faster. I don't remember the details, and I know that even sqlite needs some fine tuning such that it's performant and safe for most of the cases you'll see (for example maybe not durable, but at least would not thrash the database file if the process it was running from crashes). Time to re-evaluate!