db.post_likes.createIndex( { "target_id": 1, "uid": 1, "type": 1 }, { unique: true } ); db.post_likes.createIndex({ "create_time": 1 });