[hibernate-issues] [JIRA] (HHH-14086) Allow activation typedef depending on flags/dialect

Martin Weiler (JIRA) jira at hibernate.atlassian.net
Tue Jul 21 14:40:56 EDT 2020


Martin Weiler ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=5eda6ffb884fad0a9680ac2b ) *commented* on HHH-14086 ( https://hibernate.atlassian.net/browse/HHH-14086?atlOrigin=eyJpIjoiNjVmMTk0YWI5YWI1NDgwNDgxMTNmMzBlMDc0MjM3MDMiLCJwIjoiaiJ9 )

Re: Allow activation typedef depending on flags/dialect ( https://hibernate.atlassian.net/browse/HHH-14086?atlOrigin=eyJpIjoiNjVmMTk0YWI5YWI1NDgwNDgxMTNmMzBlMDc0MjM3MDMiLCJwIjoiaiJ9 )

Some issues customers are encountering on RHPAM due to the usage of @Lob -> oid columns:

* oid columns use an auto-incrementing integer value that is unique within a Postgres instance with a range of 2^32. Customer expects this limit to be reached in ~2 years.
* When running Postgres on AWS with rotating userids via Vault, customers run into permission issues for oid columns when users are rotated. The required setting to work around this (lo_compat_privilege option=true) is not allowed on AWS.
* The large objects table is not automatically cleaned up when related entries are removed from the DB. We have a documented approach on how to perform a manual cleanup, but this requires manual intervention and thus imposes operational overhead.

( https://hibernate.atlassian.net/browse/HHH-14086#add-comment?atlOrigin=eyJpIjoiNjVmMTk0YWI5YWI1NDgwNDgxMTNmMzBlMDc0MjM3MDMiLCJwIjoiaiJ9 ) Add Comment ( https://hibernate.atlassian.net/browse/HHH-14086#add-comment?atlOrigin=eyJpIjoiNjVmMTk0YWI5YWI1NDgwNDgxMTNmMzBlMDc0MjM3MDMiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100133- sha1:5ac4b50 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-issues/attachments/20200721/c99df8f1/attachment.html 


More information about the hibernate-issues mailing list