Live data from Hacker News

The Architecture of Open Source Applications (Volume 1) Berkeley DB

aosabook.org

11–13 of 13 posts

Re: The Architecture of Open Source Applications (Volume 1) Berkeley DB

#11
post #4

Berkeley DB is one of those things everyone respected, for some reason, but that didn't actually work if you threw a bit of data at it. And not just for us. I remember talking to companies that paid them lots of money to work on reliability, and it never got better. But I do remember reading much of the source (trying to figure out why it didn't work) and thinking "this is pretty nice code".

yeah - scars still visible here from a year 2000 project using BerkeleyDB. Unbelievable complexity to write adapters to ordinary desktop software.

Re: The Architecture of Open Source Applications (Volume 1) Berkeley DB

#12
Back in 2003, implemented a Win32 profiler using Berkeley DB for offline indexing and visualizing profiler data.

https://github.com/mechanicker/cramp

Later in ~2011, used BDB for indexing filesystem metadata at a large storage vendor for enhancing data management in a storage cluster.

Clean API with language bindings makes it easy to integrate with different languages.

Post reply on HN