Reverse sort order by default
I was a big RockMongo user and am now trying to switch over to Compass. I found it extremely convenient that in RockMongo, the default sort order was {_id: -1} because that means that you see the most recent records first. I didn't realize how useful this was until I discovered that Compass sorts in forward order. Either a "reverse order" button or simply a change to the default would be highly desireable.
13
votes

-
Thibaut commented
Yes please.
When you test a feature and check the DB, you almost always want to see the last inserted entries first. -
Nicolas commented
Yes please implement default order { _id : -1 } !!