Add index on `MD5Hash` property

Reduces actual query overhead significantly
This commit is contained in:
Dean Herbert 2022-06-08 18:01:54 +09:00
parent c43670fcd9
commit cf438b1a44
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ public BeatmapOnlineStatus Status
public double StarRating { get; set; }
[Indexed]
public string MD5Hash { get; set; } = string.Empty;
[JsonIgnore]