Quick Intro to LevelDB
If you haven't heard of LevelDB before or you forgot some of the details, read Rod Vagg's short post that will give you an overview of the basics and internals. Particularly interesting is the file organization in LevelDB (which also gives it the name).
tags:leveldb
via NoSQL databases
Post a Comment