Skip to content

Commit

Permalink
Bump up constant_rows_max default to maintain PostgreSQL behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Mar 11, 2025
1 parent 34218b8 commit 10d661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/interfaces/_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,7 @@ def get_constant_rows_max(self) -> int:
This should reflect typical performance profiles (or a guess at these),
not just hard database engine limits.
"""
return 100
return 1000

@property
@abstractmethod
Expand Down

0 comments on commit 10d661f

Please sign in to comment.