HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

FindQuery doesn't optimize for single results

Open hippiehunter opened this issue 6 years ago • 0 comments

When passed to a SingleResult object, we don't detect that the result will only be a single object. This results in select being used instead of a direct keyed read. Options for solving this include checking for keys that don't allow dups and then assuming a single result if the key has been fully specified.

Aha! Link: https://synergex.aha.io/features/HC-72

hippiehunter avatar Dec 08 '18 02:12 hippiehunter