Skip to content

Commit

Permalink
Indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
snarvaez committed Mar 24, 2024
1 parent 5322ceb commit 4e495ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/game_database/indexes.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
db.recordings.createIndex({ DateTime: 1 });
db.recordings.createIndex({ "DateTime": 1 });
db.recordings.createIndex({ "location":1, "Event._id":1, "Player.Nickname": 1});
db.recordings.createIndex({ "Player.Nickname": 1,"Event._id": 1 });

0 comments on commit 4e495ee

Please sign in to comment.