Skip to content

Add a hibernate.default_batch_fetch_size value of 50 - #3232

Open
gbrodman wants to merge 1 commit into
google:masterfrom
gbrodman:batchFetchSize
Open

gbrodman wants to merge 1 commit into
google:masterfrom
gbrodman:batchFetchSize

Conversation

@gbrodman

@gbrodman gbrodman commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

This basically controls the number of child entities that will be batch-loaded when we bulk-load multiple root entities. It will be useful for situations like RDE where we load a bunch of domains, because it means we'll batch-load the child entities like nsHosts and gracePeriods.


This change is Reviewable

This basically controls the number of child entities that will be
batch-loaded when we bulk-load multiple root entities. It will be useful
for situations like RDE where we load a bunch of domains, because it
means we'll batch-load the child entities like nsHosts and gracePeriods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant