Skip to content

Commit

Permalink
fix: Make the default query for batch gets use UNION rather than OR. (#…
Browse files Browse the repository at this point in the history
…87)

Leaving the feature flag for now, just in case
  • Loading branch information
John Plaisted authored Mar 24, 2021
1 parent 47539f3 commit b58ef53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class EbeanLocalDAO<ASPECT_UNION extends UnionTemplate, URN extends Urn>
private int _queryKeysCount = 0; // 0 means no pagination on keys

// TODO feature flag, remove when vetted.
private boolean _useUnionForBatch = false;
private boolean _useUnionForBatch = true;

@Value
static class GMAIndexPair {
Expand Down

0 comments on commit b58ef53

Please sign in to comment.