Skip to content

Instantly share code, notes, and snippets.

@juliangruber
Last active December 14, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliangruber/5072914 to your computer and use it in GitHub Desktop.
Save juliangruber/5072914 to your computer and use it in GitHub Desktop.
possible leveldb podcast topics
  • quick overview of leveldb
  • Why are LevelDB and Node.js such a good match?
  • production use of levelup
  • cool modules that have been written
  • plugin approach / core & userland
  • levelDOWN & levelUP
  • levelJS
  • rvagg's approach to contributions
  • Why are random reads and writes so fast and why is that important?
  • What is an SST?
  • What is compaction, why is it important and how does it work?
  • How can an embedded database that is locked by a process be shared with other processes?
  • When would you use LevelDB?
  • LevelDB as backend for PouchDB and others InnoDB things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment