Skip to content

Commit

Permalink
add kaladin_queue index
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 5, 2025
1 parent f398720 commit 1cef11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mongodb/indexes.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ db.title_request.createIndex({ 'history.0.status.n': 1, 'history.0.at': 1 });
db.insight.createIndex({ mr: 1, p: 1, c: 1 });
db.insight.createIndex({ mr: 1, a: 1 }, { partialFilterExpression: { mr: { $exists: true } } });
db.insight.createIndex({ u: 1, d: -1 });
db.kaladin_queue.createIndex({ 'response.at': 1, 'response.read': 1 }, { partialFilterExpression: { 'response.at': { $exists: true } } })

// you may want to run these on the puzzle database
db.puzzle2_round.createIndex({ p: 1 }, { partialFilterExpression: { t: { $exists: true } } });
Expand Down

0 comments on commit 1cef11e

Please sign in to comment.