eric-maynard commented on issue #2295:
URL: https://github.com/apache/polaris/issues/2295#issuecomment-3168924641

   With `OPTIMIZED_SIBLING_CHECK`, we are pretty close to resolving this -- I 
think the simplest fix for the JDBC backend is to add a constraint, e.g.:
   ```
   ALTER TABLE entities
   ADD CONSTRAINT unique_locations
   UNIQUE (realm_id, parent_id, location_without_scheme);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to