Hacker News new | ask | show | jobs
by bbastian 5881 days ago
Well, with CouchDB, you have to pre-define all of your queries with "views". And the first time you call a view, it has to run your mapping function against -every- document in the database, which takes a ton of time.