HarmonyCore
HarmonyCore copied to clipboard
Implicit orderby created by $top causes poor performance in files that start with a tag character
When hitting the resource endpoint for a structure that the key starts with a tag literal, the implicit order by that is created for $top doesn't contain the tag literal and as a result performs a full read of the file.