Skip to content

Commit

Permalink
perf(server): improve dataset index (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano committed Jul 20, 2023
1 parent 53bf82f commit 49ce87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/internal/infrastructure/mongo/dataset.go
Expand Up @@ -20,7 +20,7 @@ var (
datasetIndexes = []string{
"scene",
"id,scene",
"schema",
"schema,id",
"scene,schema",
"schema,id,scene",
}
Expand Down

0 comments on commit 49ce87d

Please sign in to comment.