Tagged Questions
4
votes
4answers
1k views
How to build “Tagging” support using CouchDB?
I'm using the following view function to iterate over all items in the database (in order to find a tag), but I think the performance is very poor if the dataset is large.
Any other approach?
def ...
0
votes
1answer
30 views
PyMongo and toArray() method
I need to make some benchmarks on a small database (64MB) and I need to figure out what is the smartest way to fetch whole Mongo collection into python object with PyMongo? In JavaScript, there is ...