Skip to content

Conversation

beikov
Copy link
Member

@beikov beikov commented Sep 30, 2025

Cache the result of the batch loaded tables, foreign keys, primary keys and indexes to serve objects looked up by qualified name from cache. This reduces the amount of server round trips on schema migration. Ultimately, this per dialect flexibility is necessary to implement UDT validation and migration

[Please describe here what your change is about]


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-13843

…loading

Cache the result of the batch loaded tables, foreign keys, primary keys and indexes to serve objects looked up by qualified name from cache.
This reduces the amount of server round trips on schema migration.
Ultimately, this per dialect flexibility is necessary to implement UDT validation and migration
@beikov beikov merged commit 96d0e86 into hibernate:main Oct 6, 2025
25 checks passed
@beikov beikov deleted the HHH-13843 branch October 6, 2025 16:02
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