Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.2
Description
Currently HierarchicalObjectResolver uses "field1 = ? OR field1 = ? ...." pattern for all disjoint by ID prefetches.
I propose distinguishing between single field prefetches and multi-field prefetches, so that the former makes use of an IN clause instead.