markbates / mongoid-tags-arent-hard

A tagging gem for Mongoid 3 that doesn't actually suck.
MIT License
16 stars 12 forks source link

Indexing; use of map-reduce? #10

Closed hayksaakian closed 11 years ago

hayksaakian commented 11 years ago

With an at a glance comparison, I'm looking at (1) mongoid_taggable, (2) mongoid-simple-tags, and (3) this.

this seems like the most straightforward and flexible, but mentions nothing about indexing or map-reduce in the readme.

from my limited understanding, these are techniques used to improve the speed of queries.

Is something like this already implemented, going to be built later, or not going to be implemented?

I'm sure other people reading the readme might also have these questions, so it would be good to include this answer there too.


I'll probably be using this, but it'd be nice to know as I'm diving in.

markbates commented 11 years ago

Personally I've not yet had a need for those things, but a pull request would most definitely get accepted.