Hacker News new | ask | show | jobs
by simonb 4378 days ago
another vote for compound indices.
1 comments

Just FYI, you compound indexes are already fully supported -- see http://rethinkdb.com/docs/secondary-indexes/python/.

The particular issue in question is using an index to filter documents, and then ordering them by another index.