Skip to content

Add a hibernate.default_batch_fetch_size value of 50 - #3232

Merged
gbrodman merged 1 commit into
google:masterfrom
gbrodman:batchFetchSize
Sep 17, 2026
Merged

gbrodman merged 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.
@gbrodman
gbrodman requested a review from weiminyu September 17, 2026 16:12

@weiminyu weiminyu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weiminyu reviewed 5 files and all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on gbrodman).

@gbrodman
gbrodman added this pull request to the merge queue Sep 17, 2026
Merged via the queue into google:master with commit 1202a64 Sep 17, 2026
16 checks passed
@gbrodman
gbrodman deleted the batchFetchSize branch September 17, 2026 17:12
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.

2 participants