--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
Remove/delete does not have a limit option.
http://slacy.com/blog/2010/12/mongodb-doing-a-findandmodify-with-a-limit-in-python/
If mongo does not in fact support this, it should. This is a very
useful feature and the only alternative is to pull in data to the
client, then delete each one.
--
Aaron Westendorf
Senior Software Engineer
Agora Games
359 Broadway
Troy, NY 12180
Phone: 518.268.1000
aa...@agoragames.com
www.agoragames.com
Maybe you are talking about adding a limit to update (for the query
part); if so you can vote for this :
https://jira.mongodb.org/browse/SERVER-1599