Commit [462bcfb5] added a few indexes on the monq_task model collection. One was removed later in [62f4b4fe] but the 'args' index still remains. It's not used in any queries and can be quite large for big monq_task collections.
monq_task
db/7562
Run the paster ensure_index command and see that db.monq_task.getIndexes() no longer shows an index on "args".
db.monq_task.getIndexes()
Log in to post a comment.
db/7562
Run the paster ensure_index command and see that
db.monq_task.getIndexes()
no longer shows an index on "args".