python - How to use Django-nonrel's MongoDB mapreduce? -


i'm learning how use mapreduce , reading documentation: http://django-mongodb.org/topics/mapreduce.html

but says: mongodb’s map/reduce designed one-time operations, i.e. it’s not intended used in code executed on regular basis (views, business logic, ...).

my question right now: use it? there recommendations or something? can't find it.

thanks lot!

it's difficult predict how long mapreduce functions take (assuming have large data), they're bad choice doing processing required generate web page view many users use.

it's useful doing data analysis on data, you're willing wait result. it's useful operating on large sets of data, processes updating every document in database.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -