Skip to content

Instantly share code, notes, and snippets.

@ada-lovecraft
Created April 12, 2013 15:54
Show Gist options
  • Save ada-lovecraft/5373036 to your computer and use it in GitHub Desktop.
Save ada-lovecraft/5373036 to your computer and use it in GitHub Desktop.
<--- Pseudocode --->
db.keyStream.on('data', function(key) {
if (searchTerm is in key)) {
< add key to list of keys found>
}
});
Problems:
Every record must be searched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment