5 ms·
Considering RethinkDB's secondary indexes can be defined around pretty complex ReQL expressions [1] you could already get some of it already. [1] http://rethin
by alexpopescu 13y ago
Considering RethinkDB's secondary indexes can be defined around pretty complex ReQL expressions [1] you could already get some of it already.
[1] http://rethinkdb.com/docs/pragmatic-faq/#how-do-i-take-advantage-of-secondary-indexes http://rethinkdb.com/docs/pragmatic-faq/#how-do-i-take-advan...
- apendleton 13y agoYeah, I thought about that, but it seems like you can only use them to get the "map" part of map/reduce... no aggregation. Unless I'm missing something.
- alexpopescu 13y ago> Yeah, I thought about that, but it seems like you can only use them to get the "map" part of map/reduce... no aggregation. Unless I'm missing something. I think that's correct.