mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add index on MD5Hash
property
Reduces actual query overhead significantly
This commit is contained in:
@ -90,6 +90,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public double StarRating { get; set; }
|
||||
|
||||
[Indexed]
|
||||
public string MD5Hash { get; set; } = string.Empty;
|
||||
|
||||
[JsonIgnore]
|
||||
|
Reference in New Issue
Block a user